Home
last modified time | relevance | path

Searched refs:wrapPrivateKey (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLKey.java88 return wrapPrivateKey(key); in fromPrivateKey()
200 private static OpenSSLKey wrapPrivateKey(PrivateKey key) throws InvalidKeyException { in wrapPrivateKey() method in OpenSSLKey