Searched refs:wrapRsaKey (Results 1 – 9 of 9) sorted by relevance
101 OpenSSLKey wrapper = Platform.wrapRsaKey(rsaPrivateKey); in wrapPlatformKey()
183 return Platform.wrapRsaKey(key); in getOpenSSLKey()
102 OpenSSLKey wrapper = Platform.wrapRsaKey(rsaPrivateKey); in wrapPlatformKey()
187 return Platform.wrapRsaKey(key); in getOpenSSLKey()
271 static OpenSSLKey wrapRsaKey(PrivateKey key) { in wrapRsaKey() method in Platform
272 static OpenSSLKey wrapRsaKey(PrivateKey key) { in wrapRsaKey() method in Platform
351 static OpenSSLKey wrapRsaKey(@SuppressWarnings("unused") PrivateKey javaKey) { in wrapRsaKey() method in Platform
350 static OpenSSLKey wrapRsaKey(@SuppressWarnings("unused") PrivateKey javaKey) { in wrapRsaKey() method in Platform
466 public static OpenSSLKey wrapRsaKey(PrivateKey javaKey) { in wrapRsaKey() method in Platform