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

构造方法摘要
RC4EncryptServiceImpl()
           
 
方法摘要
 String getMethod()
           
protected  Cipher initDecryptCipher(byte[] key)
           
protected  Cipher initEncryptCipher(byte[] key)
           
 
从类 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.