Searched defs:X509CertImpl (Results 1 – 2 of 2) sorted by relevance
34 public class X509CertImpl extends java.security.cert.X509Certificate class37 public X509CertImpl() { in X509CertImpl() method in X509CertImpl42 public X509CertImpl(byte[] certData) throws java.security.cert.CertificateException { in X509CertImpl() method in X509CertImpl47 public X509CertImpl(sun.security.x509.X509CertInfo certInfo) { in X509CertImpl() method in X509CertImpl52 public X509CertImpl(sun.security.util.DerValue derVal) in X509CertImpl() method in X509CertImpl57 public X509CertImpl(sun.security.util.DerValue derVal, byte[] encoded) in X509CertImpl() method in X509CertImpl
73 public class X509CertImpl extends X509Certificate implements DerEncoder { class172 public X509CertImpl() { } in X509CertImpl() method in X509CertImpl186 public X509CertImpl(byte[] certData) throws CertificateException { in X509CertImpl() method in X509CertImpl292 public X509CertImpl(X509CertInfo certInfo) { in X509CertImpl() method in X509CertImpl304 public X509CertImpl(DerValue derVal) throws CertificateException { in X509CertImpl() method in X509CertImpl322 public X509CertImpl(DerValue derVal, byte[] encoded) in X509CertImpl() method in X509CertImpl