An OpenSSL::OCSP::CertificateId identifies a certificate to the CA so that a status check can be performed.

Class Methods

Creates a new OpenSSL::OCSP::CertificateId for the given subject and issuer X509 certificates. The digest is used to compute the certificate ID and must be an OpenSSL::Digest instance.

Instance Methods

Compares this certificate id with other and returns true if they are the same.

Compares this certificate id’s issuer with other and returns true if they are the same.

Returns the serial number of the issuing certificate.