Class OperatorCreationExceptionBCFips

All Implemented Interfaces:
Serializable

public class OperatorCreationExceptionBCFips extends AbstractOperatorCreationException
Wrapper class for OperatorCreationException.
See Also:
  • Constructor Details

    • OperatorCreationExceptionBCFips

      public OperatorCreationExceptionBCFips (org.bouncycastle.operator.OperatorCreationException exception)
      Creates new wrapper instance for OperatorCreationException.
      Parameters:
      exception - OperatorCreationException to be wrapped
  • Method Details

    • getException

      public org.bouncycastle.operator.OperatorCreationException getException()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped OperatorCreationException.
    • equals

      public boolean equals (Object o)
      Indicates whether some other object is "equal to" this one. Compares wrapped objects.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Returns a hash code value based on the wrapped object.
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Delegates toString method call to the wrapped object.
      Overrides:
      toString in class Throwable
    • getMessage

      public String getMessage()
      Delegates getMessage method call to the wrapped exception.
      Overrides:
      getMessage in class Throwable