public interface IStringEncryptionService
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String cryptotext)
Decrypt a string
|
String |
encrypt(String plaintext)
Encrypt a string
|
boolean |
usingDefaultEncryptionKey()
Returns true if the encryptor is configured to use the default encryption key.
|
String encrypt(String plaintext)
plaintext - StringEncryptionExceptionString decrypt(String cryptotext)
cryptotext - StringEncryptionExceptionboolean usingDefaultEncryptionKey()
Copyright © 2022 Apereo. All rights reserved.