cn.gtmap.estateplat.core.encrypt
接口 EncryptService

所有已知实现类:
AbstractEncryptService, AESEncryptServiceImpl, DESEncryptServiceImpl, RC4EncryptServiceImpl, RSAEncryptServiceImpl

public interface EncryptService

.

版本:
V1.0, 2017-08-03
作者:
shenjian

方法摘要
 byte[] decrypt(byte[] bytes)
           
 String decrypt(String str)
           
 byte[] encrypt(byte[] bytes)
           
 String encrypt(String str)
           
 String getMethod()
           
 

方法详细信息

encrypt

String encrypt(String str)
               throws EncryptException
抛出:
EncryptException

decrypt

String decrypt(String str)
               throws EncryptException
抛出:
EncryptException

encrypt

byte[] encrypt(byte[] bytes)
               throws EncryptException
抛出:
EncryptException

decrypt

byte[] decrypt(byte[] bytes)
               throws EncryptException
抛出:
EncryptException

getMethod

String getMethod()


Copyright © 2015–2018 cn.gtmap. All rights reserved.