Class RespIDBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.cert.ocsp.RespIDBCFips
All Implemented Interfaces:
IRespID

public class RespIDBCFips extends Object implements IRespID
Wrapper class for RespID.
  • Constructor Details

  • Method Details

    • toASN1Primitive

      public IResponderID toASN1Primitive()
      Calls actual toASN1Primitive method for the wrapped BasicOCSPResp object.
      Specified by:
      toASN1Primitive in interface IRespID
      Returns:
      Responder ID as a ASN1 primitive.
    • getRespID

      public org.bouncycastle.cert.ocsp.RespID getRespID()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped RespID.
    • 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