Home
last modified time | relevance | path

Searched defs:getPublicKey (Results 1 – 25 of 52) sorted by relevance

123

/external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
DKMKey.java9 short getPublicKey(byte[] buf, short offset); in getPublicKey() method
DKMAESKey.java50 public short getPublicKey(byte[] buf, short offset) { in getPublicKey() method in KMAESKey
DKMHmacKey.java50 public short getPublicKey(byte[] buf, short offset) { in getPublicKey() method in KMHmacKey
DKMECDeviceUniqueKeyPair.java28 public short getPublicKey(byte[] buf, short offset) { in getPublicKey() method in KMECDeviceUniqueKeyPair
/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/
DKMKey.java9 short getPublicKey(byte[] buf, short offset); in getPublicKey() method
DKMAESKey.java50 public short getPublicKey(byte[] buf, short offset) { in getPublicKey() method in KMAESKey
DKMHmacKey.java50 public short getPublicKey(byte[] buf, short offset) { in getPublicKey() method in KMHmacKey
DKMECDeviceUniqueKeyPair.java28 public short getPublicKey(byte[] buf, short offset) { in getPublicKey() method in KMECDeviceUniqueKeyPair
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLKey.java280 PublicKey getPublicKey() throws NoSuchAlgorithmException { in getPublicKey() method in OpenSSLKey
291 static PublicKey getPublicKey(X509EncodedKeySpec keySpec, int type) in getPublicKey() method in OpenSSLKey
DOpenSSLECPublicKey.java100 private ECPoint getPublicKey() { in getPublicKey() method in OpenSSLECPublicKey
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLKey.java285 PublicKey getPublicKey() throws NoSuchAlgorithmException { in getPublicKey() method in OpenSSLKey
296 static PublicKey getPublicKey(X509EncodedKeySpec keySpec, int type) in getPublicKey() method in OpenSSLKey
DOpenSSLECPublicKey.java101 private ECPoint getPublicKey() { in getPublicKey() method in OpenSSLECPublicKey
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DDefaultKeys.java230 …public static PublicKey getPublicKey(String algorithmName) throws NoSuchAlgorithmException, Invali… in getPublicKey() method in DefaultKeys
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DDefaultKeys.java314 …public static PublicKey getPublicKey(String algorithmName) throws NoSuchAlgorithmException, Invali… in getPublicKey() method in DefaultKeys
/external/conscrypt/common/src/main/java/org/conscrypt/ct/
DCTLogInfo.java61 public PublicKey getPublicKey() { in getPublicKey() method in CTLogInfo
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ct/
DCTLogInfo.java63 public PublicKey getPublicKey() { in getPublicKey() method in CTLogInfo
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DSubjectPublicKeyInfo.java121 public ASN1Primitive getPublicKey() in getPublicKey() method in SubjectPublicKeyInfo
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DSubjectPublicKeyInfo.java123 public ASN1Primitive getPublicKey() in getPublicKey() method in SubjectPublicKeyInfo
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DSubjectPublicKeyInfo.java124 public ASN1Primitive getPublicKey() in getPublicKey() method in SubjectPublicKeyInfo
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/sec/
DECPrivateKeyStructure.java89 public DERBitString getPublicKey() in getPublicKey() method in ECPrivateKeyStructure
DECPrivateKey.java143 public DERBitString getPublicKey() in getPublicKey() method in ECPrivateKey
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/sec/
DECPrivateKeyStructure.java89 public DERBitString getPublicKey() in getPublicKey() method in ECPrivateKeyStructure
DECPrivateKey.java143 public DERBitString getPublicKey() in getPublicKey() method in ECPrivateKey
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
DECPrivateKeyStructure.java87 public DERBitString getPublicKey() in getPublicKey() method in ECPrivateKeyStructure
DECPrivateKey.java141 public DERBitString getPublicKey() in getPublicKey() method in ECPrivateKey

123