Class SignerInfoGeneratorBC
java.lang.Object
com.itextpdf.bouncycastle.cms.SignerInfoGeneratorBC
- All Implemented Interfaces:
ISignerInfoGenerator
Wrapper class for
SignerInfoGenerator.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.bouncycastle.cms.SignerInfoGenerator -
Constructor Summary
ConstructorsConstructorDescriptionSignerInfoGeneratorBC(org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator) Creates new wrapper instance forSignerInfoGenerator. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.org.bouncycastle.cms.SignerInfoGeneratorGets actual org.bouncycastle object being wrapped.inthashCode()Returns a hash code value based on the wrapped object.toString()DelegatestoStringmethod call to the wrapped object.
-
Field Details
-
signerInfoGenerator
private final org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator
-
-
Constructor Details
-
SignerInfoGeneratorBC
public SignerInfoGeneratorBC(org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator) Creates new wrapper instance forSignerInfoGenerator.- Parameters:
signerInfoGenerator-SignerInfoGeneratorto be wrapped
-
-
Method Details
-
getSignerInfoGenerator
public org.bouncycastle.cms.SignerInfoGenerator getSignerInfoGenerator()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
SignerInfoGenerator.
-
equals
-
hashCode
-
toString
-