Function
| Arg | Description | Type |
|---|---|---|
| data | The data to encrypt | string (required) |
| signing_key | Private key to sign with | string |
| public_key | Public key to encrypt with. Defaults to server public key | string |
| scheme | Encryption scheme to use. Defaults to X509. Currently supported: PGP,X509 | string |
Encrypt files using pubkey encryption