Class: JWA::Algorithms::KeyManagement::A192Kw

Inherits:
Object
  • Object
show all
Includes:
AesKw
Defined in:
lib/jwa/algorithms/key_management/a192_kw.rb

Instance Attribute Summary

Attributes included from AesKw

#iv, #key

Class Method Summary collapse

Methods included from AesKw

#a_ri, #cipher, #decrypt, #decrypt_round, #encrypt, #encrypt_round, #initialize, #kw_decrypt_round, #kw_encrypt_round, #xor

Class Method Details

.cipher_nameObject



14
15
16
# File 'lib/jwa/algorithms/key_management/a192_kw.rb', line 14

def cipher_name
  'AES-192-ECB'
end

.key_lengthObject



10
11
12
# File 'lib/jwa/algorithms/key_management/a192_kw.rb', line 10

def key_length
  24
end