| 1 | import { JSEncryptRSAKey } from "./JSEncryptRSAKey"; |
| 2 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…