com.pax.dal.entity
Class RSARecoverInfo
- java.lang.Object
-
- com.pax.dal.entity.RSARecoverInfo
-
public class RSARecoverInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description RSARecoverInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description byte[]getData()加密或解密后的数据get resultbyte[]getKeyInfo()-密钥信息,当keyInfo等于NULL时, 不输出密钥信息key infovoidsetData(byte[] data)加密或解密后的数据set resultvoidsetKeyInfo(byte[] keyInfo)-密钥信息,当keyInfo等于NULL时, 不输出密钥信息key info
-
-
-
Constructor Detail
-
RSARecoverInfo
public RSARecoverInfo()
-
-
Method Detail
-
getData
public byte[] getData()
加密或解密后的数据get result- Returns:
-
setData
public void setData(byte[] data)
加密或解密后的数据set result- Parameters:
data-
-
getKeyInfo
public byte[] getKeyInfo()
-密钥信息,当keyInfo等于NULL时, 不输出密钥信息key info- Returns:
-
setKeyInfo
public void setKeyInfo(byte[] keyInfo)
-密钥信息,当keyInfo等于NULL时, 不输出密钥信息key info- Parameters:
keyInfo-
-
-