importJsonWebKey static method

Future<EcdhPrivateKey> importJsonWebKey(
  1. Map<String, dynamic> jwk,
  2. EllipticCurve curve
)

Implementation

static Future<EcdhPrivateKey> importJsonWebKey(
  Map<String, dynamic> jwk,
  EllipticCurve curve,
) {
  return impl.ecdhPrivateKey_importJsonWebKey(jwk, curve);
}