WebIDLpedia

RsaKeyGenParams dictionary

Definition

Web Cryptography API defines RsaKeyGenParams



dictionary RsaKeyGenParams : Algorithm {
  required [EnforceRange] unsigned long modulusLength;
  required BigInteger publicExponent;
};

Referring IDL interfaces/dictionaries