Interface SignElementReceivedListener
public interface SignElementReceivedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
signElementReceived
(OpenPgpContact contact, Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ASignElement
has been received and successfully been verified.
-
Method Details
-
signElementReceived
void signElementReceived(OpenPgpContact contact, Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ASignElement
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 messageoriginalMessage
- original message containing theSignElement
signElement
- theSignElement
itselfmetadata
- metadata about the signing
-