cn.gtmap.estateplat.core.encrypt.impl
类 RC4EncryptServiceImpl
java.lang.Object
cn.gtmap.estateplat.core.encrypt.AbstractEncryptService
cn.gtmap.estateplat.core.encrypt.impl.RC4EncryptServiceImpl
- 所有已实现的接口:
- EncryptService, org.springframework.beans.factory.InitializingBean
public class RC4EncryptServiceImpl
- extends AbstractEncryptService
.
- 版本:
- V1.0, 2017-08-03
- 作者:
- shenjian
| 从类 cn.gtmap.estateplat.core.encrypt.AbstractEncryptService 继承的方法 |
afterPropertiesSet, decrypt, decrypt, encrypt, encrypt, getDecryptKey, getEncryptKey, getKey, setDecryptKey, setEncryptKey, setKey |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RC4EncryptServiceImpl
public RC4EncryptServiceImpl()
initEncryptCipher
protected Cipher initEncryptCipher(byte[] key)
throws GeneralSecurityException
- 指定者:
- 类
AbstractEncryptService 中的 initEncryptCipher
- 抛出:
GeneralSecurityException
initDecryptCipher
protected Cipher initDecryptCipher(byte[] key)
throws GeneralSecurityException
- 指定者:
- 类
AbstractEncryptService 中的 initDecryptCipher
- 抛出:
GeneralSecurityException
getMethod
public String getMethod()
Copyright © 2015–2021 cn.gtmap. All rights reserved.