Package org.conscrypt
Class OpenSSLRSAPublicKey
java.lang.Object
org.conscrypt.OpenSSLRSAPublicKey
- All Implemented Interfaces:
Serializable,RSAKey,RSAPublicKey,Key,PublicKey,OpenSSLKeyHolder
An implementation of
PublicKey for RSA keys which uses BoringSSL to
perform all the operations.- See Also:
-
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
public int hashCode() -
toString
-