public class WrappedRSAPublicKey extends AbstractWrappedRSAKey<org.bouncycastle.crypto.params.RSAKeyParameters> implements RSAPublicKey
RSAKeyParameters.delegate, PKCS8_FORMAT, X509_FORMAT| Constructor and Description |
|---|
WrappedRSAPublicKey(org.bouncycastle.crypto.params.RSAKeyParameters wrappedKey)
Creates a new instance that wraps the given key.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getPublicExponent() |
getAlgorithm, getModulusgetEncoded, getFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlgorithm, getEncoded, getFormatgetModulus, getParamspublic WrappedRSAPublicKey(org.bouncycastle.crypto.params.RSAKeyParameters wrappedKey)
wrappedKey - RSA key to wrap.public BigInteger getPublicExponent()
getPublicExponent in interface RSAPublicKeyCopyright © 2003-2024 Virginia Tech. All Rights Reserved.