public interface SigncryptElementReceivedListener
| Modifier and Type | Method and Description |
|---|---|
void |
signcryptElementReceived(OpenPgpContact contact,
org.jivesoftware.smack.packet.Message originalMessage,
SigncryptElement signcryptElement,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
A
SigncryptElement has been received and successfully decrypted and verified. |
void signcryptElementReceived(OpenPgpContact contact, org.jivesoftware.smack.packet.Message originalMessage, SigncryptElement signcryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
SigncryptElement has 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 the OxMessageListener instead.contact - sender of the messageoriginalMessage - original message containing the the SigncryptElementsigncryptElement - the SigncryptElement itselfmetadata - metadata about the encryption and signing