java.io.Serializable
, org.bouncycastle.util.Encodable
public class JcaX509CRLHolder extends X509CRLHolder
Constructor | Description |
---|---|
JcaX509CRLHolder(java.security.cert.X509CRL crl) |
Base constructor.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
equals, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getExtensions, getIssuer, getNonCriticalExtensionOIDs, getRevokedCertificate, getRevokedCertificates, hasExtensions, hashCode, isSignatureValid, toASN1Structure
public 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.