a256kw constant

JsonWebAlgorithm const a256kw

AES Key Wrap with default initial value using 256-bit key

Implementation

static const a256kw =
    JsonWebAlgorithm('A256KW', type: 'oct', use: 'key', minKeyBitLength: 256);