Home
last modified time | relevance | path

Searched defs:wrapPlatformKey (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLECPrivateKey.java66 public static OpenSSLKey wrapPlatformKey(ECPrivateKey ecPrivateKey) throws InvalidKeyException { in wrapPlatformKey() method in OpenSSLECPrivateKey
123 private static OpenSSLKey wrapPlatformKey(ECPrivateKey ecPrivateKey, in wrapPlatformKey() method in OpenSSLECPrivateKey
DOpenSSLRSAPrivateKey.java95 protected static OpenSSLKey wrapPlatformKey(RSAPrivateKey rsaPrivateKey) in wrapPlatformKey() method in OpenSSLRSAPrivateKey