public class javax.naming.ldap.StartTlsRequest implements javax.naming.ldap.ExtendedRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.naming.ldap.StartTlsRequest
  super_class: java.lang.Object
{
  public static final java.lang.String OID;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "1.3.6.1.4.1.1466.20037"

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4441679576360753397

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.naming.ldap.StartTlsRequest this
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 96
            return
        end local 0 // javax.naming.ldap.StartTlsRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/naming/ldap/StartTlsRequest;

  public java.lang.String getID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.naming.ldap.StartTlsRequest this
         0: .line 107
            ldc "1.3.6.1.4.1.1466.20037"
            areturn
        end local 0 // javax.naming.ldap.StartTlsRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/naming/ldap/StartTlsRequest;

  public byte[] getEncodedValue();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.naming.ldap.StartTlsRequest this
         0: .line 118
            aconst_null
            areturn
        end local 0 // javax.naming.ldap.StartTlsRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/naming/ldap/StartTlsRequest;

  public javax.naming.ldap.ExtendedResponse createExtendedResponse(java.lang.String, byte[], int, int);
    descriptor: (Ljava/lang/String;[BII)Ljavax/naming/ldap/ExtendedResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=10, args_size=5
        start local 0 // javax.naming.ldap.StartTlsRequest this
        start local 1 // java.lang.String id
        start local 2 // byte[] berValue
        start local 3 // int offset
        start local 4 // int length
         0: .line 175
            aload 1 /* id */
            ifnull 6
            aload 1 /* id */
            ldc "1.3.6.1.4.1.1466.20037"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 6
         1: .line 176
            new javax.naming.ConfigurationException
            dup
         2: .line 177
            new java.lang.StringBuilder
            dup
            ldc "Start TLS received the following response instead of 1.3.6.1.4.1.1466.20037: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 178
            aload 1 /* id */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 177
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 176
            invokespecial javax.naming.ConfigurationException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 181
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 5 /* resp */
        start local 5 // javax.naming.ldap.StartTlsResponse resp
         7: .line 184
            ldc Ljavax/naming/ldap/StartTlsResponse;
            aload 0 /* this */
            invokevirtual javax.naming.ldap.StartTlsRequest.getContextClassLoader:()Ljava/lang/ClassLoader;
         8: .line 183
            invokestatic java.util.ServiceLoader.load:(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/util/ServiceLoader;
            astore 6 /* sl */
        start local 6 // java.util.ServiceLoader sl
         9: .line 185
            aload 6 /* sl */
            invokevirtual java.util.ServiceLoader.iterator:()Ljava/util/Iterator;
            astore 7 /* iter */
        start local 7 // java.util.Iterator iter
        10: .line 187
            goto 12
        11: .line 188
      StackMap locals: javax.naming.ldap.StartTlsResponse java.util.ServiceLoader java.util.Iterator
      StackMap stack:
            aload 7 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.naming.ldap.StartTlsResponse
            astore 5 /* resp */
        12: .line 187
      StackMap locals:
      StackMap stack:
            aload 5 /* resp */
            ifnonnull 13
            aload 7 /* iter */
            invokestatic javax.naming.ldap.StartTlsRequest.privilegedHasNext:(Ljava/util/Iterator;)Z
            ifne 11
        13: .line 190
      StackMap locals:
      StackMap stack:
            aload 5 /* resp */
            ifnull 15
        14: .line 191
            aload 5 /* resp */
            areturn
        15: .line 194
      StackMap locals:
      StackMap stack:
            invokestatic com.sun.naming.internal.VersionHelper.getVersionHelper:()Lcom/sun/naming/internal/VersionHelper;
            astore 8 /* helper */
        start local 8 // com.sun.naming.internal.VersionHelper helper
        16: .line 196
            aload 8 /* helper */
        17: .line 197
            ldc "com.sun.jndi.ldap.ext.StartTlsResponseImpl"
        18: .line 196
            invokevirtual com.sun.naming.internal.VersionHelper.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
        19: .line 197
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
        20: .line 196
            astore 9 /* o */
        start local 9 // java.lang.Object o
        21: .line 198
            aload 9 /* o */
            checkcast javax.naming.ldap.StartTlsResponse
            astore 5 /* resp */
        end local 9 // java.lang.Object o
        end local 8 // com.sun.naming.internal.VersionHelper helper
        22: .line 200
            goto 25
      StackMap locals:
      StackMap stack: java.lang.ReflectiveOperationException
        23: astore 8 /* e */
        start local 8 // java.lang.ReflectiveOperationException e
        24: .line 201
            aload 0 /* this */
            aload 8 /* e */
            invokevirtual javax.naming.ldap.StartTlsRequest.wrapException:(Ljava/lang/Exception;)Ljavax/naming/ConfigurationException;
            athrow
        end local 8 // java.lang.ReflectiveOperationException e
        25: .line 204
      StackMap locals:
      StackMap stack:
            aload 5 /* resp */
            areturn
        end local 7 // java.util.Iterator iter
        end local 6 // java.util.ServiceLoader sl
        end local 5 // javax.naming.ldap.StartTlsResponse resp
        end local 4 // int length
        end local 3 // int offset
        end local 2 // byte[] berValue
        end local 1 // java.lang.String id
        end local 0 // javax.naming.ldap.StartTlsRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   26     0      this  Ljavax/naming/ldap/StartTlsRequest;
            0   26     1        id  Ljava/lang/String;
            0   26     2  berValue  [B
            0   26     3    offset  I
            0   26     4    length  I
            7   26     5      resp  Ljavax/naming/ldap/StartTlsResponse;
            9   26     6        sl  Ljava/util/ServiceLoader<Ljavax/naming/ldap/StartTlsResponse;>;
           10   26     7      iter  Ljava/util/Iterator<Ljavax/naming/ldap/StartTlsResponse;>;
           16   22     8    helper  Lcom/sun/naming/internal/VersionHelper;
           21   22     9         o  Ljava/lang/Object;
           24   25     8         e  Ljava/lang/ReflectiveOperationException;
      Exception table:
        from    to  target  type
          15    22      23  Class java.lang.IllegalAccessException
          15    22      23  Class java.lang.InstantiationException
          15    22      23  Class java.lang.ClassNotFoundException
    Exceptions:
      throws javax.naming.NamingException
    MethodParameters:
          Name  Flags
      id        
      berValue  
      offset    
      length    

  private javax.naming.ConfigurationException wrapException(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)Ljavax/naming/ConfigurationException;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.naming.ldap.StartTlsRequest this
        start local 1 // java.lang.Exception e
         0: .line 212
            new javax.naming.ConfigurationException
            dup
         1: .line 213
            ldc "Cannot load implementation of javax.naming.ldap.StartTlsResponse"
         2: .line 212
            invokespecial javax.naming.ConfigurationException.<init>:(Ljava/lang/String;)V
            astore 2 /* ce */
        start local 2 // javax.naming.ConfigurationException ce
         3: .line 215
            aload 2 /* ce */
            aload 1 /* e */
            invokevirtual javax.naming.ConfigurationException.setRootCause:(Ljava/lang/Throwable;)V
         4: .line 216
            aload 2 /* ce */
            areturn
        end local 2 // javax.naming.ConfigurationException ce
        end local 1 // java.lang.Exception e
        end local 0 // javax.naming.ldap.StartTlsRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavax/naming/ldap/StartTlsRequest;
            0    5     1     e  Ljava/lang/Exception;
            3    5     2    ce  Ljavax/naming/ConfigurationException;
    MethodParameters:
      Name  Flags
      e     

  private final java.lang.ClassLoader getContextClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.naming.ldap.StartTlsRequest this
         0: .line 224
            new javax.naming.ldap.StartTlsRequest$1
            dup
            aload 0 /* this */
            invokespecial javax.naming.ldap.StartTlsRequest$1.<init>:(Ljavax/naming/ldap/StartTlsRequest;)V
         1: .line 223
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.ClassLoader
            areturn
        end local 0 // javax.naming.ldap.StartTlsRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/naming/ldap/StartTlsRequest;

  private static final boolean privilegedHasNext(java.util.Iterator<javax.naming.ldap.StartTlsResponse>);
    descriptor: (Ljava/util/Iterator;)Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.util.Iterator iter
         0: .line 234
            new javax.naming.ldap.StartTlsRequest$2
            dup
            aload 0 /* iter */
            invokespecial javax.naming.ldap.StartTlsRequest$2.<init>:(Ljava/util/Iterator;)V
         1: .line 233
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.Boolean
            astore 1 /* answer */
        start local 1 // java.lang.Boolean answer
         2: .line 239
            aload 1 /* answer */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 1 // java.lang.Boolean answer
        end local 0 // java.util.Iterator iter
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    iter  Ljava/util/Iterator<Ljavax/naming/ldap/StartTlsResponse;>;
            2    3     1  answer  Ljava/lang/Boolean;
    Signature: (Ljava/util/Iterator<Ljavax/naming/ldap/StartTlsResponse;>;)Z
    MethodParameters:
      Name  Flags
      iter  final
}
SourceFile: "StartTlsRequest.java"
NestMembers:
  javax.naming.ldap.StartTlsRequest$1  javax.naming.ldap.StartTlsRequest$2
InnerClasses:
  javax.naming.ldap.StartTlsRequest$1
  javax.naming.ldap.StartTlsRequest$2