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