Method: Ccrypto::CipherConfig#is_decrypt_cipher_mode?

Defined in:
lib/ccrypto/configs/cipher_config.rb

#is_decrypt_cipher_mode?Boolean

Returns:

  • (Boolean)


127
128
129
# File 'lib/ccrypto/configs/cipher_config.rb', line 127

def is_decrypt_cipher_mode?
  @cipherOps == :decrypt
end