Class ResponseBytesBC

    • Constructor Detail

      • 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 Detail

      • getResponseBytes

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