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() |
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 © 2015 Actian Corporation. All Rights Reserved.