Class ResponseBytesBC

java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.ocsp.ResponseBytesBC
All Implemented Interfaces:
IASN1Encodable, IResponseBytes

public class ResponseBytesBC extends ASN1EncodableBC implements IResponseBytes
Wrapper class for ResponseBytes.
  • Constructor Details

    • ResponseBytesBC

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

      public ResponseBytesBC (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.