Class X509CertImpl

java.lang.Object
java.security.cert.Certificate
java.security.cert.X509Certificate
org.apache.harmony.security.provider.cert.X509CertImpl
All Implemented Interfaces:
Serializable, X509Extension

public final class X509CertImpl
extends X509Certificate
This class is an implementation of X509Certificate. It wraps the instance of org.apache.harmony.security.x509.Certificate built on the base of provided ASN.1 DER encoded form of Certificate structure (as specified in RFC 3280 http://www.ietf.org/rfc/rfc3280.txt).
See Also:
Certificate, X509Certificate, Serialized Form