Class EncryptedMessage
java.lang.Object
com.tremolosecurity.provisioning.util.EncryptedMessage
-
Constructor Summary
-
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)
-