Class: SyrupPay::Jwa::A128Kw

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

#initializeA128Kw

Returns a new instance of A128Kw.



52
53
54
# File 'lib/jose/jwa/alg/aes_key_wrap.rb', line 52

def initialize
  super 16
end