Class ContentSignerBC
java.lang.Object
com.itextpdf.bouncycastle.operator.ContentSignerBC
- All Implemented Interfaces:
IContentSigner
Wrapper class for
ContentSigner.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.bouncycastle.operator.ContentSigner -
Constructor Summary
ConstructorsConstructorDescriptionContentSignerBC(org.bouncycastle.operator.ContentSigner contentSigner) Creates new wrapper instance forContentSigner. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.org.bouncycastle.operator.ContentSignerGets 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
-
contentSigner
private final org.bouncycastle.operator.ContentSigner contentSigner
-
-
Constructor Details
-
ContentSignerBC
public ContentSignerBC(org.bouncycastle.operator.ContentSigner contentSigner) Creates new wrapper instance forContentSigner.- Parameters:
contentSigner-ContentSignerto be wrapped
-
-
Method Details
-
getContentSigner
public org.bouncycastle.operator.ContentSigner getContentSigner()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
ContentSigner.
-
equals
-
hashCode
-
toString
-