WebIDLpedia

EncapsulatedKey dictionary

Definition

Modern Algorithms in the Web Cryptography API defines EncapsulatedKey



dictionary EncapsulatedKey {
  CryptoKey sharedKey;
  ArrayBuffer ciphertext;
};

Referring IDL interfaces/dictionaries