Class: SyrupPay::Jwa::A128Kw
- Inherits:
-
AesKeyWrap
- Object
- AesKeyWrap
- SyrupPay::Jwa::A128Kw
- Defined in:
- lib/jose/jwa/alg/aes_key_wrap.rb
Instance Method Summary collapse
-
#initialize ⇒ A128Kw
constructor
A new instance of A128Kw.
Methods inherited from AesKeyWrap
Constructor Details
#initialize ⇒ A128Kw
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 |