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, getModulus
getEncoded, getFormat
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlgorithm, getEncoded, getFormat
getModulus, getParams
public WrappedRSAPublicKey(org.bouncycastle.crypto.params.RSAKeyParameters wrappedKey)
wrappedKey
- RSA key to wrap.public BigInteger getPublicExponent()
getPublicExponent
in interface RSAPublicKey
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.