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.replies; /* w w w . j av a 2 s.c o m*/ public class LogoutReplyMessage extends ReplyMessage { /** */ private static final long serialVersionUID = 7514843803520203848L; @Override public String getStringToHMAC() { // TODO Auto-generated method stub return null; } }