Class EncryptedMessage
java.lang.Object
com.tremolosecurity.provisioning.util.EncryptedMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EncryptedMessage
public EncryptedMessage()
-
-
Method Details
-
getIv
public byte[] getIv() -
setIv
public void setIv(byte[] iv) -
getMsg
public byte[] getMsg() -
setMsg
public void setMsg(byte[] msg)
-