-
- All Implemented Interfaces:
-
cn.thinkingdata.analytics.encrypt.ITDEncrypt
public class TDRSAEncrypt implements ITDEncrypt
RSA + AES.
-
-
Method Summary
Modifier and Type Method Description StringsymmetricEncryptType()Symmetric encryption type. StringencryptDataEvent(String event)Encrypt the buried data. StringasymmetricEncryptType()Asymmetric encryption type. StringencryptSymmetricKey(String publicKey)Encryption symmetric encryption key. -
-
Method Detail
-
symmetricEncryptType
String symmetricEncryptType()
Symmetric encryption type.
-
encryptDataEvent
String encryptDataEvent(String event)
Encrypt the buried data.
- Parameters:
event- Data before encryption
-
asymmetricEncryptType
String asymmetricEncryptType()
Asymmetric encryption type.
-
encryptSymmetricKey
String encryptSymmetricKey(String publicKey)
Encryption symmetric encryption key.
- Parameters:
publicKey- public key
-
-
-
-