java.io.Serializable, org.bouncycastle.util.Encodablepublic class JcaX509CRLHolder extends X509CRLHolder
| Constructor | Description |
|---|---|
JcaX509CRLHolder(java.security.cert.X509CRL crl) |
Base constructor.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitequals, 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.