public interface IX509v2CRLBuilder
| Modifier and Type | Method and Description |
|---|---|
IX509v2CRLBuilder |
addCRLEntry(BigInteger bigInteger,
Date date,
int i)
Calls actual
addCRLEntry method for the wrapped X509v2CRLBuilder object. |
IX509v2CRLBuilder |
addExtension(IASN1ObjectIdentifier objectIdentifier,
boolean isCritical,
IASN1Encodable extension)
Calls actual
addExtension method for the wrapped X509v2CRLBuilder object. |
IX509CRLHolder |
build(IContentSigner signer)
Calls actual
build method for the wrapped X509v2CRLBuilder object. |
IX509v2CRLBuilder |
setNextUpdate(Date nextUpdate)
Calls actual
setNextUpdate method for the wrapped X509v2CRLBuilder object. |
IX509v2CRLBuilder addCRLEntry(BigInteger bigInteger, Date date, int i)
addCRLEntry method for the wrapped X509v2CRLBuilder object.bigInteger - serial number of revoked certificatedate - date of certificate revocationi - the reason code, as indicated in CRLReason, i.e CRLReason.keyCompromise, or 0 if not to be usedIX509v2CRLBuilder the current wrapper object.IX509v2CRLBuilder addExtension(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension) throws IOException
addExtension method for the wrapped X509v2CRLBuilder object.objectIdentifier - extension object identifierisCritical - specifies if extension is critical or notextension - encoded extension valueIX509v2CRLBuilder the current wrapper object.IOException - if an I/O error occurs.IX509v2CRLBuilder setNextUpdate(Date nextUpdate)
setNextUpdate method for the wrapped X509v2CRLBuilder object.nextUpdate - date of next CRL updateIX509v2CRLBuilder the current wrapper object.IX509CRLHolder build(IContentSigner signer)
build method for the wrapped X509v2CRLBuilder object.signer - ContentSigner wrapperIX509CRLHolder the wrapper for built X509CRLHolder object.Copyright © 1998–2025 Apryse Group NV. All rights reserved.