Definition
Modern Algorithms in the Web Cryptography API defines EncapsulatedKey
dictionary EncapsulatedKey {
CryptoKey sharedKey;
ArrayBuffer ciphertext;
};
EncapsulatedKey
dictionaryModern Algorithms in the Web Cryptography API defines EncapsulatedKey
dictionary EncapsulatedKey {
CryptoKey sharedKey;
ArrayBuffer ciphertext;
};