Package tigase.push
Class EncryptedNotification
- java.lang.Object
-
- tigase.push.EncryptedNotification
-
- All Implemented Interfaces:
IEncryptedNotification,INotification
public class EncryptedNotification extends Object implements IEncryptedNotification
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface tigase.push.api.INotification
INotification.Priority, INotification.Processor<T>
-
-
Constructor Summary
Constructors Constructor Description EncryptedNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, String encryped, String iv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description tigase.xmpp.jid.BareJIDgetAccount()StringgetEncrypted()StringgetIV()INotification.PrioritygetPriority()
-
-
-
Constructor Detail
-
EncryptedNotification
public EncryptedNotification(tigase.xmpp.jid.BareJID account, INotification.Priority priority, String encryped, String iv)
-
-
Method Detail
-
getAccount
public tigase.xmpp.jid.BareJID getAccount()
- Specified by:
getAccountin interfaceINotification
-
getEncrypted
public String getEncrypted()
- Specified by:
getEncryptedin interfaceIEncryptedNotification
-
getIV
public String getIV()
- Specified by:
getIVin interfaceIEncryptedNotification
-
getPriority
public INotification.Priority getPriority()
- Specified by:
getPriorityin interfaceINotification
-
-