WebIDLpedia

HmacKeyAlgorithm dictionary

Definition

Web Cryptography API Level 2 defines HmacKeyAlgorithm



dictionary HmacKeyAlgorithm : KeyAlgorithm {
  required KeyAlgorithm hash;
  required unsigned long length;
};