Package tigase.push.api
Interface IEncryptedNotification
-
- All Superinterfaces:
INotification
- All Known Implementing Classes:
EncryptedNotification
public interface IEncryptedNotification extends INotification
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface tigase.push.api.INotification
INotification.Priority, INotification.Processor<T>, INotification.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEncrypted()java.lang.StringgetIV()-
Methods inherited from interface tigase.push.api.INotification
getAccount, getPriority, getType
-
-