OpenSSL::OCSP::Request

class OpenSSL::OCSP::Request

Parent:
Object

An OpenSSL::OCSP::Request contains the certificate information for determining if a certificate has been revoked or not. A Request can be created for a certificate or from a DER-encoded request created elsewhere.

Public Class Methods

OpenSSL::OCSP::Request.new → request Show source