Definition
Web Cryptography API Level 2 defines CryptoKeyPair
dictionary CryptoKeyPair {
  CryptoKey publicKey;
  CryptoKey privateKey;
};CryptoKeyPair dictionaryWeb Cryptography API Level 2 defines CryptoKeyPair
dictionary CryptoKeyPair {
  CryptoKey publicKey;
  CryptoKey privateKey;
};