Class SignerInfoGeneratorBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.cms.SignerInfoGeneratorBCFips
- All Implemented Interfaces:
-
ISignerInfoGenerator
Wrapper class for
SignerInfoGenerator
.
-
Constructor Summary
ConstructorDescriptionSignerInfoGeneratorBCFips
(org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator) Creates new wrapper instance forSignerInfoGenerator
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.cms.SignerInfoGenerator
Gets actual org.bouncycastle object being wrapped.int
hashCode()
Returns a hash code value based on the wrapped object.toString()
DelegatestoString
method call to the wrapped object.
-
Constructor Details
-
SignerInfoGeneratorBCFips
public SignerInfoGeneratorBCFips(org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator) Creates new wrapper instance forSignerInfoGenerator
.- Parameters:
-
signerInfoGenerator
-SignerInfoGenerator
to be wrapped
-
-
Method Details
-
getSignerInfoGenerator
public org.bouncycastle.cms.SignerInfoGenerator getSignerInfoGenerator()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
SignerInfoGenerator
.
-
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.
-