methodType

Type: Integer

The methodType property of the JadeSSLContext class contains the indicator to the SSL library of which Transport Layer Security (TLS) version that the application server and presentation clients use to communicate.

The methodType property can contain one of the JadeSSLContext class constants listed in the following table.

JadeSSLContext Class Constant Integer Value
MethodSSLNone (the default value) 0
MethodSSLv2 (superseded) 1
MethodSSLv23 (superseded) 2
MethodSSLv3 (superseded) 3
MethodTLSv1 4
MethodTLSv1_1 5
MethodTLSv1_2 6