A shorthand for calling addRecipient() on the enclosing GeneralEncrypt instance
(...args: Parameters<GeneralEncrypt['addRecipient']>)
| 37 | |
| 38 | /** A shorthand for calling addRecipient() on the enclosing {@link GeneralEncrypt} instance */ |
| 39 | addRecipient(...args: Parameters<GeneralEncrypt['addRecipient']>): Recipient |
| 40 | |
| 41 | /** A shorthand for calling encrypt() on the enclosing {@link GeneralEncrypt} instance */ |
| 42 | encrypt(...args: Parameters<GeneralEncrypt['encrypt']>): Promise<types.GeneralJWE> |
no outgoing calls
no test coverage detected