Class SignerInformationVerifierBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.cms.SignerInformationVerifierBCFips
- All Implemented Interfaces:
-
ISignerInformationVerifier
Wrapper class for
SignerInformationVerifier
.
-
Constructor Summary
ConstructorDescriptionSignerInformationVerifierBCFips
(org.bouncycastle.cms.SignerInformationVerifier verifier) Creates new wrapper instance forSignerInformationVerifier
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.cms.SignerInformationVerifier
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
-
SignerInformationVerifierBCFips
public SignerInformationVerifierBCFips(org.bouncycastle.cms.SignerInformationVerifier verifier) Creates new wrapper instance forSignerInformationVerifier
.- Parameters:
-
verifier
-SignerInformationVerifier
to be wrapped
-
-
Method Details
-
getVerifier
public org.bouncycastle.cms.SignerInformationVerifier getVerifier()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
SignerInformationVerifier
.
-
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.
-