Home
last modified time | relevance | path

Searched refs:X509Key (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DX509Key.java60 public class X509Key implements PublicKey { class
96 public X509Key() { } in X509Key() method in X509Key
103 private X509Key(AlgorithmId algid, BitArray key) in X509Key() method in X509Key
259 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()
DCertificateX509Key.java75 key = X509Key.parse(val); in CertificateX509Key()
86 key = X509Key.parse(val); in CertificateX509Key()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java571 subjectPublicKey = X509Key.parse(new DerValue(subjectPublicKeyBytes)); in setSubjectPublicKey()
/libcore/
Dopenjdk_java_files.mk1708 ojluni/src/main/java/sun/security/x509/X509Key.java \