WebIDLpedia

EcdhKeyDeriveParams dictionary

Definition

Web Cryptography API Level 2 defines EcdhKeyDeriveParams



dictionary EcdhKeyDeriveParams : Algorithm {
  required CryptoKey public;
};