Class: JWE::Alg::A192kw

Inherits:
Object
  • Object
show all
Includes:
AesKw
Defined in:
lib/jwe/alg/a192_kw.rb

Overview

AES-192 Key Wrapping algorithm

Instance Attribute Summary

Attributes included from AesKw

#iv, #key

Instance Method Summary collapse

Methods included from AesKw

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

Instance Method Details

#cipher_nameObject



9
10
11
# File 'lib/jwe/alg/a192_kw.rb', line 9

def cipher_name
  'AES-192-ECB'
end