Class X509CRLImpl

java.lang.Object
java.security.cert.CRL
java.security.cert.X509CRL
org.apache.harmony.security.provider.cert.X509CRLImpl
All Implemented Interfaces:
X509Extension

public class X509CRLImpl
extends X509CRL
This class is an implementation of X509CRL. It wraps the instance of org.apache.harmony.security.x509.CertificateList built on the base of provided ASN.1 DER encoded form of CertificateList structure (as specified in RFC 3280 http://www.ietf.org/rfc/rfc3280.txt). Implementation supports work with indirect CRLs.
See Also:
CertificateList, X509CRL