Skip to main content
Module

x/jose/index.ts>FlattenedEncrypt#setInitializationVector

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Go to Latest
method FlattenedEncrypt.prototype.setInitializationVector
Deprecated
Deprecated

You should not use this method. It is only really intended for test and vector validation purposes.

import { FlattenedEncrypt } from "https://deno.land/x/jose@v4.14.4/index.ts";

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.

Parameters

iv: Uint8Array

JWE Initialization Vector.