public interface EncryptionService
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] ciphertext) |
byte[] |
decryptFromHex(java.lang.String ciphertextAsHex) |
byte[] |
encrypt(byte[] plaintext) |
byte[] |
encrypt(java.lang.String plaintext) |