Class: SyrupPay::Jwa::A256Kw

Inherits:
AesKeyWrap show all
Defined in:
lib/jose/jwa/alg/aes_key_wrap.rb

Instance Method Summary collapse

Methods inherited from AesKeyWrap

#decryption, #encryption

Constructor Details

#initializeA256Kw

Returns a new instance of A256Kw.



58
59
60
# File 'lib/jose/jwa/alg/aes_key_wrap.rb', line 58

def initialize
  super 32
end