Package nxt.messaging

Class PrunableMessageHome.PrunableMessage

java.lang.Object
nxt.messaging.PrunableMessageHome.PrunableMessage
Enclosing class:
PrunableMessageHome

public final class PrunableMessageHome.PrunableMessage extends Object
  • Method Details

    • getMessage

      public byte[] getMessage()
    • getEncryptedData

      public EncryptedData getEncryptedData()
    • messageIsText

      public boolean messageIsText()
    • encryptedMessageIsText

      public boolean encryptedMessageIsText()
    • isCompressed

      public boolean isCompressed()
    • getId

      public long getId()
    • getFullHash

      public byte[] getFullHash()
    • getSenderId

      public long getSenderId()
    • getRecipientId

      public long getRecipientId()
    • getTransactionTimestamp

      public int getTransactionTimestamp()
    • getBlockTimestamp

      public int getBlockTimestamp()
    • getHeight

      public int getHeight()
    • getChain

      public Chain getChain()
    • decryptUsingPrivateKey

      public byte[] decryptUsingPrivateKey(byte[] privateKey)
    • decryptUsingSharedKey

      public byte[] decryptUsingSharedKey(byte[] sharedKey)