Class SignerInformationVerifierBC
java.lang.Object
com.itextpdf.bouncycastle.cms.SignerInformationVerifierBC
- All Implemented Interfaces:
ISignerInformationVerifier
Wrapper class for
SignerInformationVerifier.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.bouncycastle.cms.SignerInformationVerifier -
Constructor Summary
ConstructorsConstructorDescriptionSignerInformationVerifierBC(org.bouncycastle.cms.SignerInformationVerifier verifier) Creates new wrapper instance forSignerInformationVerifier. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether some other object is "equal to" this one.org.bouncycastle.cms.SignerInformationVerifierGets 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
-
verifier
private final org.bouncycastle.cms.SignerInformationVerifier verifier
-
-
Constructor Details
-
SignerInformationVerifierBC
public SignerInformationVerifierBC(org.bouncycastle.cms.SignerInformationVerifier verifier) Creates new wrapper instance forSignerInformationVerifier.- Parameters:
verifier-SignerInformationVerifierto be wrapped
-
-
Method Details
-
getVerifier
public org.bouncycastle.cms.SignerInformationVerifier getVerifier()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
SignerInformationVerifier.
-
equals
-
hashCode
-
toString
-