Home
last modified time | relevance | path

Searched defs:rsaPrivateKey (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLSignatureRawRSA.java87 OpenSSLRSAPrivateKey rsaPrivateKey = (OpenSSLRSAPrivateKey) privateKey; in engineInitSign() local
90 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) privateKey; in engineInitSign() local
93 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) privateKey; in engineInitSign() local
DOpenSSLCipherRSA.java164 OpenSSLRSAPrivateKey rsaPrivateKey = (OpenSSLRSAPrivateKey) key; in engineInitInternal() local
168 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) key; in engineInitInternal() local
172 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) key; in engineInitInternal() local
DOpenSSLRSAPrivateKey.java95 protected static OpenSSLKey wrapPlatformKey(RSAPrivateKey rsaPrivateKey) in wrapPlatformKey()
126 static OpenSSLKey getInstance(RSAPrivateKey rsaPrivateKey) throws InvalidKeyException { in getInstance()
DOpenSSLRSAPrivateCrtKey.java95 static OpenSSLKey getInstance(RSAPrivateCrtKey rsaPrivateKey) throws InvalidKeyException { in getInstance()