Package tigase.push
Class EncryptedNotification
java.lang.Object
tigase.push.EncryptedNotification
- All Implemented Interfaces:
IEncryptedNotification,INotification
-
Nested Class Summary
Nested classes/interfaces inherited from interface tigase.push.api.INotification
INotification.Jingle, INotification.Meet, INotification.Priority, INotification.Processor<T>, INotification.Type -
Constructor Summary
ConstructorsConstructorDescriptionEncryptedNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, INotification.Type type, String encryped, String iv) -
Method Summary
-
Constructor Details
-
EncryptedNotification
public EncryptedNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, INotification.Type type, String encryped, String iv)
-
-
Method Details
-
getAccount
public tigase.xmpp.jid.BareJID getAccount()- Specified by:
getAccountin interfaceINotification
-
getEncrypted
- Specified by:
getEncryptedin interfaceIEncryptedNotification
-
getIV
- Specified by:
getIVin interfaceIEncryptedNotification
-
getPriority
- Specified by:
getPriorityin interfaceINotification
-
getType
- Specified by:
getTypein interfaceINotification
-