Interface SigncryptElementReceivedListener
public interface SigncryptElementReceivedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidsigncryptElementReceived(OpenPgpContact contact, org.jivesoftware.smack.packet.Message originalMessage, SigncryptElement signcryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ASigncryptElementhas been received and successfully decrypted and verified.
-
Method Details
-
signcryptElementReceived
void signcryptElementReceived(OpenPgpContact contact, org.jivesoftware.smack.packet.Message originalMessage, SigncryptElement signcryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ASigncryptElementhas been received and successfully decrypted and verified. This listener is intended to be used by implementors of different OX usage profiles. In order to listen for OX-IM messages, please refer to theOxMessageListenerinstead.- Parameters:
contact- sender of the messageoriginalMessage- original message containing theSigncryptElementsigncryptElement- theSigncryptElementitselfmetadata- metadata about the encryption and signing
-