• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
Secure Communication Protocols

These constants represent secure communication protocols. They are used in the programming interface for the list of protocols that are allowed and disallowed by the enterprise. Under getApplicationConfig (GDiOS) , see the GDAppConfigKeyCommunicationProtocols item. More...

Variables

const NSString *const GDAppConfigKeyCommunicationProtocols
 Constant key value for the list of communications protocols allowed by the enterprise. See under getApplicationConfig (GDiOS). More...
 
const NSString *const GDProtocolsKeyTLSv1_0
 Constant value for a secure communication protocol: TLS version 1.0. See under getApplicationConfig (GDiOS). More...
 
const NSString *const GDProtocolsKeyTLSv1_1
 Constant value for a secure communication protocol: TLS version 1.1. See under getApplicationConfig (GDiOS). More...
 
const NSString *const GDProtocolsKeyTLSv1_2
 Constant value for a secure communication protocol: TLS version 1.2. See under getApplicationConfig (GDiOS). More...
 

Detailed Description

The following common abbreviations are used:
SSL for Secure Socket Layer protocols.
TLS for Transport Layer Security protocols.

Variable Documentation

◆ GDAppConfigKeyCommunicationProtocols

const NSString* const GDAppConfigKeyCommunicationProtocols

◆ GDProtocolsKeyTLSv1_0

const NSString* const GDProtocolsKeyTLSv1_0

◆ GDProtocolsKeyTLSv1_1

const NSString* const GDProtocolsKeyTLSv1_1

◆ GDProtocolsKeyTLSv1_2

const NSString* const GDProtocolsKeyTLSv1_2