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