public final class ClearTextEncryptionProvider extends Object implements EncryptionProvider
currentEncryptor.| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The provider id: "notencrypted"
|
| Constructor and Description |
|---|
ClearTextEncryptionProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String string)
Decrypts a given string.
|
String |
encrypt(String string)
Encrypts the given string.
|
String |
getProviderID()
Returns a unique identifier for this provider
|
public static final String ID
public String getProviderID()
EncryptionProvidergetProviderID in interface EncryptionProviderpublic String encrypt(String string)
EncryptionProviderencrypt in interface EncryptionProviderstring - the clear textpublic String decrypt(String string)
EncryptionProviderEncryptionProvider.encrypt(String).decrypt in interface EncryptionProviderstring - the string to decryptCopyright © 2024 Actian Corporation. All rights reserved.