Searched refs:X509Key (Results 1 – 6 of 6) sorted by relevance
59 public class X509Key implements PublicKey { class96 public X509Key() { } in X509Key() method in X509Key103 private X509Key(AlgorithmId algid, BitArray key) in X509Key() method in X509Key259 X509Key result; in buildX509Key()263 if (inst instanceof X509Key) { in buildX509Key()264 result = (X509Key) inst; in buildX509Key()277 X509Key result = new X509Key(algid, key); in buildX509Key()438 if (obj instanceof X509Key) { in equals()439 otherEncoded = ((X509Key)obj).getEncodedInternal(); in equals()
75 key = X509Key.parse(val); in CertificateX509Key()86 key = X509Key.parse(val); in CertificateX509Key()
29 public class X509Key implements java.security.PublicKey { class32 public X509Key() { in X509Key() method in X509Key36 private X509Key(sun.security.x509.AlgorithmId algid, sun.security.util.BitArray key) in X509Key() method in X509Key
570 subjectPublicKey = X509Key.parse(new DerValue(subjectPublicKeyBytes)); in setSubjectPublicKey()
1902 "ojluni/src/main/java/sun/security/x509/X509Key.java",
1800 …luni/src/main/java/sun/security/x509/X509Key.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/sec…