Class DigestCalculatorBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.operator.DigestCalculatorBCFips
- All Implemented Interfaces:
-
IDigestCalculator
Wrapper class for
DigestCalculator
.
-
Constructor Summary
ConstructorDescriptionDigestCalculatorBCFips
(org.bouncycastle.operator.DigestCalculator digestCalculator) Creates new wrapper instance forDigestCalculator
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.operator.DigestCalculator
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
-
DigestCalculatorBCFips
public DigestCalculatorBCFips(org.bouncycastle.operator.DigestCalculator digestCalculator) Creates new wrapper instance forDigestCalculator
.- Parameters:
-
digestCalculator
-DigestCalculator
to be wrapped
-
-
Method Details
-
getDigestCalculator
public org.bouncycastle.operator.DigestCalculator getDigestCalculator()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
DigestCalculator
.
-
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.
-