a128kw constant

JsonWebAlgorithm const a128kw

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

Implementation

static const a128kw =
    JsonWebAlgorithm('A128KW', type: 'oct', use: 'key', minKeyBitLength: 128);