Class X509CRLEntryImpl

java.lang.Object
java.security.cert.X509CRLEntry
org.apache.harmony.security.provider.cert.X509CRLEntryImpl
All Implemented Interfaces:
X509Extension

public class X509CRLEntryImpl
extends X509CRLEntry
Implementation of X509CRLEntry. It wraps the instance of org.apache.harmony.security.x509.TBSCertList.RevokedCertificate obtained during the decoding of TBSCertList substructure of the CertificateList structure which is an X.509 form of CRL. (see RFC 3280 at http://www.ietf.org/rfc/rfc3280.txt) Normally the instances of this class are constructed by involving X509CRLImpl object.
See Also:
TBSCertList, X509CRLImpl, X509CRLEntry