Class InputDecryptorProviderBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.operator.InputDecryptorProviderBCFips
All Implemented Interfaces:
IInputDecryptorProvider

public class InputDecryptorProviderBCFips extends Object implements IInputDecryptorProvider
Wrapper class for InputDecryptorProvider.
  • Constructor Summary

    Constructors
    Constructor
    Description
    InputDecryptorProviderBCFips(org.bouncycastle.operator.InputDecryptorProvider decryptorProvider)
    Creates new wrapper instance for InputDecryptorProvider.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether some other object is "equal to" this one.
    org.bouncycastle.operator.InputDecryptorProvider
    Gets actual org.bouncycastle object being wrapped.
    int
    Returns a hash code value based on the wrapped object.
    Delegates toString method call to the wrapped object.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InputDecryptorProviderBCFips

      public InputDecryptorProviderBCFips (org.bouncycastle.operator.InputDecryptorProvider decryptorProvider)
      Creates new wrapper instance for InputDecryptorProvider.
      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

      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 Object