Class JcaSimpleSignerInfoVerifierBuilderBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.cms.jcajce.JcaSimpleSignerInfoVerifierBuilderBCFips
- All Implemented Interfaces:
-
IJcaSimpleSignerInfoVerifierBuilder
public class JcaSimpleSignerInfoVerifierBuilderBCFips extends Object implements IJcaSimpleSignerInfoVerifierBuilder
Wrapper class for
JcaSimpleSignerInfoVerifierBuilder
.
-
Constructor Summary
ConstructorDescriptionJcaSimpleSignerInfoVerifierBuilderBCFips
(org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoVerifierBuilder verifierBuilder) Creates new wrapper instance forJcaSimpleSignerInfoVerifierBuilder
. -
Method Summary
Modifier and TypeMethodDescriptionbuild
(X509Certificate certificate) Calls actualbuild
method for the wrapped JcaSimpleSignerInfoVerifierBuilder object.boolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoVerifierBuilder
Gets actual org.bouncycastle object being wrapped.int
hashCode()
Returns a hash code value based on the wrapped object.setProvider
(String provider) Calls actualsetProvider
method for the wrapped JcaSimpleSignerInfoVerifierBuilder object.toString()
DelegatestoString
method call to the wrapped object.
-
Constructor Details
-
JcaSimpleSignerInfoVerifierBuilderBCFips
public JcaSimpleSignerInfoVerifierBuilderBCFips(org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoVerifierBuilder verifierBuilder) Creates new wrapper instance forJcaSimpleSignerInfoVerifierBuilder
.- Parameters:
-
verifierBuilder
-JcaSimpleSignerInfoVerifierBuilder
to be wrapped
-
-
Method Details
-
getVerifierBuilder
public org.bouncycastle.cms.jcajce.JcaSimpleSignerInfoVerifierBuilder getVerifierBuilder()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
JcaSimpleSignerInfoVerifierBuilder
.
-
setProvider
Calls actualsetProvider
method for the wrapped JcaSimpleSignerInfoVerifierBuilder object.- Specified by:
-
setProvider
in interfaceIJcaSimpleSignerInfoVerifierBuilder
- Parameters:
-
provider
- provider name - Returns:
-
IJcaSimpleSignerInfoVerifierBuilder
this wrapper object.
-
build
public ISignerInformationVerifier build(X509Certificate certificate) throws OperatorCreationExceptionBCFips Calls actualbuild
method for the wrapped JcaSimpleSignerInfoVerifierBuilder object.- Specified by:
-
build
in interfaceIJcaSimpleSignerInfoVerifierBuilder
- Parameters:
-
certificate
- X509Certificate - Returns:
-
ISignerInformationVerifier
the wrapper for built SignerInformationVerifier object. - Throws:
-
OperatorCreationExceptionBCFips
-
equals
Indicates whether some other object is "equal to" this one. Compares wrapped objects. -
hashCode
public int hashCode()Returns a hash code value based on the wrapped object. -
toString
DelegatestoString
method call to the wrapped object.
-