public class AESCryptHandler extends StandardCryptHandler
ICryptHandlerimplementing the AES algorithm.| Modifier and Type | Field and Description |
|---|---|
static String |
CIPHER_ALGORITHM |
static String |
DIGEST_ALGORITHM |
static String |
KEY_ALGORITHM |
| Constructor and Description |
|---|
AESCryptHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(byte[] pCryptKey) |
decrypt, encryptpublic static final String KEY_ALGORITHM
public static final String CIPHER_ALGORITHM
public static final String DIGEST_ALGORITHM
public void initialize(byte[] pCryptKey)
throws COSSecurityException
initialize in class StandardCryptHandlerCOSSecurityExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.