T
- RSA key parameters type handled by this class.public abstract class AbstractWrappedRSAKey<T extends org.bouncycastle.crypto.params.RSAKeyParameters> extends AbstractWrappedKey<T>
delegate, PKCS8_FORMAT, X509_FORMAT
serialVersionUID
Constructor and Description |
---|
AbstractWrappedRSAKey(T wrappedKey)
Creates a new instance that wraps the given key.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
BigInteger |
getModulus() |
getEncoded, getFormat
public AbstractWrappedRSAKey(T wrappedKey)
wrappedKey
- Key to wrap.public BigInteger getModulus()
public String getAlgorithm()
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.