public class JcaSignerInfoGeneratorBuilderBC extends Object implements IJcaSignerInfoGeneratorBuilder
JcaSignerInfoGeneratorBuilder.| Constructor and Description |
|---|
JcaSignerInfoGeneratorBuilderBC(IDigestCalculatorProvider calculatorProvider)
Creates new wrapper instance for
JcaSignerInfoGeneratorBuilder. |
JcaSignerInfoGeneratorBuilderBC(org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder jcaSignerInfoGeneratorBuilder)
Creates new wrapper instance for
JcaSignerInfoGeneratorBuilder. |
| Modifier and Type | Method and Description |
|---|---|
ISignerInfoGenerator |
build(IContentSigner signer,
X509Certificate cert) |
boolean |
equals(Object o)
Indicates whether some other object is "equal to" this one.
|
org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder |
getJcaSignerInfoGeneratorBuilder()
Gets actual org.bouncycastle object being wrapped.
|
int |
hashCode()
Returns a hash code value based on the wrapped object.
|
String |
toString()
Delegates
toString method call to the wrapped object. |
public JcaSignerInfoGeneratorBuilderBC(org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder jcaSignerInfoGeneratorBuilder)
JcaSignerInfoGeneratorBuilder.jcaSignerInfoGeneratorBuilder - JcaSignerInfoGeneratorBuilder to be wrappedpublic JcaSignerInfoGeneratorBuilderBC(IDigestCalculatorProvider calculatorProvider)
JcaSignerInfoGeneratorBuilder.calculatorProvider - DigestCalculatorProvider wrapper to create JcaSignerInfoGeneratorBuilderpublic org.bouncycastle.cms.jcajce.JcaSignerInfoGeneratorBuilder getJcaSignerInfoGeneratorBuilder()
JcaSignerInfoGeneratorBuilder.public ISignerInfoGenerator build(IContentSigner signer, X509Certificate cert) throws OperatorCreationExceptionBC, CertificateEncodingException
build in interface IJcaSignerInfoGeneratorBuilderOperatorCreationExceptionBCCertificateEncodingExceptionpublic boolean equals(Object o)
public int hashCode()
Copyright © 1998–2023 Apryse Group NV. All rights reserved.