public class JcaX509CRLHolder extends X509CRLHolder
Constructor and Description |
---|
JcaX509CRLHolder(java.security.cert.X509CRL crl)
Base constructor.
|
equals, getCriticalExtensionOIDs, getEncoded, getExtension, getExtensionOIDs, getExtensions, getIssuer, getNextUpdate, getNonCriticalExtensionOIDs, getRevokedCertificate, getRevokedCertificates, getThisUpdate, hasExtensions, hashCode, isAlternativeSignatureValid, 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.