public interface StringEncryptor
Common interface for all Encryptors which receive a String message and return a String result.
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String encryptedMessage)
Decrypt an encrypted message
|
String |
encrypt(String message)
Encrypt the input message
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.