public class AesEncrypter extends AbstractJceEncrypter
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ALG_NAME |
static int |
DEFAULT_KEY_SIZE |
DEFAULT_POOL_SIZE| 构造器和说明 |
|---|
AesEncrypter() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Cipher |
createCipher(int mode) |
String |
getKey() |
int |
getKeySize() |
protected void |
init() |
void |
setKey(String key) |
void |
setKeySize(int keySize) |
String |
toString() |
decrypt, encrypt, getCipher, getPoolSize, returnCipher, setPoolSizeafterPropertiesSet, assertInitialized, destroy, dispose, getBeanDescription, getBeanDescription, getBeanInterface, getBeanName, isInitialized, postDispose, postInit, preDispose, preInit, resolveBeanInterface, setBeanNamepublic static final int DEFAULT_KEY_SIZE
public String getKey()
public void setKey(String key)
public int getKeySize()
public void setKeySize(int keySize)
protected void init()
throws Exception
init 在类中 BeanSupportExceptionprotected Cipher createCipher(int mode) throws Exception
createCipher 在类中 AbstractJceEncrypterExceptionpublic String toString()
toString 在类中 BeanSupportCopyright © 2006-2013 开源组织. All Rights Reserved.