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; //from ww w . j a va2 s .c o m public class NeedhamSchroederSuccessReply extends ReplyMessage { private static final long serialVersionUID = -5989137070648803525L; @Override public String getStringToHMAC() { return accepted.toString() + timestamp; } }