FlutterEcdsa.p256 constructor
FlutterEcdsa.p256(
- HashAlgorithm hashAlgorithm, {
- String? androidCryptoProvider,
- Ecdsa? fallback,
ECDSA-P256
Implementation
FlutterEcdsa.p256(
this.hashAlgorithm, {
this.androidCryptoProvider,
this.fallback,
}) : keyPairType = KeyPairType.p256,
super.constructor();