public interface SignElementReceivedListener
Modifier and Type | Method and Description |
---|---|
void |
signElementReceived(OpenPgpContact contact,
Message originalMessage,
SignElement signElement,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
A
SignElement has been received and successfully been verified. |
void signElementReceived(OpenPgpContact contact, Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
SignElement
has been received and successfully been verified.
This listener is intended to be used by implementors of different OX usage profiles.contact
- sender of the messageoriginalMessage
- original message containing the SignElement
signElement
- the SignElement
itselfmetadata
- metadata about the signing