Class FipsUnapprovedOperationErrorBCFips
java.lang.Object
java.lang.Throwable
java.lang.Error
com.itextpdf.commons.bouncycastle.crypto.fips.AbstractFipsUnapprovedOperationError
com.itextpdf.bouncycastlefips.crypto.fips.FipsUnapprovedOperationErrorBCFips
- All Implemented Interfaces:
-
Serializable
Wrapper class for
FipsUnapprovedOperationError
.
- See Also:
-
Constructor Summary
ConstructorDescriptionFipsUnapprovedOperationErrorBCFips
(org.bouncycastle.crypto.fips.FipsUnapprovedOperationError error) Creates new wrapper instance forFipsUnapprovedOperationError
. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates whether some other object is "equal to" this one.org.bouncycastle.crypto.fips.FipsUnapprovedOperationError
getError()
Gets actual org.bouncycastle object being wrapped.DelegatesgetMessage
method call to the wrapped exception.int
hashCode()
Returns a hash code value based on the wrapped object.toString()
DelegatestoString
method call to the wrapped object.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FipsUnapprovedOperationErrorBCFips
public FipsUnapprovedOperationErrorBCFips(org.bouncycastle.crypto.fips.FipsUnapprovedOperationError error) Creates new wrapper instance forFipsUnapprovedOperationError
.- Parameters:
-
error
-FipsUnapprovedOperationError
to be wrapped
-
-
Method Details
-
getError
public org.bouncycastle.crypto.fips.FipsUnapprovedOperationError getError()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
FipsUnapprovedOperationError
.
-
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. -
getMessage
DelegatesgetMessage
method call to the wrapped exception.- Overrides:
-
getMessage
in classThrowable
-