public class KBCrypter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CHARSET
Key waarmee de url wordt encrypt/decrypt.
|
protected static String |
cipherParameters |
protected static String |
encryptionAlgorithm |
protected static String |
encryptionMode |
protected static String |
encryptionPadding |
protected static SecretKey |
secretKey |
| Constructor and Description |
|---|
KBCrypter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decryptText(String encryptedText)
Decrypt a string.
|
static String |
encryptText(String clearText)
Encrypt a string.
|
protected static final String CHARSET
protected static final String encryptionAlgorithm
protected static final String encryptionMode
protected static final String encryptionPadding
protected static SecretKey secretKey
protected static String cipherParameters
Copyright © 2020 B3Partners B.V.. All rights reserved.