public class X509v2CRLBuilderBC extends Object implements IX509v2CRLBuilder
X509v2CRLBuilder.| Constructor and Description |
|---|
X509v2CRLBuilderBC(IX500Name x500Name,
Date date)
Creates new wrapper instance for
X509v2CRLBuilder. |
X509v2CRLBuilderBC(org.bouncycastle.cert.X509v2CRLBuilder builder)
Creates new wrapper instance for
X509v2CRLBuilder. |
| Modifier and Type | Method and Description |
|---|---|
IX509v2CRLBuilder |
addCRLEntry(BigInteger bigInteger,
Date date,
int i) |
IX509CRLHolder |
build(IContentSigner signer) |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cert.X509v2CRLBuilder |
getBuilder()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
IX509v2CRLBuilder |
setNextUpdate(Date nextUpdate) |
String |
toString()
Delegates
toString method call to the wrapped object. |
public X509v2CRLBuilderBC(org.bouncycastle.cert.X509v2CRLBuilder builder)
X509v2CRLBuilder.builder - X509v2CRLBuilder to be wrappedpublic org.bouncycastle.cert.X509v2CRLBuilder getBuilder()
X509v2CRLBuilder.public IX509v2CRLBuilder addCRLEntry(BigInteger bigInteger, Date date, int i)
addCRLEntry in interface IX509v2CRLBuilderpublic IX509v2CRLBuilder setNextUpdate(Date nextUpdate)
setNextUpdate in interface IX509v2CRLBuilderpublic IX509CRLHolder build(IContentSigner signer)
build in interface IX509v2CRLBuilderpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.