Interface CryptElementReceivedListener
-
public interface CryptElementReceivedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcryptElementReceived(OpenPgpContact contact, Message originalMessage, CryptElement cryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)ACryptElementhas been received and successfully decrypted.
-
-
-
Method Detail
-
cryptElementReceived
void cryptElementReceived(OpenPgpContact contact, Message originalMessage, CryptElement cryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
ACryptElementhas been received and successfully decrypted. This listener is intended to be used by implementors of different OX usage profiles.- Parameters:
contact- sender of the messageoriginalMessage- original message which contains theCryptElement.cryptElement- theCryptElementitself.metadata- metadata about the encryption
-
-