Class SignerInfoGeneratorBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.cms.SignerInfoGeneratorBCFips
All Implemented Interfaces:
ISignerInfoGenerator

public class SignerInfoGeneratorBCFips extends Object implements ISignerInfoGenerator
Wrapper class for SignerInfoGenerator.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SignerInfoGeneratorBCFips(org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator)
    Creates new wrapper instance for SignerInfoGenerator.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates whether some other object is "equal to" this one.
    org.bouncycastle.cms.SignerInfoGenerator
    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

    • SignerInfoGeneratorBCFips

      public SignerInfoGeneratorBCFips (org.bouncycastle.cms.SignerInfoGenerator signerInfoGenerator)
      Creates new wrapper instance for SignerInfoGenerator.
      Parameters:
      signerInfoGenerator - SignerInfoGenerator to be wrapped
  • Method Details

    • getSignerInfoGenerator

      public org.bouncycastle.cms.SignerInfoGenerator getSignerInfoGenerator()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped SignerInfoGenerator.
    • 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