public class io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl implements io.vertx.proton.sasl.ProtonSaslAuthenticator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl
  super_class: java.lang.Object
{
  private org.apache.qpid.proton.engine.Sasl sasl;
    descriptor: Lorg/apache/qpid/proton/engine/Sasl;
    flags: (0x0002) ACC_PRIVATE

  private final java.lang.String username;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String password;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.proton.sasl.ProtonSaslMechanism mechanism;
    descriptor: Lio/vertx/proton/sasl/ProtonSaslMechanism;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Set<java.lang.String> mechanismsRestriction;
    descriptor: Ljava/util/Set;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  private io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.proton.ProtonConnection>> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;

  private io.vertx.core.net.NetSocket socket;
    descriptor: Lio/vertx/core/net/NetSocket;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.proton.ProtonConnection connection;
    descriptor: Lio/vertx/proton/ProtonConnection;
    flags: (0x0002) ACC_PRIVATE

  private boolean succeeded;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private static volatile int[] $SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslState;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  private static volatile int[] $SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslOutcome;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>(java.lang.String, java.lang.String, java.util.Set<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.proton.ProtonConnection>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
        start local 1 // java.lang.String username
        start local 2 // java.lang.String password
        start local 3 // java.util.Set allowedSaslMechanisms
        start local 4 // io.vertx.core.Handler handler
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            aload 0 /* this */
            aload 4 /* handler */
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.handler:Lio/vertx/core/Handler;
         2: .line 80
            aload 0 /* this */
            aload 1 /* username */
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.username:Ljava/lang/String;
         3: .line 81
            aload 0 /* this */
            aload 2 /* password */
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.password:Ljava/lang/String;
         4: .line 82
            aload 0 /* this */
            aload 3 /* allowedSaslMechanisms */
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanismsRestriction:Ljava/util/Set;
         5: .line 83
            return
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.Set allowedSaslMechanisms
        end local 2 // java.lang.String password
        end local 1 // java.lang.String username
        end local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;
            0    6     1               username  Ljava/lang/String;
            0    6     2               password  Ljava/lang/String;
            0    6     3  allowedSaslMechanisms  Ljava/util/Set<Ljava/lang/String;>;
            0    6     4                handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/Set<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/proton/ProtonConnection;>;>;)V
    MethodParameters:
                       Name  Flags
      username               
      password               
      allowedSaslMechanisms  
      handler                

  public void init(io.vertx.core.net.NetSocket, io.vertx.proton.ProtonConnection, org.apache.qpid.proton.engine.Transport);
    descriptor: (Lio/vertx/core/net/NetSocket;Lio/vertx/proton/ProtonConnection;Lorg/apache/qpid/proton/engine/Transport;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
        start local 1 // io.vertx.core.net.NetSocket socket
        start local 2 // io.vertx.proton.ProtonConnection protonConnection
        start local 3 // org.apache.qpid.proton.engine.Transport transport
         0: .line 87
            aload 0 /* this */
            aload 1 /* socket */
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.socket:Lio/vertx/core/net/NetSocket;
         1: .line 88
            aload 0 /* this */
            aload 2 /* protonConnection */
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.connection:Lio/vertx/proton/ProtonConnection;
         2: .line 89
            aload 0 /* this */
            aload 3 /* transport */
            invokeinterface org.apache.qpid.proton.engine.Transport.sasl:()Lorg/apache/qpid/proton/engine/Sasl;
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
         3: .line 90
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            invokeinterface org.apache.qpid.proton.engine.Sasl.client:()V
         4: .line 91
            return
        end local 3 // org.apache.qpid.proton.engine.Transport transport
        end local 2 // io.vertx.proton.ProtonConnection protonConnection
        end local 1 // io.vertx.core.net.NetSocket socket
        end local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;
            0    5     1            socket  Lio/vertx/core/net/NetSocket;
            0    5     2  protonConnection  Lio/vertx/proton/ProtonConnection;
            0    5     3         transport  Lorg/apache/qpid/proton/engine/Transport;
    MethodParameters:
                  Name  Flags
      socket            
      protonConnection  
      transport         

  public void process(io.vertx.core.Handler<java.lang.Boolean>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 95
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            ifnonnull 2
         1: .line 96
            new java.lang.IllegalStateException
            dup
            ldc "Init was not called with the associated transport"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 99
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* done */
        start local 2 // boolean done
         3: .line 100
            aload 0 /* this */
            iconst_0
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.succeeded:Z
         4: .line 103
            invokestatic io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.$SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslState:()[I
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            invokeinterface org.apache.qpid.proton.engine.Sasl.getState:()Lorg/apache/qpid/proton/engine/Sasl$SaslState;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslState.ordinal:()I
            iaload
            tableswitch { // 2 - 5
                    2: 5
                    3: 7
                    4: 11
                    5: 9
              default: 14
          }
         5: .line 105
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.handleSaslInit:()V
         6: .line 106
            goto 24
         7: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.handleSaslStep:()V
         8: .line 109
            goto 24
         9: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.handleSaslFail:()V
        10: .line 112
            goto 24
        11: .line 114
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* done */
        12: .line 115
            aload 0 /* this */
            iconst_1
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.succeeded:Z
        13: .line 116
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.connection:Lio/vertx/proton/ProtonConnection;
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        14: .line 120
      StackMap locals:
      StackMap stack:
            goto 24
      StackMap locals:
      StackMap stack: java.lang.Exception
        15: astore 3 /* e */
        start local 3 // java.lang.Exception e
        16: .line 121
            iconst_1
            istore 2 /* done */
        17: .line 123
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.socket:Lio/vertx/core/net/NetSocket;
            ifnull 23
        18: .line 124
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.socket:Lio/vertx/core/net/NetSocket;
            invokeinterface io.vertx.core.net.NetSocket.close:()V
        19: .line 126
            goto 23
      StackMap locals: io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl io.vertx.core.Handler int java.lang.Exception
      StackMap stack: java.lang.Throwable
        20: astore 4
        21: .line 127
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.handler:Lio/vertx/core/Handler;
            aload 3 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        22: .line 128
            aload 4
            athrow
        23: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.handler:Lio/vertx/core/Handler;
            aload 3 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 3 // java.lang.Exception e
        24: .line 131
      StackMap locals:
      StackMap stack:
            aload 1 /* completionHandler */
            iload 2 /* done */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        25: .line 132
            return
        end local 2 // boolean done
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   26     0               this  Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;
            0   26     1  completionHandler  Lio/vertx/core/Handler<Ljava/lang/Boolean;>;
            3   26     2               done  Z
           16   24     3                  e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           4    14      15  Class java.lang.Exception
          17    20      20  any
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Boolean;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public boolean succeeded();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
         0: .line 136
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.succeeded:Z
            ireturn
        end local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;

  private void handleSaslInit();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
         0: .line 140
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            invokeinterface org.apache.qpid.proton.engine.Sasl.getRemoteMechanisms:()[Ljava/lang/String;
            astore 1 /* remoteMechanisms */
        start local 1 // java.lang.String[] remoteMechanisms
         1: .line 141
            aload 1 /* remoteMechanisms */
            ifnull 17
            aload 1 /* remoteMechanisms */
            arraylength
            ifeq 17
         2: .line 142
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.username:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.password:Ljava/lang/String;
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanismsRestriction:Ljava/util/Set;
         3: .line 143
            aload 1 /* remoteMechanisms */
         4: .line 142
            invokestatic io.vertx.proton.sasl.impl.ProtonSaslMechanismFinderImpl.findMatchingMechanism:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Set;[Ljava/lang/String;)Lio/vertx/proton/sasl/ProtonSaslMechanism;
            putfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanism:Lio/vertx/proton/sasl/ProtonSaslMechanism;
         5: .line 144
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanism:Lio/vertx/proton/sasl/ProtonSaslMechanism;
            ifnull 13
         6: .line 145
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanism:Lio/vertx/proton/sasl/ProtonSaslMechanism;
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.username:Ljava/lang/String;
            invokeinterface io.vertx.proton.sasl.ProtonSaslMechanism.setUsername:(Ljava/lang/String;)Lio/vertx/proton/sasl/ProtonSaslMechanism;
            pop
         7: .line 146
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanism:Lio/vertx/proton/sasl/ProtonSaslMechanism;
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.password:Ljava/lang/String;
            invokeinterface io.vertx.proton.sasl.ProtonSaslMechanism.setPassword:(Ljava/lang/String;)Lio/vertx/proton/sasl/ProtonSaslMechanism;
            pop
         8: .line 148
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanism:Lio/vertx/proton/sasl/ProtonSaslMechanism;
            invokeinterface io.vertx.proton.sasl.ProtonSaslMechanism.getName:()Ljava/lang/String;
            aastore
            invokeinterface org.apache.qpid.proton.engine.Sasl.setMechanisms:([Ljava/lang/String;)V
         9: .line 149
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanism:Lio/vertx/proton/sasl/ProtonSaslMechanism;
            invokeinterface io.vertx.proton.sasl.ProtonSaslMechanism.getInitialResponse:()[B
            astore 2 /* response */
        start local 2 // byte[] response
        10: .line 150
            aload 2 /* response */
            ifnull 17
        11: .line 151
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            aload 2 /* response */
            iconst_0
            aload 2 /* response */
            arraylength
            invokeinterface org.apache.qpid.proton.engine.Sasl.send:([BII)I
            pop
        end local 2 // byte[] response
        12: .line 153
            goto 17
        13: .line 154
      StackMap locals: java.lang.String[]
      StackMap stack:
            new io.vertx.proton.sasl.MechanismMismatchException
            dup
        14: .line 155
            ldc "Could not find a suitable SASL mechanism for the remote peer using the available credentials."
        15: .line 156
            aload 1 /* remoteMechanisms */
        16: .line 154
            invokespecial io.vertx.proton.sasl.MechanismMismatchException.<init>:(Ljava/lang/String;[Ljava/lang/String;)V
            athrow
        17: .line 159
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String[] remoteMechanisms
        end local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   18     0              this  Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;
            1   18     1  remoteMechanisms  [Ljava/lang/String;
           10   12     2          response  [B
    Exceptions:
      throws javax.security.sasl.SaslException

  private void handleSaslStep();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            invokeinterface org.apache.qpid.proton.engine.Sasl.pending:()I
            ifeq 5
         1: .line 163
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            invokeinterface org.apache.qpid.proton.engine.Sasl.pending:()I
            newarray 8
            astore 1 /* challenge */
        start local 1 // byte[] challenge
         2: .line 164
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            aload 1 /* challenge */
            iconst_0
            aload 1 /* challenge */
            arraylength
            invokeinterface org.apache.qpid.proton.engine.Sasl.recv:([BII)I
            pop
         3: .line 165
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.mechanism:Lio/vertx/proton/sasl/ProtonSaslMechanism;
            aload 1 /* challenge */
            invokeinterface io.vertx.proton.sasl.ProtonSaslMechanism.getChallengeResponse:([B)[B
            astore 2 /* response */
        start local 2 // byte[] response
         4: .line 166
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            aload 2 /* response */
            iconst_0
            aload 2 /* response */
            arraylength
            invokeinterface org.apache.qpid.proton.engine.Sasl.send:([BII)I
            pop
        end local 2 // byte[] response
        end local 1 // byte[] challenge
         5: .line 168
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;
            2    5     1  challenge  [B
            4    5     2   response  [B
    Exceptions:
      throws javax.security.sasl.SaslException

  private void handleSaslFail();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
         0: .line 171
            invokestatic io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.$SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslOutcome:()[I
            aload 0 /* this */
            getfield io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.sasl:Lorg/apache/qpid/proton/engine/Sasl;
            invokeinterface org.apache.qpid.proton.engine.Sasl.getOutcome:()Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslOutcome.ordinal:()I
            iaload
            tableswitch { // 3 - 6
                    3: 1
                    4: 2
                    5: 3
                    6: 2
              default: 4
          }
         1: .line 173
      StackMap locals:
      StackMap stack:
            new javax.security.sasl.AuthenticationException
            dup
            ldc "Failed to authenticate"
            invokespecial javax.security.sasl.AuthenticationException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 176
      StackMap locals:
      StackMap stack:
            new io.vertx.proton.sasl.SaslSystemException
            dup
            iconst_0
            ldc "SASL handshake failed due to a transient error"
            invokespecial io.vertx.proton.sasl.SaslSystemException.<init>:(ZLjava/lang/String;)V
            athrow
         3: .line 178
      StackMap locals:
      StackMap stack:
            new io.vertx.proton.sasl.SaslSystemException
            dup
            iconst_1
            ldc "SASL handshake failed due to an unrecoverable error"
            invokespecial io.vertx.proton.sasl.SaslSystemException.<init>:(ZLjava/lang/String;)V
            athrow
         4: .line 180
      StackMap locals:
      StackMap stack:
            new javax.security.sasl.SaslException
            dup
            ldc "SASL handshake failed"
            invokespecial javax.security.sasl.SaslException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/proton/impl/ProtonSaslClientAuthenticatorImpl;
    Exceptions:
      throws javax.security.sasl.SaslException

  static int[] $SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslState();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 41
            getstatic io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.$SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslState:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.apache.qpid.proton.engine.Sasl$SaslState.values:()[Lorg/apache/qpid/proton/engine/Sasl$SaslState;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslState.PN_SASL_CONF:Lorg/apache/qpid/proton/engine/Sasl$SaslState;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslState.ordinal:()I
            iconst_1
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslState.PN_SASL_FAIL:Lorg/apache/qpid/proton/engine/Sasl$SaslState;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslState.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslState.PN_SASL_IDLE:Lorg/apache/qpid/proton/engine/Sasl$SaslState;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslState.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslState.PN_SASL_PASS:Lorg/apache/qpid/proton/engine/Sasl$SaslState;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslState.ordinal:()I
            iconst_4
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslState.PN_SASL_STEP:Lorg/apache/qpid/proton/engine/Sasl$SaslState;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslState.ordinal:()I
            iconst_3
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.$SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslState:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError

  static int[] $SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslOutcome();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 41
            getstatic io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.$SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslOutcome:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.apache.qpid.proton.engine.Sasl$SaslOutcome.values:()[Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslOutcome.PN_SASL_AUTH:Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslOutcome.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslOutcome.PN_SASL_NONE:Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslOutcome.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslOutcome.PN_SASL_OK:Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslOutcome.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslOutcome.PN_SASL_PERM:Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslOutcome.ordinal:()I
            iconst_5
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslOutcome.PN_SASL_SKIPPED:Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslOutcome.ordinal:()I
            bipush 7
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslOutcome.PN_SASL_SYS:Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslOutcome.ordinal:()I
            iconst_4
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.apache.qpid.proton.engine.Sasl$SaslOutcome.PN_SASL_TEMP:Lorg/apache/qpid/proton/engine/Sasl$SaslOutcome;
            invokevirtual org.apache.qpid.proton.engine.Sasl$SaslOutcome.ordinal:()I
            bipush 6
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            dup
            putstatic io.vertx.proton.impl.ProtonSaslClientAuthenticatorImpl.$SWITCH_TABLE$org$apache$qpid$proton$engine$Sasl$SaslOutcome:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
}
SourceFile: "ProtonSaslClientAuthenticatorImpl.java"
InnerClasses:
  public final SaslOutcome = org.apache.qpid.proton.engine.Sasl$SaslOutcome of org.apache.qpid.proton.engine.Sasl
  public final SaslState = org.apache.qpid.proton.engine.Sasl$SaslState of org.apache.qpid.proton.engine.Sasl