Package org.conscrypt
Interface OpenSSLKeyHolder
-
- All Known Implementing Classes:
OpenSSLECPrivateKey
,OpenSSLECPublicKey
,OpenSSLRSAPrivateCrtKey
,OpenSSLRSAPrivateKey
,OpenSSLRSAPublicKey
@Internal public interface OpenSSLKeyHolder
Marker interface for classes that hold anOpenSSLKey
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenSSLKey
getOpenSSLKey()
-
-
-
Method Detail
-
getOpenSSLKey
OpenSSLKey getOpenSSLKey()
-
-