MCPcopy Index your code
hub / github.com/travist/jsencrypt / IJSEncryptOptions

Interface IJSEncryptOptions

lib/JSEncrypt.d.ts:2–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { JSEncryptRSAKey } from "./JSEncryptRSAKey";
2export interface IJSEncryptOptions {
3 key?: JSEncryptRSAKey;
4 default_key_size?: string;
5 default_public_exponent?: string;
6 log?: boolean;
7}
8/**
9 *
10 * @param {Object} [options = {}] - An object to customize JSEncrypt behaviour

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…