public interface SignElementReceivedListener
| Modifier and Type | Method and Description |
|---|---|
void |
signElementReceived(OpenPgpContact contact,
org.jivesoftware.smack.packet.Message originalMessage,
SignElement signElement,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
A
SignElement has been received and successfully been verified. |
void signElementReceived(OpenPgpContact contact, org.jivesoftware.smack.packet.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 SignElementsignElement - the SignElement itselfmetadata - metadata about the signing