key_len=

cipher.key_len = integer รข integer
Instance Public methods

Sets the key length of the cipher. If the cipher is a fixed length cipher then attempting to set the key length to any value other than the fixed value is an error.

Under normal circumstances you do not need to call this method (and probably shouldn't).

See EVP_CIPHER_CTX_set_key_length for further information.

doc_ruby_on_rails
2015-04-24 22:34:26
Comments
Leave a Comment

Please login to continue.