FlutterEcdh.p256 constructor

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

ECDH-P256

Implementation

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