Searched refs:fromPrivateKey (Results 1 - 8 of 8) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLECDHKeyAgreement.java129 OpenSSLKey openSslKey = OpenSSLKey.fromPrivateKey((PrivateKey) key);
H A DOpenSSLKey.java62 public static OpenSSLKey fromPrivateKey(PrivateKey key) throws InvalidKeyException { method in class:OpenSSLKey
H A DOpenSSLSignature.java210 initInternal(OpenSSLKey.fromPrivateKey(privateKey), true);
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java150 SERVER_PRIVATE_KEY = OpenSSLKey.fromPrivateKey(serverPrivateKeyEntry.getPrivateKey());
157 CLIENT_PRIVATE_KEY = OpenSSLKey.fromPrivateKey(clientPrivateKeyEntry.getPrivateKey());
/external/conscrypt/platform/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java149 SERVER_PRIVATE_KEY = OpenSSLKey.fromPrivateKey(serverPrivateKeyEntry.getPrivateKey());
156 CLIENT_PRIVATE_KEY = OpenSSLKey.fromPrivateKey(clientPrivateKeyEntry.getPrivateKey());
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 114 milliseconds