WebIDLpedia

CryptoKeyPair dictionary

Definition

Web Cryptography API defines CryptoKeyPair



dictionary CryptoKeyPair {
  CryptoKey publicKey;
  CryptoKey privateKey;
};