Results for: "OptionParser"

Returns all certificate IDs in this request.

Returns an Array of SingleResponse for this BasicResponse.

Returns the CertificateId for which this SingleResponse is.

No documentation available

Returns the serial number of the certificate for which status is being requested.

No documentation available
No documentation available

Used primarily to check if an OpenSSL::X509::Certificate#public_key compares to its private key.

Example

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
No documentation available
No documentation available

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.

No documentation available

Errors encountered while resolving gems

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

Sets dmp1, dmq1, iqmp for the RSA instance. They are calculated by d mod (p - 1), d mod (q - 1) and q^(-1) mod p respectively.

The current session cache mode.

Sets the SSL session cache mode. Bitwise-or together the desired SESSION_CACHE_* constants to set. See SSL_CTX_set_session_cache_mode(3) for details.

Returns the current session cache size. Zero is used to represent an unlimited cache size.

Search took: 2ms  ·  Total Results: 3731