cn.gtmap.estateplat.core.encrypt
接口 EncryptService
- 所有已知实现类:
- AbstractEncryptService, AESEncryptServiceImpl, DESEncryptServiceImpl, RC4EncryptServiceImpl, RSAEncryptServiceImpl
public interface EncryptService
.
- 版本:
- V1.0, 2017-08-03
- 作者:
- shenjian
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–2022 cn.gtmap. All rights reserved.