Variables | |
static final String | GDProtocolsKeyTLSv1_0 = GDAndroidAPI.GDProtocolsKeyTLSv1_0 |
Constant value for a secure communication protocol: TLS version 1.0. See under GDAndroid.getApplicationConfig. | |
static final String | GDProtocolsKeyTLSv1_1 = GDAndroidAPI.GDProtocolsKeyTLSv1_1 |
Constant value for a secure communication protocol: TLS version 1.1. See under GDAndroid.getApplicationConfig. | |
static final String | GDProtocolsKeyTLSv1_2 = GDAndroidAPI.GDProtocolsKeyTLSv1_2 |
Constant value for a secure communication protocol: TLS version 1.2. See under GDAndroid.getApplicationConfig. | |
static final String | GDAppConfigKeyAndroidKeyboardRestrictedMode = GDAndroidAPI.GDAppConfigKeyAndroidKeyboardRestrictedMode |
Constant key value for whether keyboard restricted mode is enabled. See under GDAndroid.getApplicationConfig. | |
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 GDAndroid.getApplicationConfig, see the GDAppConfigKeyCommunicationProtocols
item.
The following common abbreviations are used:
SSL for Secure Socket Layer protocols.
TLS for Transport Layer Security protocols.