Embodies the notion of a note, left for an offline user.
Decrypts the note, Base64-decoding line and sender.
Encrypts the note, Base64-encoding line and sender.
Converts this Note into a JSON representation.
Creates a Note from a JSON representation.
Line of text left as a note, optionally Base64-encoded.
String name of the sender, optionally Base64-encoded. May be a display name.
UNIX timestamp of when the note was left.
Embodies the notion of a note, left for an offline user.