public class RevealSignatureMessage extends SignatureMessage
| Modifier and Type | Field and Description |
|---|---|
byte[] |
revealedKey |
xEncrypted, xEncryptedMACMESSAGE_DATA, MESSAGE_DH_COMMIT, MESSAGE_DHKEY, MESSAGE_REVEALSIG, MESSAGE_SIGNATURE, protocolVersion, receiverInstanceTag, senderInstanceTagMESSAGE_ERROR, MESSAGE_PLAINTEXT, MESSAGE_QUERY, messageType| Constructor and Description |
|---|
RevealSignatureMessage(int protocolVersion,
byte[] xEncrypted,
byte[] xEncryptedMAC,
byte[] revealedKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
decrypt, verifypublic RevealSignatureMessage(int protocolVersion,
byte[] xEncrypted,
byte[] xEncryptedMAC,
byte[] revealedKey)
public int hashCode()
hashCode in class SignatureMessagepublic boolean equals(Object obj)
equals in class SignatureMessageCopyright © 2015. All rights reserved.