Home
last modified time | relevance | path

Searched defs:CertificateX509Key (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DCertificateX509Key.java31 public class CertificateX509Key implements sun.security.x509.CertAttrSet<java.lang.String> { class
34 public CertificateX509Key(java.security.PublicKey key) { in CertificateX509Key() method in CertificateX509Key
38 public CertificateX509Key(sun.security.util.DerInputStream in) throws java.io.IOException { in CertificateX509Key() method in CertificateX509Key
42 public CertificateX509Key(java.io.InputStream in) throws java.io.IOException { in CertificateX509Key() method in CertificateX509Key
/libcore/ojluni/src/main/java/sun/security/x509/
DCertificateX509Key.java43 public class CertificateX509Key implements CertAttrSet<String> { class
63 public CertificateX509Key(PublicKey key) { in CertificateX509Key() method in CertificateX509Key
73 public CertificateX509Key(DerInputStream in) throws IOException { in CertificateX509Key() method in CertificateX509Key
84 public CertificateX509Key(InputStream in) throws IOException { in CertificateX509Key() method in CertificateX509Key