Class ResponseBytesBCFips

java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ocsp.ResponseBytesBCFips
All Implemented Interfaces:
IASN1Encodable, IResponseBytes

public class ResponseBytesBCFips extends ASN1EncodableBCFips implements IResponseBytes
Wrapper class for ResponseBytes.
  • Constructor Details

    • ResponseBytesBCFips

      public ResponseBytesBCFips (org.bouncycastle.asn1.ocsp.ResponseBytes responseBytes)
      Creates new wrapper instance for ResponseBytes.
      Parameters:
      responseBytes - ResponseBytes to be wrapped
    • ResponseBytesBCFips

      public ResponseBytesBCFips (IASN1ObjectIdentifier asn1ObjectIdentifier, IDEROctetString derOctetString)
      Creates new wrapper instance for ResponseBytes.
      Parameters:
      asn1ObjectIdentifier - ASN1ObjectIdentifier wrapper
      derOctetString - DEROctetString wrapper
  • Method Details

    • getResponseBytes

      public org.bouncycastle.asn1.ocsp.ResponseBytes getResponseBytes()
      Gets actual org.bouncycastle object being wrapped.
      Returns:
      wrapped ResponseBytes.