Back to project page CipherChat.
The source code is released under:
MIT License
If you think the Android project CipherChat listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.desperate.common.messages; /* w ww . ja v a 2s.com*/ import com.desperate.common.Message; public class LogoutMessage extends Message{ /** */ private static final long serialVersionUID = 8474235947479435638L; @Override public String getStringToHMAC() { return timestamp.toString(); } }