Interface RecoveredMessage


public interface RecoveredMessage
Interface describing recovered message details from a signature.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Return the content of the recovered message in the signature.
    boolean
    Return whether or not the full message was recovered.
  • Method Details

    • getContent

      byte[] getContent()
      Return the content of the recovered message in the signature.
      Returns:
      the recovered message.
    • isFullMessage

      boolean isFullMessage()
      Return whether or not the full message was recovered.
      Returns:
      true if the full message was recovered, false otherwise.