import { CompactEncrypt } from "https://deno.land/x/jose@v5.9.6/index.ts";
The CompactEncrypt class is used to build and encrypt Compact JWE strings.
This class is exported (as a named export) from the main 'jose'
module entry point as well as
from its subpath export 'jose/jwe/compact/encrypt'
.
Methods
Encrypts and resolves the value of the Compact JWE string.
Sets a content encryption key to use, by default a random suitable one is generated for the JWE enc" (Encryption Algorithm) Header Parameter.
Sets the JWE Initialization Vector to use for content encryption, by default a random suitable one is generated for the JWE enc" (Encryption Algorithm) Header Parameter.
Sets the JWE Key Management parameters to be used when encrypting the Content Encryption Key. You do not need to invoke this method, it is only really intended for test and vector validation purposes.
Sets the JWE Protected Header on the CompactEncrypt object.