A shorthand for calling encrypt() on the enclosing GeneralEncrypt instance
(...args: Parameters<GeneralEncrypt['encrypt']>)
| 40 | |
| 41 | /** A shorthand for calling encrypt() on the enclosing {@link GeneralEncrypt} instance */ |
| 42 | encrypt(...args: Parameters<GeneralEncrypt['encrypt']>): Promise<types.GeneralJWE> |
| 43 | |
| 44 | /** Returns the enclosing {@link GeneralEncrypt} instance */ |
| 45 | done(): GeneralEncrypt |
no outgoing calls