Gets X509v3 extensions as array of X509Ext objects
Sets X509_EXTENSIONs
Returns all certificate IDs in this request.
Returns an Array
of SingleResponse
for this BasicResponse
.
Returns the CertificateId
for which this SingleResponse
is.
Returns the serial number of the certificate for which status is being requested.
Used primarily to check if an OpenSSL::X509::Certificate#public_key
compares to its private key.
x509 = OpenSSL::X509::Certificate.new(pem_encoded_certificate) rsa_key = OpenSSL::PKey::RSA.new(pem_encoded_private_key) rsa_key.compare?(x509.public_key) => true | false
Return the ActivationRequest
that contained the dependency that we were activated for.
When allow_prerelease
is set to true
prereleases gems are allowed to match dependencies.
Errors encountered while resolving gems