HomeSort by relevance Sort by last modified time
    Searched defs:wrapPlatformKey (Results 1 - 3 of 3) sorted by null

  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLECPrivateKey.java 63 public static OpenSSLKey wrapPlatformKey(ECPrivateKey ecPrivateKey) throws InvalidKeyException {
70 return wrapPlatformKey(ecPrivateKey, group);
73 private static OpenSSLKey wrapPlatformKey(ECPrivateKey ecPrivateKey,
89 return wrapPlatformKey(ecPrivateKey, group);
OpenSSLRSAPrivateKey.java 92 protected static OpenSSLKey wrapPlatformKey(RSAPrivateKey rsaPrivateKey)
108 return wrapPlatformKey(rsaPrivateKey);
OpenSSLDSAPrivateKey.java 71 return wrapPlatformKey(dsaPrivateKey);
87 public static OpenSSLKey wrapPlatformKey(DSAPrivateKey dsaPrivateKey) {

Completed in 48 milliseconds