import { type SenderContextParams } from "https://deno.land/x/hpke@1.2.9/mod.ts";
The parameters used to setup the SenderContext
.
Properties
recipientPublicKey: CryptoKey
A recipient public key.
optional
senderKey: CryptoKey | CryptoKeyPairA sender private key or a key pair for Auth mode.
optional
ekm: CryptoKeyPair | ArrayBufferDO NOT USE. FOR DEBUGGING/TESTING PURPOSES ONLY.