Searched refs:getKeyIdentifier (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DSubjectKeyIdentifier.java64 public byte[] getKeyIdentifier() { method in class:SubjectKeyIdentifier
H A DAuthorityKeyIdentifier.java78 public byte[] getKeyIdentifier() { method in class:AuthorityKeyIdentifier
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DTrustedCertificateStore.java416 final byte[] akidKeyId = akid.getKeyIdentifier();
419 if (!Arrays.equals(akidKeyId, skid.getKeyIdentifier())) {

Completed in 124 milliseconds