Uses of Class
org.conscrypt.OpenSSLKey
Packages that use OpenSSLKey
-
Uses of OpenSSLKey in org.conscrypt
Methods in org.conscrypt that return OpenSSLKeyModifier and TypeMethodDescriptionprotected OpenSSLKeyOpenSSLECDHKeyAgreement.convertPrivateKey(PrivateKey key) protected OpenSSLKeyOpenSSLECDHKeyAgreement.convertPublicKey(PublicKey key) static OpenSSLKeyOpenSSLKey.fromPublicKeyPemInputStream(InputStream is) Parse a public key in PEM encoding from the provided input stream.OpenSslEdDsaPrivateKey.getOpenSSLKey()OpenSslEdDsaPublicKey.getOpenSSLKey()OpenSSLKeyHolder.getOpenSSLKey()OpenSslMlDsaPrivateKey.getOpenSSLKey()OpenSslMlDsaPublicKey.getOpenSSLKey()OpenSSLRSAPublicKey.getOpenSSLKey()Methods in org.conscrypt with parameters of type OpenSSLKeyModifier and TypeMethodDescriptionprotected intOpenSSLECDHKeyAgreement.computeKey(byte[] buffer, OpenSSLKey theirPublicKey, OpenSSLKey ourPrivateKey) protected intOpenSSLECDHKeyAgreement.getOutputSize(OpenSSLKey openSslKey)