org.tinygroup.weblayer.webcontext.session.encrypter.impl
类 AesEncrypter
java.lang.Object
org.tinygroup.support.BeanSupport
org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
- 所有已实现的接口:
- org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, Encrypter
public class AesEncrypter
- extends AbstractJceEncrypter
| 从类 org.tinygroup.support.BeanSupport 继承的方法 |
afterPropertiesSet, assertInitialized, destroy, dispose, getBeanDescription, getBeanDescription, getBeanInterface, getBeanName, isInitialized, postDispose, postInit, preDispose, preInit, resolveBeanInterface, setBeanName |
ALG_NAME
public static final String ALG_NAME
- 另请参见:
- 常量字段值
DEFAULT_KEY_SIZE
public static final int DEFAULT_KEY_SIZE
- 另请参见:
- 常量字段值
AesEncrypter
public AesEncrypter()
getKey
public String getKey()
setKey
public void setKey(String key)
getKeySize
public int getKeySize()
setKeySize
public void setKeySize(int keySize)
init
protected void init()
throws Exception
- 覆盖:
- 类
BeanSupport 中的 init
- 抛出:
Exception
createCipher
protected Cipher createCipher(int mode)
throws Exception
- 指定者:
- 类
AbstractJceEncrypter 中的 createCipher
- 抛出:
Exception
toString
public String toString()
- 覆盖:
- 类
BeanSupport 中的 toString
Copyright © 2006–2013 开源组织. All rights reserved.