rs256 constant
JsonWebAlgorithm
const rs256
RSASSA-PKCS1-v1_5 using SHA-256
Implementation
static const rs256 =
JsonWebAlgorithm('RS256', type: 'RSA', use: 'sig', minKeyBitLength: 2048);
RSASSA-PKCS1-v1_5 using SHA-256
static const rs256 =
JsonWebAlgorithm('RS256', type: 'RSA', use: 'sig', minKeyBitLength: 2048);