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