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