importJsonWebKey static method

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

Implementation

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