|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rice.post.messaging.PostMessage rice.post.messaging.EncryptedNotificationMessage
public class EncryptedNotificationMessage
This class represents a notification message which is in encrypted state.
Constructor Summary | |
---|---|
EncryptedNotificationMessage(PostEntityAddress sender,
PostEntityAddress destination,
byte[] key,
byte[] data)
Constructs a NotificationMessage for the given Email. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
byte[] |
getData()
Returns the ciphertext of the NotificationMessage |
PostEntityAddress |
getDestination()
Returns the destination of this message. |
byte[] |
getKey()
Returns the encrypted key of the NotificationMessage |
Methods inherited from class rice.post.messaging.PostMessage |
---|
getSender |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptedNotificationMessage(PostEntityAddress sender, PostEntityAddress destination, byte[] key, byte[] data)
key
- The encrypted keydata
- The encrypted NotificationMessageMethod Detail |
---|
public final PostEntityAddress getDestination()
public byte[] getKey()
public byte[] getData()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
|
ePOST API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |