class JWA::Algorithms::ContentEncryption::A192CbcHs384

Public Class Methods

cipher_name() click to toggle source
# File lib/jwa/algorithms/content_encryption/a192_cbc_hs384.rb, line 18
def cipher_name
  'AES-192-CBC'
end
enc_name() click to toggle source
# File lib/jwa/algorithms/content_encryption/a192_cbc_hs384.rb, line 10
def enc_name
  'A192CBC-HS384'
end
hash() click to toggle source
# File lib/jwa/algorithms/content_encryption/a192_cbc_hs384.rb, line 22
def hash
  OpenSSL::Digest::SHA384.new
end
key_length() click to toggle source
# File lib/jwa/algorithms/content_encryption/a192_cbc_hs384.rb, line 14
def key_length
  48
end