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