Searched defs:X509CertImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CertImpl.java49 * The X509CertImpl class represents an X.509 certificate. These certificates
79 public class X509CertImpl extends X509Certificate implements DerEncoder { class in inherits:X509Certificate,DerEncoder
186 public X509CertImpl() { } method in class:X509CertImpl
200 public X509CertImpl(byte[] certData) throws CertificateException { method in class:X509CertImpl
220 public X509CertImpl(InputStream in) throws CertificateException { method in class:X509CertImpl
303 public X509CertImpl(X509CertInfo certInfo) { method in class:X509CertImpl
315 public X509CertImpl(DerValue derVal) throws CertificateException { method in class:X509CertImpl
855 * also aware of X509CertImpl mutability.
892 * also aware of X509CertImpl mutability.
1856 * is instance of X509CertImpl, getEncode
[all...]

Completed in 111 milliseconds