Uses of Class
org.conscrypt.OpenSSLKey
| Package | Description |
|---|---|
| org.conscrypt |
-
Uses of OpenSSLKey in org.conscrypt
Fields in org.conscrypt declared as OpenSSLKey Modifier and Type Field Description protected OpenSSLKeyOpenSSLECPrivateKey. keyprotected OpenSSLKeyOpenSSLECPublicKey. keyprotected OpenSSLKeyOpenSSLRSAPrivateKey. keyMethods in org.conscrypt that return OpenSSLKey Modifier and Type Method Description static OpenSSLKeyOpenSSLKey. fromPrivateKey(PrivateKey key)static OpenSSLKeyOpenSSLECPrivateKey. getInstance(ECPrivateKey ecPrivateKey)static OpenSSLKeyOpenSSLECPublicKey. getInstance(ECPublicKey ecPublicKey)static OpenSSLKeyOpenSSLSecretKey. getInstance(SecretKey key)OpenSSLKeyOpenSSLDSAPrivateKey. getOpenSSLKey()OpenSSLKeyOpenSSLDSAPublicKey. getOpenSSLKey()OpenSSLKeyOpenSSLECPrivateKey. getOpenSSLKey()OpenSSLKeyOpenSSLECPublicKey. getOpenSSLKey()OpenSSLKeyOpenSSLKeyHolder. getOpenSSLKey()OpenSSLKeyOpenSSLRSAPrivateKey. getOpenSSLKey()OpenSSLKeyOpenSSLRSAPublicKey. getOpenSSLKey()OpenSSLKeyOpenSSLSecretKey. getOpenSSLKey()Constructors in org.conscrypt with parameters of type OpenSSLKey Constructor Description OpenSSLECPrivateKey(OpenSSLECGroupContext group, OpenSSLKey key)OpenSSLECPrivateKey(OpenSSLKey key)OpenSSLECPublicKey(OpenSSLECGroupContext group, OpenSSLKey key)OpenSSLECPublicKey(OpenSSLKey key)OpenSSLSecretKey(String algorithm, OpenSSLKey key)