Skip to main content
Module

x/jose/index.ts>CompactEncrypt#setInitializationVector

"JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno.
Extremely Popular
Go to Latest
method CompactEncrypt.prototype.setInitializationVector
Deprecated
Deprecated

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

import { CompactEncrypt } from "https://deno.land/x/jose@v4.8.3/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.