OpenSSL::OCSP::Response

class OpenSSL::OCSP::Response

Parent:
Object

An OpenSSL::OCSP::Response contains the status of a certificate check which is created from an OpenSSL::OCSP::Request.

Public Class Methods

OpenSSL::OCSP::Response.create(status, basic_response = nil) → response Show source