Avaya Client Services API Reference (iOS)
Enumerations
CSPushNotificationsEncryptionScheme.h File Reference

Enumerations

enum  CSPushNotificationsEncryptionScheme {
  CSPushNotificationsEncryptionSchemeAES128ECBPKCS5Padding,
  CSPushNotificationsEncryptionSchemeAES128CBCPKCS5Padding,
  CSPushNotificationsEncryptionSchemeAES256CBCPKCS5Padding
}
 

Enumeration Type Documentation

Enumerator
CSPushNotificationsEncryptionSchemeAES128ECBPKCS5Padding 

This represents encryption scheme "AES-128/ECB/PKCS5Padding".

CSPushNotificationsEncryptionSchemeAES128CBCPKCS5Padding 

This represents encryption scheme "AES-128/CBC/PKCS5Padding".

CSPushNotificationsEncryptionSchemeAES256CBCPKCS5Padding 

This represents encryption scheme "AES-256/CBC/PKCS5Padding".