Results for: "String#[]"

No documentation available

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

No documentation available

Verifies the signature for the data using a public key pkey. Unlike verify, this method will not hash data with digest automatically.

Returns true if the signature is successfully verified, false otherwise. The caller must check the return value.

See sign_raw for the signing operation and an example code.

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

signature

A String containing the signature to be verified.

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.

No documentation available

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:

In cases of failure this field may contain an array of strings further describing the origin of the failure.

Get the response’s token info if present.

Returns serial number of the timestamp token. This value shall never be the same for two timestamp tokens issued by a dedicated timestamp authority. If status is GRANTED or GRANTED_WITH_MODS, this is never nil.

Specify whether the response shall contain the timestamp authority’s certificate or not. The default value is true.

Indicates whether the response shall contain the timestamp authority’s certificate or not.

Creates a Response with the help of an OpenSSL::PKey, an OpenSSL::X509::Certificate and a Request.

Mandatory parameters for timestamp creation that need to be set in the Request:

Mandatory parameters that need to be set in the Factory:

In addition one of either Request#policy_id or Factory#default_policy_id must be set.

Raises a TimestampError if creation fails, though successfully created error responses may be returned.

General callback for OpenSSL verify

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

Responsible for finding the nearest targets to the given comment within the context of the given encapsulating node.

Fetch the end line of the value.

Fetch the start byte offset of the value.

Fetch the start byte column of the value.

Build a diagnostic from the given prism parse error.

Search took: 5ms  ·  Total Results: 2715