WebIDLpedia

RsaOtherPrimesInfo dictionary

Definition

Web Cryptography API defines RsaOtherPrimesInfo



dictionary RsaOtherPrimesInfo {
  // The following fields are defined in Section 6.3.2.7 of JSON Web Algorithms
  DOMString r;
  DOMString d;
  DOMString t;
};

Referring IDL interfaces/dictionaries