Home
last modified time | relevance | path

Searched refs:KeyIdentifier (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DKeyIdentifier.java42 public class KeyIdentifier { class
50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier
82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier
149 if (!(other instanceof KeyIdentifier)) in equals()
151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
DSubjectKeyIdentifierExtension.java70 private KeyIdentifier id = null;
90 id = new KeyIdentifier(octetString); in SubjectKeyIdentifierExtension()
111 this.id = new KeyIdentifier(val); in SubjectKeyIdentifierExtension()
144 if (!(obj instanceof KeyIdentifier)) { in set()
148 id = (KeyIdentifier)obj; in set()
159 public KeyIdentifier get(String name) throws IOException { in get()
DAuthorityKeyIdentifierExtension.java78 private KeyIdentifier id = null;
126 public AuthorityKeyIdentifierExtension(KeyIdentifier kid, GeneralNames name, in AuthorityKeyIdentifierExtension()
172 id = new KeyIdentifier(opt); in AuthorityKeyIdentifierExtension()
234 if (!(obj instanceof KeyIdentifier)) { in set()
238 id = (KeyIdentifier)obj; in set()
DX509CertImpl.java1114 public KeyIdentifier getAuthKeyId() { in getAuthKeyId()
1119 return (KeyIdentifier)aki.get( in getAuthKeyId()
1129 public KeyIdentifier getSubjectKeyId() { in getSubjectKeyId()
1133 return (KeyIdentifier)ski.get( in getSubjectKeyId()
DX509CRLImpl.java841 public KeyIdentifier getAuthKeyId() throws IOException { in getAuthKeyId()
844 KeyIdentifier keyId = (KeyIdentifier)aki.get( in getAuthKeyId()
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DKeyIdentifier.java31 public class KeyIdentifier { class
33 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier
37 public KeyIdentifier(sun.security.util.DerValue val) throws java.io.IOException { in KeyIdentifier() method in KeyIdentifier
42 public KeyIdentifier(java.security.PublicKey pubKey) throws java.io.IOException { in KeyIdentifier() method in KeyIdentifier
DSubjectKeyIdentifierExtension.java60 public sun.security.x509.KeyIdentifier get(java.lang.String name) throws java.io.IOException { in get()
82 private sun.security.x509.KeyIdentifier id;
DX509CertImpl.java233 public sun.security.x509.KeyIdentifier getAuthKeyId() { in getAuthKeyId()
237 public sun.security.x509.KeyIdentifier getSubjectKeyId() { in getSubjectKeyId()
DX509CRLImpl.java192 public sun.security.x509.KeyIdentifier getAuthKeyId() throws java.io.IOException { in getAuthKeyId()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DVertex.java34 import sun.security.x509.KeyIdentifier;
176 KeyIdentifier keyID = sKeyID.get( in certToString()
183 KeyIdentifier keyID = (KeyIdentifier)aKeyID.get( in certToString()
DOCSPResponse.java187 private KeyIdentifier responderKeyId = null;
299 responderKeyId = new KeyIdentifier(seq.getData().getOctetString()); in OCSPResponse()
452 KeyIdentifier certKeyId = cert.getSubjectKeyId(); in verify()
463 certKeyId = new KeyIdentifier(cert.getPublicKey()); in verify()
DDistributionPointFetcher.java380 KeyIdentifier certAKID = certImpl.getAuthKeyId(); in verifyCRL()
381 KeyIdentifier crlAKID = crlImpl.getAuthKeyId(); in verifyCRL()
/libcore/
Dopenjdk_java_files.bp1732 "ojluni/src/main/java/sun/security/x509/KeyIdentifier.java",