WebIDLpedia

HmacKeyGenParams dictionary

Definition

Web Cryptography API defines HmacKeyGenParams



dictionary HmacKeyGenParams : Algorithm {
  required HashAlgorithmIdentifier hash;
  [EnforceRange] unsigned long length;
};