Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLECPublicKey.java34 final class OpenSSLECPublicKey implements ECPublicKey, OpenSSLKeyHolder { class
43 OpenSSLECPublicKey(OpenSSLECGroupContext group, OpenSSLKey key) { in OpenSSLECPublicKey() method in OpenSSLECPublicKey
48 OpenSSLECPublicKey(OpenSSLKey key) { in OpenSSLECPublicKey() method in OpenSSLECPublicKey
54 OpenSSLECPublicKey(ECPublicKeySpec ecKeySpec) throws InvalidKeySpecException { in OpenSSLECPublicKey() method in OpenSSLECPublicKey
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLECPublicKey.java35 final class OpenSSLECPublicKey implements ECPublicKey, OpenSSLKeyHolder { class
44 OpenSSLECPublicKey(OpenSSLECGroupContext group, OpenSSLKey key) { in OpenSSLECPublicKey() method in OpenSSLECPublicKey
49 OpenSSLECPublicKey(OpenSSLKey key) { in OpenSSLECPublicKey() method in OpenSSLECPublicKey
55 OpenSSLECPublicKey(ECPublicKeySpec ecKeySpec) throws InvalidKeySpecException { in OpenSSLECPublicKey() method in OpenSSLECPublicKey