public class JcaX509CRLHolder extends X509CRLHolder
| Constructor and Description |
|---|
JcaX509CRLHolder(java.security.cert.X509CRL crl)
Base constructor.
|
equals, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getExtensions, getIssuer, getNonCriticalExtensionOIDs, getRevokedCertificate, getRevokedCertificates, hasExtensions, hashCode, isSignatureValid, toASN1Structurepublic JcaX509CRLHolder(java.security.cert.X509CRL crl)
throws java.security.cert.CRLException
crl - CRL to be used a the source for the holder creation.java.security.cert.CRLException - if there is a problem extracting the CRL information.