public interface ProtectedStringCrypto
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String protectedString)
Decrypts a given encrypted string and returns it.
|
String |
encrypt(String plainString)
Encrypts a given string and returns it.
|
Copyright © 2016. All rights reserved.