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