EncryptionType enum
The type of encryption to be performed.
Fields
| DETERMINISTIC | Deterministic type will always produce same encrypted value for same plaintext. |
| RANDOMIZED | Randomized type will produce different encrypted value for same plaintext. |