Interface AprsSignableMessage

All Superinterfaces:
SendableMessage, Serializable, SignableMessage
All Known Implementing Classes:
MessageMessage

public interface AprsSignableMessage extends SignableMessage, SendableMessage
This interface adds additional APRS-specific capabilities to get and set the signature (in ASCII text) on a SignableMessage.
Author:
Andrew Pavlin, KA2DDO
  • Method Details

    • getSignature

      String getSignature()
      Get the ASCII-encoded signature of this message.
      Returns:
      ASCII String of the signature, or null if not signed
    • setSignature

      void setSignature(String signature)
      Set the ASCII-encoded signature of this message.
      Parameters:
      signature - String of the signature, or null to remove any pre-existing signature