WebIDLpedia

CryptoKeyPair dictionary

Definition

Web Cryptography API Level 2 defines CryptoKeyPair



dictionary CryptoKeyPair {
  CryptoKey publicKey;
  CryptoKey privateKey;
};

Referring IDL interfaces/dictionaries