Searched refs:KeyIdentifier (Results 1 – 13 of 13) sorted by relevance
42 public class KeyIdentifier { class50 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier59 public KeyIdentifier(DerValue val) throws IOException { in KeyIdentifier() method in KeyIdentifier82 public KeyIdentifier(PublicKey pubKey) in KeyIdentifier() method in KeyIdentifier149 if (!(other instanceof KeyIdentifier)) in equals()151 byte[] otherString = ((KeyIdentifier)other).octetString; in equals()
70 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()
78 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()
1114 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()
841 public KeyIdentifier getAuthKeyId() throws IOException { in getAuthKeyId()844 KeyIdentifier keyId = (KeyIdentifier)aki.get( in getAuthKeyId()
31 public class KeyIdentifier { class33 public KeyIdentifier(byte[] octetString) { in KeyIdentifier() method in KeyIdentifier37 public KeyIdentifier(sun.security.util.DerValue val) throws java.io.IOException { in KeyIdentifier() method in KeyIdentifier42 public KeyIdentifier(java.security.PublicKey pubKey) throws java.io.IOException { in KeyIdentifier() method in KeyIdentifier
60 public sun.security.x509.KeyIdentifier get(java.lang.String name) throws java.io.IOException { in get()82 private sun.security.x509.KeyIdentifier id;
233 public sun.security.x509.KeyIdentifier getAuthKeyId() { in getAuthKeyId()237 public sun.security.x509.KeyIdentifier getSubjectKeyId() { in getSubjectKeyId()
192 public sun.security.x509.KeyIdentifier getAuthKeyId() throws java.io.IOException { in getAuthKeyId()
34 import sun.security.x509.KeyIdentifier;176 KeyIdentifier keyID = sKeyID.get( in certToString()183 KeyIdentifier keyID = (KeyIdentifier)aKeyID.get( in certToString()
187 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()
380 KeyIdentifier certAKID = certImpl.getAuthKeyId(); in verifyCRL()381 KeyIdentifier crlAKID = crlImpl.getAuthKeyId(); in verifyCRL()
1732 "ojluni/src/main/java/sun/security/x509/KeyIdentifier.java",