/libcore/ojluni/src/main/java/sun/security/x509/ |
D | KeyIdentifier.java | 42 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()
|
D | SubjectKeyIdentifierExtension.java | 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()
|
D | AuthorityKeyIdentifierExtension.java | 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()
|
D | X509CRLImpl.java | 841 public KeyIdentifier getAuthKeyId() throws IOException { in getAuthKeyId() 844 KeyIdentifier keyId = (KeyIdentifier)aki.get( in getAuthKeyId()
|
D | X509CertImpl.java | 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()
|
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/ |
D | KeyIdentifier.java | 31 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
|
D | SubjectKeyIdentifierExtension.java | 58 public sun.security.x509.KeyIdentifier get(java.lang.String name) throws java.io.IOException { in get() 80 private sun.security.x509.KeyIdentifier id;
|
D | X509CertImpl.java | 228 public sun.security.x509.KeyIdentifier getAuthKeyId() { in getAuthKeyId() 232 public sun.security.x509.KeyIdentifier getSubjectKeyId() { in getSubjectKeyId()
|
D | X509CRLImpl.java | 189 public sun.security.x509.KeyIdentifier getAuthKeyId() throws java.io.IOException { in getAuthKeyId()
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | Vertex.java | 34 import sun.security.x509.KeyIdentifier; 176 KeyIdentifier keyID = sKeyID.get( in certToString() 183 KeyIdentifier keyID = (KeyIdentifier)aKeyID.get( in certToString()
|
D | OCSPResponse.java | 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()
|
D | DistributionPointFetcher.java | 380 KeyIdentifier certAKID = certImpl.getAuthKeyId(); in verifyCRL() 381 KeyIdentifier crlAKID = crlImpl.getAuthKeyId(); in verifyCRL()
|
/libcore/ojluni/src/test/java/security/cert/ |
D | X509CertSelectorTest.java | 67 import sun.security.x509.KeyIdentifier; 259 …AuthorityKeyIdentifierExtension a = new AuthorityKeyIdentifierExtension(new KeyIdentifier(b), null… in testAuthorityKeyIdentifier()
|
/libcore/ |
D | openjdk_java_files.bp | 1873 "ojluni/src/main/java/sun/security/x509/KeyIdentifier.java",
|
D | EXPECTED_UPSTREAM | 1771 …rc/main/java/sun/security/x509/KeyIdentifier.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/sec…
|