Searched defs:rsaPrivateKey (Results 1 – 4 of 4) sorted by relevance
87 OpenSSLRSAPrivateKey rsaPrivateKey = (OpenSSLRSAPrivateKey) privateKey; in engineInitSign() local90 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) privateKey; in engineInitSign() local93 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) privateKey; in engineInitSign() local
164 OpenSSLRSAPrivateKey rsaPrivateKey = (OpenSSLRSAPrivateKey) key; in engineInitInternal() local168 RSAPrivateCrtKey rsaPrivateKey = (RSAPrivateCrtKey) key; in engineInitInternal() local172 RSAPrivateKey rsaPrivateKey = (RSAPrivateKey) key; in engineInitInternal() local
95 protected static OpenSSLKey wrapPlatformKey(RSAPrivateKey rsaPrivateKey) in wrapPlatformKey()126 static OpenSSLKey getInstance(RSAPrivateKey rsaPrivateKey) throws InvalidKeyException { in getInstance()
95 static OpenSSLKey getInstance(RSAPrivateCrtKey rsaPrivateKey) throws InvalidKeyException { in getInstance()