(package private) static OpenSSLKey |
OpenSSLKey.fromECPrivateKeyForTLSStackOnly(java.security.PrivateKey key,
java.security.spec.ECParameterSpec ecParams) |
Gets an OpenSSLKey instance backed by the provided EC private key.
|
private static OpenSSLKey |
OpenSSLKey.fromKeyMaterial(java.security.PrivateKey key) |
Gets an OpenSSLKey instance initialized with the key material of the provided key.
|
(package private) static OpenSSLKey |
OpenSSLKey.fromPrivateKey(java.security.PrivateKey key) |
|
(package private) static OpenSSLKey |
OpenSSLKey.fromPrivateKeyForTLSStackOnly(java.security.PrivateKey privateKey,
java.security.PublicKey publicKey) |
Gets an OpenSSLKey instance backed by the provided private key.
|
(package private) static OpenSSLKey |
OpenSSLKey.fromPrivateKeyPemInputStream(java.io.InputStream is) |
Parse a private key in PEM encoding from the provided input stream.
|
(package private) static OpenSSLKey |
OpenSSLKey.fromPublicKey(java.security.PublicKey key) |
|
(package private) static OpenSSLKey |
OpenSSLKey.fromPublicKeyPemInputStream(java.io.InputStream is) |
Parse a public key in PEM encoding from the provided input stream.
|
(package private) static OpenSSLKey |
OpenSSLECPrivateKey.getInstance(java.security.interfaces.ECPrivateKey ecPrivateKey) |
|
(package private) static OpenSSLKey |
OpenSSLECPublicKey.getInstance(java.security.interfaces.ECPublicKey ecPublicKey) |
|
(package private) static OpenSSLKey |
OpenSSLRSAPrivateCrtKey.getInstance(java.security.interfaces.RSAPrivateCrtKey rsaPrivateKey) |
|
(package private) static OpenSSLKey |
OpenSSLRSAPrivateKey.getInstance(java.security.interfaces.RSAPrivateKey rsaPrivateKey) |
|
(package private) static OpenSSLKey |
OpenSSLRSAPublicKey.getInstance(java.security.interfaces.RSAPublicKey rsaPublicKey) |
|
OpenSSLKey |
OpenSSLECPrivateKey.getOpenSSLKey() |
|
OpenSSLKey |
OpenSSLECPublicKey.getOpenSSLKey() |
|
private static OpenSSLKey |
OpenSSLKey.getOpenSSLKey(java.security.PrivateKey key) |
Gets the OpenSSLKey instance of the provided key.
|
OpenSSLKey |
OpenSSLKeyHolder.getOpenSSLKey() |
|
OpenSSLKey |
OpenSSLRSAPrivateKey.getOpenSSLKey() |
|
OpenSSLKey |
OpenSSLRSAPublicKey.getOpenSSLKey() |
|
private static OpenSSLKey |
OpenSSLRSAPrivateCrtKey.init(java.security.spec.RSAPrivateCrtKeySpec rsaKeySpec) |
|
private static OpenSSLKey |
OpenSSLRSAPrivateKey.init(java.security.spec.RSAPrivateKeySpec rsaKeySpec) |
|
private static OpenSSLKey |
OpenSSLSignatureRawECDSA.verifyKey(OpenSSLKey key) |
|
(package private) static OpenSSLKey |
OpenSSLECPrivateKey.wrapJCAPrivateKeyForTLSStackOnly(java.security.PrivateKey privateKey,
java.security.PublicKey publicKey) |
Wraps the provided private key for use in the TLS/SSL stack only.
|
(package private) static OpenSSLKey |
OpenSSLECPrivateKey.wrapJCAPrivateKeyForTLSStackOnly(java.security.PrivateKey privateKey,
java.security.spec.ECParameterSpec params) |
Wraps the provided private key for use in the TLS/SSL stack only.
|
private static OpenSSLKey |
OpenSSLKey.wrapJCAPrivateKeyForTLSStackOnly(java.security.PrivateKey privateKey,
java.security.PublicKey publicKey) |
Wraps the provided private key for use in the TLS/SSL stack only.
|
(package private) static OpenSSLKey |
OpenSSLRSAPrivateKey.wrapJCAPrivateKeyForTLSStackOnly(java.security.PrivateKey privateKey,
java.security.PublicKey publicKey) |
Wraps the provided private key for use in the TLS/SSL stack only.
|
(package private) static OpenSSLKey |
OpenSSLECPrivateKey.wrapPlatformKey(java.security.interfaces.ECPrivateKey ecPrivateKey) |
|
private static OpenSSLKey |
OpenSSLECPrivateKey.wrapPlatformKey(java.security.interfaces.ECPrivateKey ecPrivateKey,
OpenSSLECGroupContext group) |
|
(package private) static OpenSSLKey |
OpenSSLRSAPrivateKey.wrapPlatformKey(java.security.interfaces.RSAPrivateKey rsaPrivateKey) |
|
private static OpenSSLKey |
OpenSSLKey.wrapPrivateKey(java.security.PrivateKey key) |
|
(package private) static OpenSSLKey |
Platform.wrapRsaKey(java.security.PrivateKey javaKey) |
Wraps an old AndroidOpenSSL key instance.
|