WebIDLpedia

HmacImportParams dictionary

Definition

Web Cryptography API defines HmacImportParams



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