T - RSA key parameters type handled by this class.public abstract class AbstractWrappedRSAKey<T extends org.bouncycastle.crypto.params.RSAKeyParameters> extends AbstractWrappedKey<T>
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
ALGORITHM
RSA algorithm name.
|
delegate, PKCS8_FORMAT, X509_FORMAT| Constructor and Description |
|---|
AbstractWrappedRSAKey(T wrappedKey)
Creates a new instance that wraps the given key.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm() |
java.math.BigInteger |
getModulus() |
getEncoded, getFormatprivate static final java.lang.String ALGORITHM
public AbstractWrappedRSAKey(T wrappedKey)
wrappedKey - Key to wrap.