awGetSSLEncryptionLevel
int awGetSSLEncryptionLevel();
Returns one of the following values indicating the SSL encryption level available to the caller.
SSL Level | Description |
AW_SSL_LEVEL_NO_ENCRYPTION | Encryption support is not available. |
AW_SSL_LEVEL_US_EXPORT | US export level encryption is supported, which limits the size of the keys used. |
AW_SSL_LEVEL_US_DOMESTIC | US domestic level encryption is supported, which allows for larger key sizes and greater security. |
Note:
US federal regulations restrict the encryption key size in software that is to be exported. Software that is used domestically may use larger encryption key sizes.
See also: