Class OpenSSLRSAPublicKey
java.lang.Object
org.conscrypt.OpenSSLRSAPublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, RSAKey, RSAPublicKey, Key, PublicKey, OpenSSLKeyHolder
An implementation of
PublicKey for RSA keys which uses BoringSSL to
perform all the operations.- See Also:
-
Method Summary
Methods inherited from interface RSAPublicKey
getParams
-
Method Details
-
getOpenSSLKey
public org.conscrypt.OpenSSLKey getOpenSSLKey()- Specified by:
getOpenSSLKeyin interfaceOpenSSLKeyHolder
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey
-
getFormat
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getModulus
- Specified by:
getModulusin interfaceRSAKey
-
getPublicExponent
- Specified by:
getPublicExponentin interfaceRSAPublicKey
-
equals
-
hashCode
-
toString
-