class JWA::Algorithms::KeyManagement::A192Kw
Public Class Methods
cipher_name()
click to toggle source
# File lib/jwa/algorithms/key_management/a192_kw.rb, line 14 def cipher_name 'AES-192-ECB' end
key_length()
click to toggle source
# File lib/jwa/algorithms/key_management/a192_kw.rb, line 10 def key_length 24 end