rsa constant

Key pair type for RsaPss and RsaSsaPkcs1v15.

Keys of this type can be generated with RsaKeyPairGenerator.

Implementation

static const KeyPairType rsa = KeyPairType<RsaKeyPairData, RsaPublicKey>._(
  name: 'rsa',
  ellipticBits: 0,
);