public final class com.mongodb.internal.connection.SslHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.internal.connection.SslHelper
  super_class: java.lang.Object
{
  private static final com.mongodb.internal.connection.SniSslHelper SNI_SSL_HELPER;
    descriptor: Lcom/mongodb/internal/connection/SniSslHelper;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=0
         0: .line 33
            ldc "com.mongodb.internal.connection.Java8SniSslHelper"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            iconst_0
            anewarray java.lang.Class
         1: .line 34
            invokevirtual java.lang.Class.getDeclaredConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            iconst_0
            anewarray java.lang.Object
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.mongodb.internal.connection.SniSslHelper
         2: .line 33
            astore 0 /* sniSslHelper */
        start local 0 // com.mongodb.internal.connection.SniSslHelper sniSslHelper
         3: .line 35
            goto 16
        end local 0 // com.mongodb.internal.connection.SniSslHelper sniSslHelper
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
         4: astore 1 /* e */
        start local 1 // java.lang.ClassNotFoundException e
         5: .line 37
            new java.lang.ExceptionInInitializerError
            dup
            aload 1 /* e */
            invokespecial java.lang.ExceptionInInitializerError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.ClassNotFoundException e
         6: .line 38
      StackMap locals:
      StackMap stack: java.lang.InstantiationException
            astore 1 /* e */
        start local 1 // java.lang.InstantiationException e
         7: .line 40
            new java.lang.ExceptionInInitializerError
            dup
            aload 1 /* e */
            invokespecial java.lang.ExceptionInInitializerError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.InstantiationException e
         8: .line 41
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* e */
        start local 1 // java.lang.IllegalAccessException e
         9: .line 43
            new java.lang.ExceptionInInitializerError
            dup
            aload 1 /* e */
            invokespecial java.lang.ExceptionInInitializerError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.IllegalAccessException e
        10: .line 44
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            astore 1 /* e */
        start local 1 // java.lang.NoSuchMethodException e
        11: .line 46
            new java.lang.ExceptionInInitializerError
            dup
            aload 1 /* e */
            invokespecial java.lang.ExceptionInInitializerError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.NoSuchMethodException e
        12: .line 47
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* e */
        start local 1 // java.lang.reflect.InvocationTargetException e
        13: .line 49
            new java.lang.ExceptionInInitializerError
            dup
            aload 1 /* e */
            invokevirtual java.lang.reflect.InvocationTargetException.getTargetException:()Ljava/lang/Throwable;
            invokespecial java.lang.ExceptionInInitializerError.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.reflect.InvocationTargetException e
        14: .line 50
      StackMap locals:
      StackMap stack: java.lang.LinkageError
            pop
        15: .line 52
            aconst_null
            astore 0 /* sniSslHelper */
        start local 0 // com.mongodb.internal.connection.SniSslHelper sniSslHelper
        16: .line 55
      StackMap locals: com.mongodb.internal.connection.SniSslHelper
      StackMap stack:
            aload 0 /* sniSslHelper */
            putstatic com.mongodb.internal.connection.SslHelper.SNI_SSL_HELPER:Lcom/mongodb/internal/connection/SniSslHelper;
        end local 0 // com.mongodb.internal.connection.SniSslHelper sniSslHelper
        17: .line 56
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            3    4     0  sniSslHelper  Lcom/mongodb/internal/connection/SniSslHelper;
           16   17     0  sniSslHelper  Lcom/mongodb/internal/connection/SniSslHelper;
            5    6     1             e  Ljava/lang/ClassNotFoundException;
            7    8     1             e  Ljava/lang/InstantiationException;
            9   10     1             e  Ljava/lang/IllegalAccessException;
           11   12     1             e  Ljava/lang/NoSuchMethodException;
           13   14     1             e  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     3       4  Class java.lang.ClassNotFoundException
           0     3       6  Class java.lang.InstantiationException
           0     3       8  Class java.lang.IllegalAccessException
           0     3      10  Class java.lang.NoSuchMethodException
           0     3      12  Class java.lang.reflect.InvocationTargetException
           0     3      14  Class java.lang.LinkageError

  public static void enableHostNameVerification(javax.net.ssl.SSLParameters);
    descriptor: (Ljavax/net/ssl/SSLParameters;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.net.ssl.SSLParameters sslParameters
         0: .line 64
            aload 0 /* sslParameters */
            ldc "HTTPS"
            invokevirtual javax.net.ssl.SSLParameters.setEndpointIdentificationAlgorithm:(Ljava/lang/String;)V
         1: .line 65
            return
        end local 0 // javax.net.ssl.SSLParameters sslParameters
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0  sslParameters  Ljavax/net/ssl/SSLParameters;
    MethodParameters:
               Name  Flags
      sslParameters  final

  public static void enableSni(java.lang.String, javax.net.ssl.SSLParameters);
    descriptor: (Ljava/lang/String;Ljavax/net/ssl/SSLParameters;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.String host
        start local 1 // javax.net.ssl.SSLParameters sslParameters
         0: .line 74
            getstatic com.mongodb.internal.connection.SslHelper.SNI_SSL_HELPER:Lcom/mongodb/internal/connection/SniSslHelper;
            ifnull 2
         1: .line 75
            getstatic com.mongodb.internal.connection.SslHelper.SNI_SSL_HELPER:Lcom/mongodb/internal/connection/SniSslHelper;
            aload 0 /* host */
            aload 1 /* sslParameters */
            invokeinterface com.mongodb.internal.connection.SniSslHelper.enableSni:(Ljava/lang/String;Ljavax/net/ssl/SSLParameters;)V
         2: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javax.net.ssl.SSLParameters sslParameters
        end local 0 // java.lang.String host
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           host  Ljava/lang/String;
            0    3     1  sslParameters  Ljavax/net/ssl/SSLParameters;
    MethodParameters:
               Name  Flags
      host           final
      sslParameters  final

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.internal.connection.SslHelper this
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            return
        end local 0 // com.mongodb.internal.connection.SslHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/mongodb/internal/connection/SslHelper;
}
SourceFile: "SslHelper.java"