Enum Class DelegatingSSLSocketFactory.SSLChannelMode

java.lang.Object
java.lang.Enum<DelegatingSSLSocketFactory.SSLChannelMode>
org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory.SSLChannelMode
All Implemented Interfaces:
Serializable, Comparable<DelegatingSSLSocketFactory.SSLChannelMode>, Constable
Enclosing class:
org.apache.hadoop.security.ssl.DelegatingSSLSocketFactory

public static enum DelegatingSSLSocketFactory.SSLChannelMode extends Enum<DelegatingSSLSocketFactory.SSLChannelMode>
Default indicates Ordered, preferred OpenSSL, if failed to load then fall back to Default_JSSE.

Default_JSSE is not truly the the default JSSE implementation because the GCM cipher is disabled when running on Java 8. However, the name was not changed in order to preserve backwards compatibility. Instead, a new mode called Default_JSSE_with_GCM delegates to the default JSSE implementation with no changes to the list of enabled ciphers.