Class: JWE::Alg::A192Kw

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

Instance Attribute Summary

Attributes included from AesKw

#iv, #key

Instance Method Summary collapse

Methods included from AesKw

#cipher, #decrypt, #decrypt_round, #encrypt, #encrypt_round, #initialize, #xor

Instance Method Details

#cipher_nameObject



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

def cipher_name
  'AES-192-ECB'
end