Package org.conscrypt

Class OpenSSLRSAPublicKey

java.lang.Object
org.conscrypt.OpenSSLRSAPublicKey
All Implemented Interfaces:
Serializable, RSAKey, RSAPublicKey, Key, PublicKey, OpenSSLKeyHolder

@Internal public class OpenSSLRSAPublicKey extends Object implements RSAPublicKey, OpenSSLKeyHolder
An implementation of PublicKey for RSA keys which uses BoringSSL to perform all the operations.
See Also: