public interface TextEncryptor
Common interface for all util classes aimed at text encryption
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String encryptedMessage)
Decrypts a message.
|
String |
encrypt(String message)
Encrypts a message.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.