FlutterEcdh.p384 constructor

FlutterEcdh.p384({
  1. int length = 32,
  2. String? androidCryptoProvider,
  3. Ecdh? fallback,
})

ECDH-P384

Implementation

FlutterEcdh.p384({
  this.length = 32,
  this.androidCryptoProvider,
  this.fallback,
})  : keyPairType = KeyPairType.p384,
      super.constructor();