interface CipherInfoOptions Usage in Denoimport { type CipherInfoOptions } from "node:crypto"; Properties optional keyLength: number | undefined A test key length. optional ivLength: number | undefined A test IV length.