Interface RecoveredMessage


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

      • 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.