Interface SignElementReceivedListener
public interface SignElementReceivedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidsignElementReceived(OpenPgpContact contact, org.jivesoftware.smack.packet.Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ASignElementhas been received and successfully been verified.
-
Method Details
-
signElementReceived
void signElementReceived(OpenPgpContact contact, org.jivesoftware.smack.packet.Message originalMessage, SignElement signElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ASignElementhas 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 theSignElementsignElement- theSignElementitselfmetadata- metadata about the signing
-