rs512 constant

JsonWebAlgorithm const rs512

RSASSA-PKCS1-v1_5 using SHA-512

Implementation

static const rs512 =
    JsonWebAlgorithm('RS512', type: 'RSA', use: 'sig', minKeyBitLength: 2048);