aesGcm
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| EncryptOptions | Options for one whole-object AES-256-GCM encryption. |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| decrypt | Authenticate and decrypt a complete scheme-1 FEE object with a supplied CEK. |
| decryptWith | Authenticate and decrypt a complete scheme-1 FEE object, recovering its CEK from a recipient via unwrapper. |
| encrypt | Encrypt a complete plaintext as scheme 1 and return `envelope |