Results for: "OptionParser"

Returns a non-lazy Enumerator converted from the lazy enumerator.

Like Enumerable#select, but chains operation to be lazy-evaluated.

Like Enumerable#select, but chains operation to be lazy-evaluated.

Like Enumerable#drop, but chains operation to be lazy-evaluated.

Like Enumerable#compact, but chains operation to be lazy-evaluated.

Returns the first number in this arithmetic sequence, or an array of the first n elements.

Returns the base64 encoded hash value of a given string. The return value is properly padded with ‘=’ and contains no line feeds.

Reset the digest to its initial state and return self.

Reset the digest to the initial state and return self.

Close this handle.

Calling close more than once will raise a Fiddle::DLError exception.

Clear the reference to the object this is pinning.

Returns true if the reference has been cleared, otherwise returns false.

Returns a new Fiddle::Pointer instance that is a dereferenced pointer for this pointer.

Analogous to the star operator in C.

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

Fully resets the internal state of the Cipher. By using this, the same Cipher instance may be used several times for encryption or decryption tasks.

Internally calls EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, -1).

Initializes the Cipher for encryption.

Make sure to call Cipher#encrypt or Cipher#decrypt before using any of the following methods:

Internally calls EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, 1).

Initializes the Cipher for decryption.

Make sure to call Cipher#encrypt or Cipher#decrypt before using any of the following methods:

Internally calls EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, 0).

Indicated whether this Cipher instance uses an Authenticated Encryption mode.

Enables or disables padding. By default encryption operations are padded using standard block padding and the padding is checked and removed when decrypting. If the pad parameter is zero then no padding is performed, the total amount of data encrypted or decrypted must then be a multiple of the block size or an error will occur.

See EVP_CIPHER_CTX_set_padding for further information.

Resets the Digest in the sense that any Digest#update that has been performed is abandoned and the Digest is set to its initial state again.

Search took: 6ms  ·  Total Results: 5424