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