WebIDLpedia

RsaHashedImportParams dictionary

Definition

Web Cryptography API Level 2 defines RsaHashedImportParams



dictionary RsaHashedImportParams : Algorithm {
  required HashAlgorithmIdentifier hash;
};