Interface SignElementReceivedListener


  • Method Summary

    Modifier and Type
    Method
    Description
    void
    signElementReceived(OpenPgpContact contact, Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
    A SignElement has been received and successfully been verified.
  • Method Details

    • signElementReceived

      void signElementReceived(OpenPgpContact contact, Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
      A SignElement has been received and successfully been verified. This listener is intended to be used by implementors of different OX usage profiles.
      Parameters:
      contact - sender of the message
      originalMessage - original message containing the SignElement
      signElement - the SignElement itself
      metadata - metadata about the signing