class Keyring::Encryptor::AES::AES128CBC
Public Class Methods
cipher_name()
click to toggle source
# File lib/keyring/encryptor/aes.rb, line 64 def self.cipher_name "AES-128-CBC" end
# File lib/keyring/encryptor/aes.rb, line 64 def self.cipher_name "AES-128-CBC" end