Package com.avaya.clientservices.common
Class PushNotificationEncryptionInfo
- java.lang.Object
-
- com.avaya.clientservices.common.PushNotificationEncryptionInfo
-
public class PushNotificationEncryptionInfo extends java.lang.ObjectRepresents Push Notification Encryption info
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPushNotificationEncryptionInfo.PushNotificationEncryptionScheme
-
Constructor Summary
Constructors Constructor Description PushNotificationEncryptionInfo(java.lang.String encryptionKey, PushNotificationEncryptionInfo.PushNotificationEncryptionScheme encryptionScheme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEncryptionkey()PushNotificationEncryptionInfo.PushNotificationEncryptionSchemegetEncryptionScheme()
-
-
-
Constructor Detail
-
PushNotificationEncryptionInfo
public PushNotificationEncryptionInfo(java.lang.String encryptionKey, PushNotificationEncryptionInfo.PushNotificationEncryptionScheme encryptionScheme)
-
-
Method Detail
-
getEncryptionkey
public java.lang.String getEncryptionkey()
- Returns:
- the encryption key
-
getEncryptionScheme
public PushNotificationEncryptionInfo.PushNotificationEncryptionScheme getEncryptionScheme()
-
-