Searched refs:X509Key (Results 1 – 4 of 4) sorted by relevance
60 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()
571 subjectPublicKey = X509Key.parse(new DerValue(subjectPublicKeyBytes)); in setSubjectPublicKey()
1708 ojluni/src/main/java/sun/security/x509/X509Key.java \