interface IJWETask
Methods
🔗
encrypt(options: TJoseJWEEncryptionOptions): Promise<string>
🔗
decrypt(options: TJoseJWEDecryptionOptions): Promise<CompactDecryptResult | FlattenedDecryptResult>