Class HttpOcspRequestor

    • Constructor Detail

      • HttpOcspRequestor

        public HttpOcspRequestor()
    • Method Detail

      • send

        protected byte[] send​(byte[] request,
                              URL responderUrl,
                              RequestOptions requestOptions)
                       throws IOException
        Description copied from class: AbstractOcspRequestor
        Sends the request to the OCSP responder.
        Specified by:
        send in class AbstractOcspRequestor
        Parameters:
        request - Request. Must not be null.
        responderUrl - Responder URL. Must not be null.
        requestOptions - Request options. Must not be null.
        Returns:
        received response
        Throws:
        IOException - if the transmission failed.