WebIDLpedia

RsaKeyAlgorithm dictionary

Definition

Web Cryptography API defines RsaKeyAlgorithm



dictionary RsaKeyAlgorithm : KeyAlgorithm {
  required unsigned long modulusLength;
  required BigInteger publicExponent;
};

Referring IDL interfaces/dictionaries