Key of the sender or recipient of the EnvelopedData value using the Channel Session Protocol

interface SessionKey {
    keyId: Buffer;
    publicKey: CryptoKey;
}

Properties

Properties

keyId: Buffer
publicKey: CryptoKey

Generated using TypeDoc