Package nxt
Class Appendix.AbstractEncryptedMessage
- java.lang.Object
-
- nxt.Appendix.AbstractAppendix
-
- nxt.Appendix.AbstractEncryptedMessage
-
- All Implemented Interfaces:
Appendix
- Direct Known Subclasses:
Appendix.EncryptedMessage
,Appendix.EncryptToSelfMessage
- Enclosing interface:
- Appendix
public abstract static class Appendix.AbstractEncryptedMessage extends Appendix.AbstractAppendix
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface nxt.Appendix
Appendix.AbstractAppendix, Appendix.AbstractEncryptedMessage, Appendix.Encryptable, Appendix.EncryptedMessage, Appendix.EncryptToSelfMessage, Appendix.Message, Appendix.Phasing, Appendix.Prunable, Appendix.PrunableEncryptedMessage, Appendix.PrunablePlainMessage, Appendix.PublicKeyAnnouncement, Appendix.UnencryptedEncryptedMessage, Appendix.UnencryptedEncryptToSelfMessage, Appendix.UnencryptedPrunableEncryptedMessage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Fee
getBaselineFee(Transaction transaction)
EncryptedData
getEncryptedData()
boolean
isCompressed()
boolean
isText()
-
Methods inherited from class nxt.Appendix.AbstractAppendix
getBaselineFeeHeight, getFullSize, getJSONObject, getNextFee, getNextFeeHeight, getSize, getVersion, isPhased, putBytes
-
-
-
-
Method Detail
-
getBaselineFee
public Fee getBaselineFee(Transaction transaction)
- Specified by:
getBaselineFee
in interfaceAppendix
- Overrides:
getBaselineFee
in classAppendix.AbstractAppendix
-
getEncryptedData
public final EncryptedData getEncryptedData()
-
isText
public final boolean isText()
-
isCompressed
public final boolean isCompressed()
-
-