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:org.apache.harmony.security.x509.TBSCertList See Also:org.apache.harmony.security.provider.cert.X509CRLImpl See Also:java.security.cert.X509CRLEntry
Creates an instance on the base of existing
TBSCertList.RevokedCertificate object and
information about the issuer of revoked certificate.
If specified issuer is null, it is supposed that issuer
of the revoked certificate is the same as for involving CRL.