public final class DefaultEncryptionProvider extends Object implements EncryptionProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
ID
The default encryption provider ID: "default"
|
| Constructor and Description |
|---|
DefaultEncryptionProvider() |
| 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.