Results for: "pstore"

No documentation available
No documentation available

Encodes this ASN1Data into a DER-encoded String value. The result is DER-encoded except for the possibility of indefinite length forms. Indefinite length forms are not allowed in strict DER, so strictly speaking the result of such an encoding would be a BER-encoding.

See ASN1Data#to_der for details.

See ASN1Data#to_der for details.

The short name of the ObjectId, as defined in <openssl/objects.h>.

Returns the DER encoding of this SPKI.

Returns the PEM encoding of this SPKI.

Returns a textual representation of this SPKI, useful for debugging purposes.

Returns this request as a DER-encoded string

Returns this response as a DER-encoded string.

Adds a certificate status for certificate_id. status is the status, and must be one of these:

reason and revocation_time can be given only when status is OpenSSL::OCSP::V_CERTSTATUS_REVOKED. reason describes the reason for the revocation, and must be one of OpenSSL::OCSP::REVOKED_STATUS_* constants. revocation_time is the time when the certificate is revoked.

this_update and next_update indicate the time at which the status is verified to be correct and the time at or before which newer information will be available, respectively. next_update is optional.

extensions is an Array of OpenSSL::X509::Extension to be included in the SingleResponse. This is also optional.

Note that the times, revocation_time, this_update and next_update can be specified in either of Integer or Time object. If they are Integer, it is treated as the relative seconds from the current time.

Returns a SingleResponse whose CertId matches with certificate_id, or nil if this BasicResponse does not contain it.

Encodes this basic response into a DER-encoded string.

Returns the status of the certificate identified by the certid. The return value may be one of these constant:

When the status is V_CERTSTATUS_REVOKED, the time at which the certificate was revoked can be retrieved by revocation_time.

No documentation available

Encodes this SingleResponse into a DER-encoded string.

Returns the ln (long name) of the hash algorithm used to generate the issuerNameHash and the issuerKeyHash values.

Encodes this certificate identifier into a DER-encoded string.

Dumps key parameters, public key, and private key components contained in the key into a human-readable text.

This is intended for debugging purpose.

See also the man page EVP_PKEY_print_private(3).

Recovers the signed data from signature using a public key pkey. Not all signature algorithms support this operation.

Added in version 3.0. See also the man page EVP_PKEY_verify_recover(3).

signature

A String containing the signature to be verified.

Returns an ASN1 encoded String that contains the Session object.

Returns a PEM encoded String that contains the Session object.

Shows everything in the Session object. This is for diagnostic purposes.

In cases no timestamp token has been created, this field contains further info about the reason why response creation failed. The method returns either nil (the request was successful and a timestamp token was created) or one of the following:

Search took: 5ms  ·  Total Results: 3855