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