abstract class sun.security.ssl.Handshaker
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: sun.security.ssl.Handshaker
  super_class: java.lang.Object
{
  sun.security.ssl.ProtocolVersion protocolVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 

  sun.security.ssl.ProtocolVersion activeProtocolVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 

  boolean secureRenegotiation;
    descriptor: Z
    flags: (0x0000) 

  byte[] clientVerifyData;
    descriptor: [B
    flags: (0x0000) 

  byte[] serverVerifyData;
    descriptor: [B
    flags: (0x0000) 

  boolean isInitialHandshake;
    descriptor: Z
    flags: (0x0000) 

  private sun.security.ssl.ProtocolList enabledProtocols;
    descriptor: Lsun/security/ssl/ProtocolList;
    flags: (0x0002) ACC_PRIVATE

  private sun.security.ssl.CipherSuiteList enabledCipherSuites;
    descriptor: Lsun/security/ssl/CipherSuiteList;
    flags: (0x0002) ACC_PRIVATE

  sun.security.util.AlgorithmConstraints algorithmConstraints;
    descriptor: Lsun/security/util/AlgorithmConstraints;
    flags: (0x0000) 

  private sun.security.ssl.ProtocolList activeProtocols;
    descriptor: Lsun/security/ssl/ProtocolList;
    flags: (0x0002) ACC_PRIVATE

  private sun.security.ssl.CipherSuiteList activeCipherSuites;
    descriptor: Lsun/security/ssl/CipherSuiteList;
    flags: (0x0002) ACC_PRIVATE

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

  sun.security.ssl.SSLSocketImpl conn;
    descriptor: Lsun/security/ssl/SSLSocketImpl;
    flags: (0x0000) 

  sun.security.ssl.SSLEngineImpl engine;
    descriptor: Lsun/security/ssl/SSLEngineImpl;
    flags: (0x0000) 

  sun.security.ssl.HandshakeHash handshakeHash;
    descriptor: Lsun/security/ssl/HandshakeHash;
    flags: (0x0000) 

  sun.security.ssl.HandshakeInStream input;
    descriptor: Lsun/security/ssl/HandshakeInStream;
    flags: (0x0000) 

  sun.security.ssl.HandshakeOutStream output;
    descriptor: Lsun/security/ssl/HandshakeOutStream;
    flags: (0x0000) 

  int state;
    descriptor: I
    flags: (0x0000) 

  sun.security.ssl.SSLContextImpl sslContext;
    descriptor: Lsun/security/ssl/SSLContextImpl;
    flags: (0x0000) 

  sun.security.ssl.RandomCookie clnt_random;
    descriptor: Lsun/security/ssl/RandomCookie;
    flags: (0x0000) 

  sun.security.ssl.RandomCookie svr_random;
    descriptor: Lsun/security/ssl/RandomCookie;
    flags: (0x0000) 

  sun.security.ssl.SSLSessionImpl session;
    descriptor: Lsun/security/ssl/SSLSessionImpl;
    flags: (0x0000) 

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

  private java.security.MessageDigest md5Tmp;
    descriptor: Ljava/security/MessageDigest;
    flags: (0x0002) ACC_PRIVATE

  private java.security.MessageDigest shaTmp;
    descriptor: Ljava/security/MessageDigest;
    flags: (0x0002) ACC_PRIVATE

  sun.security.ssl.CipherSuite cipherSuite;
    descriptor: Lsun/security/ssl/CipherSuite;
    flags: (0x0000) 

  sun.security.ssl.CipherSuite$KeyExchange keyExchange;
    descriptor: Lsun/security/ssl/CipherSuite$KeyExchange;
    flags: (0x0000) 

  boolean resumingSession;
    descriptor: Z
    flags: (0x0000) 

  boolean enableNewSession;
    descriptor: Z
    flags: (0x0000) 

  private javax.crypto.SecretKey clntWriteKey;
    descriptor: Ljavax/crypto/SecretKey;
    flags: (0x0002) ACC_PRIVATE

  private javax.crypto.SecretKey svrWriteKey;
    descriptor: Ljavax/crypto/SecretKey;
    flags: (0x0002) ACC_PRIVATE

  private javax.crypto.spec.IvParameterSpec clntWriteIV;
    descriptor: Ljavax/crypto/spec/IvParameterSpec;
    flags: (0x0002) ACC_PRIVATE

  private javax.crypto.spec.IvParameterSpec svrWriteIV;
    descriptor: Ljavax/crypto/spec/IvParameterSpec;
    flags: (0x0002) ACC_PRIVATE

  private javax.crypto.SecretKey clntMacSecret;
    descriptor: Ljavax/crypto/SecretKey;
    flags: (0x0002) ACC_PRIVATE

  private javax.crypto.SecretKey svrMacSecret;
    descriptor: Ljavax/crypto/SecretKey;
    flags: (0x0002) ACC_PRIVATE

  private volatile boolean taskDelegated;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile sun.security.ssl.Handshaker$DelegatedTask<?> delegatedTask;
    descriptor: Lsun/security/ssl/Handshaker$DelegatedTask;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
    Signature: Lsun/security/ssl/Handshaker$DelegatedTask<*>;

  private volatile java.lang.Exception thrown;
    descriptor: Ljava/lang/Exception;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private java.lang.Object thrownLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  static final sun.security.ssl.Debug debug;
    descriptor: Lsun/security/ssl/Debug;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean allowUnsafeRenegotiation;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean allowLegacyHelloMessages;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean useExtendedMasterSecret;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean allowLegacyResumption;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final boolean allowLegacyMasterSecret;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  boolean requestedToUseEMS;
    descriptor: Z
    flags: (0x0000) 

  boolean invalidated;
    descriptor: Z
    flags: (0x0000) 

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 163
            ldc "ssl"
            invokestatic sun.security.ssl.Debug.getInstance:(Ljava/lang/String;)Lsun/security/ssl/Debug;
            putstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
         1: .line 167
            ldc "sun.security.ssl.allowUnsafeRenegotiation"
            iconst_0
         2: .line 166
            invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
            putstatic sun.security.ssl.Handshaker.allowUnsafeRenegotiation:Z
         3: .line 178
            ldc "sun.security.ssl.allowLegacyHelloMessages"
            iconst_1
         4: .line 177
            invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
            putstatic sun.security.ssl.Handshaker.allowLegacyHelloMessages:Z
         5: .line 185
            ldc "jdk.tls.allowLegacyResumption"
            iconst_1
            invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
         6: .line 184
            putstatic sun.security.ssl.Handshaker.allowLegacyResumption:Z
         7: .line 189
            ldc "jdk.tls.allowLegacyMasterSecret"
            iconst_1
            invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
         8: .line 188
            putstatic sun.security.ssl.Handshaker.allowLegacyMasterSecret:Z
         9: .line 199
            iconst_1
            istore 0 /* supportExtendedMasterSecret */
        start local 0 // boolean supportExtendedMasterSecret
        10: .line 202
            ldc "SunTlsExtendedMasterSecret"
            invokestatic sun.security.ssl.JsseJce.getKeyGenerator:(Ljava/lang/String;)Ljavax/crypto/KeyGenerator;
            pop
        11: .line 203
            goto 14
      StackMap locals: int
      StackMap stack: java.security.NoSuchAlgorithmException
        12: pop
        13: .line 204
            iconst_0
            istore 0 /* supportExtendedMasterSecret */
        14: .line 207
      StackMap locals:
      StackMap stack:
            iload 0 /* supportExtendedMasterSecret */
            ifeq 18
        15: .line 209
            ldc "jdk.tls.useExtendedMasterSecret"
            iconst_1
        16: .line 208
            invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
            putstatic sun.security.ssl.Handshaker.useExtendedMasterSecret:Z
        17: .line 210
            goto 19
        18: .line 211
      StackMap locals:
      StackMap stack:
            iconst_0
            putstatic sun.security.ssl.Handshaker.useExtendedMasterSecret:Z
        end local 0 // boolean supportExtendedMasterSecret
        19: .line 213
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
           10   19     0  supportExtendedMasterSecret  Z
      Exception table:
        from    to  target  type
          10    11      12  Class java.security.NoSuchAlgorithmException

  void <init>(sun.security.ssl.SSLSocketImpl, sun.security.ssl.SSLContextImpl, sun.security.ssl.ProtocolList, boolean, boolean, sun.security.ssl.ProtocolVersion, boolean, boolean, byte[], byte[]);
    descriptor: (Lsun/security/ssl/SSLSocketImpl;Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
    flags: (0x0000) 
    Code:
      stack=10, locals=11, args_size=11
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.SSLSocketImpl c
        start local 2 // sun.security.ssl.SSLContextImpl context
        start local 3 // sun.security.ssl.ProtocolList enabledProtocols
        start local 4 // boolean needCertVerify
        start local 5 // boolean isClient
        start local 6 // sun.security.ssl.ProtocolVersion activeProtocolVersion
        start local 7 // boolean isInitialHandshake
        start local 8 // boolean secureRenegotiation
        start local 9 // byte[] clientVerifyData
        start local 10 // byte[] serverVerifyData
         0: .line 215
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
         2: .line 108
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
         3: .line 109
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
         4: .line 154
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.Handshaker.taskDelegated:Z
         5: .line 155
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
         6: .line 156
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
         7: .line 160
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.security.ssl.Handshaker.thrownLock:Ljava/lang/Object;
         8: .line 192
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.Handshaker.requestedToUseEMS:Z
         9: .line 220
            aload 0 /* this */
            aload 1 /* c */
            putfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
        10: .line 221
            aload 0 /* this */
            aload 2 /* context */
            aload 3 /* enabledProtocols */
            iload 4 /* needCertVerify */
            iload 5 /* isClient */
        11: .line 222
            aload 6 /* activeProtocolVersion */
            iload 7 /* isInitialHandshake */
            iload 8 /* secureRenegotiation */
        12: .line 223
            aload 9 /* clientVerifyData */
            aload 10 /* serverVerifyData */
        13: .line 221
            invokevirtual sun.security.ssl.Handshaker.init:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
        14: .line 224
            return
        end local 10 // byte[] serverVerifyData
        end local 9 // byte[] clientVerifyData
        end local 8 // boolean secureRenegotiation
        end local 7 // boolean isInitialHandshake
        end local 6 // sun.security.ssl.ProtocolVersion activeProtocolVersion
        end local 5 // boolean isClient
        end local 4 // boolean needCertVerify
        end local 3 // sun.security.ssl.ProtocolList enabledProtocols
        end local 2 // sun.security.ssl.SSLContextImpl context
        end local 1 // sun.security.ssl.SSLSocketImpl c
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lsun/security/ssl/Handshaker;
            0   15     1                      c  Lsun/security/ssl/SSLSocketImpl;
            0   15     2                context  Lsun/security/ssl/SSLContextImpl;
            0   15     3       enabledProtocols  Lsun/security/ssl/ProtocolList;
            0   15     4         needCertVerify  Z
            0   15     5               isClient  Z
            0   15     6  activeProtocolVersion  Lsun/security/ssl/ProtocolVersion;
            0   15     7     isInitialHandshake  Z
            0   15     8    secureRenegotiation  Z
            0   15     9       clientVerifyData  [B
            0   15    10       serverVerifyData  [B
    MethodParameters:
                       Name  Flags
      c                      
      context                
      enabledProtocols       
      needCertVerify         
      isClient               
      activeProtocolVersion  
      isInitialHandshake     
      secureRenegotiation    
      clientVerifyData       
      serverVerifyData       

  void <init>(sun.security.ssl.SSLEngineImpl, sun.security.ssl.SSLContextImpl, sun.security.ssl.ProtocolList, boolean, boolean, sun.security.ssl.ProtocolVersion, boolean, boolean, byte[], byte[]);
    descriptor: (Lsun/security/ssl/SSLEngineImpl;Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
    flags: (0x0000) 
    Code:
      stack=10, locals=11, args_size=11
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.SSLEngineImpl engine
        start local 2 // sun.security.ssl.SSLContextImpl context
        start local 3 // sun.security.ssl.ProtocolList enabledProtocols
        start local 4 // boolean needCertVerify
        start local 5 // boolean isClient
        start local 6 // sun.security.ssl.ProtocolVersion activeProtocolVersion
        start local 7 // boolean isInitialHandshake
        start local 8 // boolean secureRenegotiation
        start local 9 // byte[] clientVerifyData
        start local 10 // byte[] serverVerifyData
         0: .line 226
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
         2: .line 108
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
         3: .line 109
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
         4: .line 154
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.Handshaker.taskDelegated:Z
         5: .line 155
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
         6: .line 156
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
         7: .line 160
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield sun.security.ssl.Handshaker.thrownLock:Ljava/lang/Object;
         8: .line 192
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.Handshaker.requestedToUseEMS:Z
         9: .line 231
            aload 0 /* this */
            aload 1 /* engine */
            putfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
        10: .line 232
            aload 0 /* this */
            aload 2 /* context */
            aload 3 /* enabledProtocols */
            iload 4 /* needCertVerify */
            iload 5 /* isClient */
        11: .line 233
            aload 6 /* activeProtocolVersion */
            iload 7 /* isInitialHandshake */
            iload 8 /* secureRenegotiation */
        12: .line 234
            aload 9 /* clientVerifyData */
            aload 10 /* serverVerifyData */
        13: .line 232
            invokevirtual sun.security.ssl.Handshaker.init:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
        14: .line 235
            return
        end local 10 // byte[] serverVerifyData
        end local 9 // byte[] clientVerifyData
        end local 8 // boolean secureRenegotiation
        end local 7 // boolean isInitialHandshake
        end local 6 // sun.security.ssl.ProtocolVersion activeProtocolVersion
        end local 5 // boolean isClient
        end local 4 // boolean needCertVerify
        end local 3 // sun.security.ssl.ProtocolList enabledProtocols
        end local 2 // sun.security.ssl.SSLContextImpl context
        end local 1 // sun.security.ssl.SSLEngineImpl engine
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   15     0                   this  Lsun/security/ssl/Handshaker;
            0   15     1                 engine  Lsun/security/ssl/SSLEngineImpl;
            0   15     2                context  Lsun/security/ssl/SSLContextImpl;
            0   15     3       enabledProtocols  Lsun/security/ssl/ProtocolList;
            0   15     4         needCertVerify  Z
            0   15     5               isClient  Z
            0   15     6  activeProtocolVersion  Lsun/security/ssl/ProtocolVersion;
            0   15     7     isInitialHandshake  Z
            0   15     8    secureRenegotiation  Z
            0   15     9       clientVerifyData  [B
            0   15    10       serverVerifyData  [B
    MethodParameters:
                       Name  Flags
      engine                 
      context                
      enabledProtocols       
      needCertVerify         
      isClient               
      activeProtocolVersion  
      isInitialHandshake     
      secureRenegotiation    
      clientVerifyData       
      serverVerifyData       

  private void init(sun.security.ssl.SSLContextImpl, sun.security.ssl.ProtocolList, boolean, boolean, sun.security.ssl.ProtocolVersion, boolean, boolean, byte[], byte[]);
    descriptor: (Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=10, args_size=10
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.SSLContextImpl context
        start local 2 // sun.security.ssl.ProtocolList enabledProtocols
        start local 3 // boolean needCertVerify
        start local 4 // boolean isClient
        start local 5 // sun.security.ssl.ProtocolVersion activeProtocolVersion
        start local 6 // boolean isInitialHandshake
        start local 7 // boolean secureRenegotiation
        start local 8 // byte[] clientVerifyData
        start local 9 // byte[] serverVerifyData
         0: .line 243
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 8
            ldc "handshake"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 8
         1: .line 244
            getstatic java.lang.System.out:Ljava/io/PrintStream;
         2: .line 245
            new java.lang.StringBuilder
            dup
            ldc "Allow unsafe renegotiation: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            getstatic sun.security.ssl.Handshaker.allowUnsafeRenegotiation:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         3: .line 246
            ldc "\nAllow legacy hello messages: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            getstatic sun.security.ssl.Handshaker.allowLegacyHelloMessages:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         4: .line 247
            ldc "\nIs initial handshake: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 6 /* isInitialHandshake */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         5: .line 248
            ldc "\nIs secure renegotiation: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 7 /* secureRenegotiation */
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         6: .line 245
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 244
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         8: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* context */
            putfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
         9: .line 252
            aload 0 /* this */
            iload 4 /* isClient */
            putfield sun.security.ssl.Handshaker.isClient:Z
        10: .line 253
            aload 0 /* this */
            aload 5 /* activeProtocolVersion */
            putfield sun.security.ssl.Handshaker.activeProtocolVersion:Lsun/security/ssl/ProtocolVersion;
        11: .line 254
            aload 0 /* this */
            iload 6 /* isInitialHandshake */
            putfield sun.security.ssl.Handshaker.isInitialHandshake:Z
        12: .line 255
            aload 0 /* this */
            iload 7 /* secureRenegotiation */
            putfield sun.security.ssl.Handshaker.secureRenegotiation:Z
        13: .line 256
            aload 0 /* this */
            aload 8 /* clientVerifyData */
            putfield sun.security.ssl.Handshaker.clientVerifyData:[B
        14: .line 257
            aload 0 /* this */
            aload 9 /* serverVerifyData */
            putfield sun.security.ssl.Handshaker.serverVerifyData:[B
        15: .line 258
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.Handshaker.enableNewSession:Z
        16: .line 259
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.Handshaker.invalidated:Z
        17: .line 260
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.Handshaker.sessKeysCalculated:Z
        18: .line 262
            aload 0 /* this */
            getstatic sun.security.ssl.CipherSuite.C_NULL:Lsun/security/ssl/CipherSuite;
            invokevirtual sun.security.ssl.Handshaker.setCipherSuite:(Lsun/security/ssl/CipherSuite;)V
        19: .line 264
            aload 0 /* this */
            invokestatic sun.security.ssl.JsseJce.getMD5:()Ljava/security/MessageDigest;
            putfield sun.security.ssl.Handshaker.md5Tmp:Ljava/security/MessageDigest;
        20: .line 265
            aload 0 /* this */
            invokestatic sun.security.ssl.JsseJce.getSHA:()Ljava/security/MessageDigest;
            putfield sun.security.ssl.Handshaker.shaTmp:Ljava/security/MessageDigest;
        21: .line 272
            aload 0 /* this */
            new sun.security.ssl.HandshakeHash
            dup
            iload 3 /* needCertVerify */
            invokespecial sun.security.ssl.HandshakeHash.<init>:(Z)V
            putfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
        22: .line 274
            aload 0 /* this */
            aload 2 /* enabledProtocols */
            invokevirtual sun.security.ssl.Handshaker.setEnabledProtocols:(Lsun/security/ssl/ProtocolList;)V
        23: .line 276
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 27
        24: .line 277
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getAppInputStream:()Lsun/security/ssl/AppInputStream;
            getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
            invokevirtual sun.security.ssl.InputRecord.setHandshakeHash:(Lsun/security/ssl/HandshakeHash;)V
        25: .line 278
            aload 0 /* this */
            new sun.security.ssl.SSLAlgorithmConstraints
            dup
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            iconst_1
            invokespecial sun.security.ssl.SSLAlgorithmConstraints.<init>:(Ljavax/net/ssl/SSLSocket;Z)V
            putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
        26: .line 279
            goto 29
        27: .line 280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            getfield sun.security.ssl.SSLEngineImpl.inputRecord:Lsun/security/ssl/EngineInputRecord;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
            invokevirtual sun.security.ssl.EngineInputRecord.setHandshakeHash:(Lsun/security/ssl/HandshakeHash;)V
        28: .line 281
            aload 0 /* this */
            new sun.security.ssl.SSLAlgorithmConstraints
            dup
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            iconst_1
            invokespecial sun.security.ssl.SSLAlgorithmConstraints.<init>:(Ljavax/net/ssl/SSLEngine;Z)V
            putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
        29: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush -2
            putfield sun.security.ssl.Handshaker.state:I
        30: .line 299
            return
        end local 9 // byte[] serverVerifyData
        end local 8 // byte[] clientVerifyData
        end local 7 // boolean secureRenegotiation
        end local 6 // boolean isInitialHandshake
        end local 5 // sun.security.ssl.ProtocolVersion activeProtocolVersion
        end local 4 // boolean isClient
        end local 3 // boolean needCertVerify
        end local 2 // sun.security.ssl.ProtocolList enabledProtocols
        end local 1 // sun.security.ssl.SSLContextImpl context
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   31     0                   this  Lsun/security/ssl/Handshaker;
            0   31     1                context  Lsun/security/ssl/SSLContextImpl;
            0   31     2       enabledProtocols  Lsun/security/ssl/ProtocolList;
            0   31     3         needCertVerify  Z
            0   31     4               isClient  Z
            0   31     5  activeProtocolVersion  Lsun/security/ssl/ProtocolVersion;
            0   31     6     isInitialHandshake  Z
            0   31     7    secureRenegotiation  Z
            0   31     8       clientVerifyData  [B
            0   31     9       serverVerifyData  [B
    MethodParameters:
                       Name  Flags
      context                
      enabledProtocols       
      needCertVerify         
      isClient               
      activeProtocolVersion  
      isInitialHandshake     
      secureRenegotiation    
      clientVerifyData       
      serverVerifyData       

  void fatalSE(byte, java.lang.String);
    descriptor: (BLjava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // byte b
        start local 2 // java.lang.String diagnostic
         0: .line 309
            aload 0 /* this */
            iload 1 /* b */
            aload 2 /* diagnostic */
            aconst_null
            invokevirtual sun.security.ssl.Handshaker.fatalSE:(BLjava/lang/String;Ljava/lang/Throwable;)V
         1: .line 310
            return
        end local 2 // java.lang.String diagnostic
        end local 1 // byte b
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/security/ssl/Handshaker;
            0    2     1           b  B
            0    2     2  diagnostic  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      b           
      diagnostic  

  void fatalSE(byte, java.lang.Throwable);
    descriptor: (BLjava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // byte b
        start local 2 // java.lang.Throwable cause
         0: .line 313
            aload 0 /* this */
            iload 1 /* b */
            aconst_null
            aload 2 /* cause */
            invokevirtual sun.security.ssl.Handshaker.fatalSE:(BLjava/lang/String;Ljava/lang/Throwable;)V
         1: .line 314
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // byte b
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/ssl/Handshaker;
            0    2     1      b  B
            0    2     2  cause  Ljava/lang/Throwable;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      b      
      cause  

  void fatalSE(byte, java.lang.String, java.lang.Throwable);
    descriptor: (BLjava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // byte b
        start local 2 // java.lang.String diagnostic
        start local 3 // java.lang.Throwable cause
         0: .line 318
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 3
         1: .line 319
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            iload 1 /* b */
            aload 2 /* diagnostic */
            aload 3 /* cause */
            invokevirtual sun.security.ssl.SSLSocketImpl.fatal:(BLjava/lang/String;Ljava/lang/Throwable;)V
         2: .line 320
            goto 4
         3: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            iload 1 /* b */
            aload 2 /* diagnostic */
            aload 3 /* cause */
            invokevirtual sun.security.ssl.SSLEngineImpl.fatal:(BLjava/lang/String;Ljava/lang/Throwable;)V
         4: .line 323
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.String diagnostic
        end local 1 // byte b
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lsun/security/ssl/Handshaker;
            0    5     1           b  B
            0    5     2  diagnostic  Ljava/lang/String;
            0    5     3       cause  Ljava/lang/Throwable;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      b           
      diagnostic  
      cause       

  void warningSE(byte);
    descriptor: (B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // byte b
         0: .line 326
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 3
         1: .line 327
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            iload 1 /* b */
            invokevirtual sun.security.ssl.SSLSocketImpl.warning:(B)V
         2: .line 328
            goto 4
         3: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            iload 1 /* b */
            invokevirtual sun.security.ssl.SSLEngineImpl.warning:(B)V
         4: .line 331
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte b
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/ssl/Handshaker;
            0    5     1     b  B
    MethodParameters:
      Name  Flags
      b     

  java.lang.String getHostSE();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 334
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 335
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getHost:()Ljava/lang/String;
            areturn
         2: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokevirtual sun.security.ssl.SSLEngineImpl.getPeerHost:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  java.lang.String getHostAddressSE();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 342
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 343
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getInetAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
            areturn
         2: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokevirtual sun.security.ssl.SSLEngineImpl.getPeerHost:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  boolean isLoopbackSE();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 355
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 356
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getInetAddress:()Ljava/net/InetAddress;
            invokevirtual java.net.InetAddress.isLoopbackAddress:()Z
            ireturn
         2: .line 358
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  int getPortSE();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 363
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 364
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getPort:()I
            ireturn
         2: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokevirtual sun.security.ssl.SSLEngineImpl.getPeerPort:()I
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  int getLocalPortSE();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 371
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 372
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getLocalPort:()I
            ireturn
         2: .line 374
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  java.lang.String getHostnameVerificationSE();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 379
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 380
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getHostnameVerification:()Ljava/lang/String;
            areturn
         2: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokevirtual sun.security.ssl.SSLEngineImpl.getHostnameVerification:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  java.security.AccessControlContext getAccSE();
    descriptor: ()Ljava/security/AccessControlContext;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 387
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 388
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getAcc:()Ljava/security/AccessControlContext;
            areturn
         2: .line 390
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokevirtual sun.security.ssl.SSLEngineImpl.getAcc:()Ljava/security/AccessControlContext;
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  java.lang.String getEndpointIdentificationAlgorithmSE();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 395
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 396
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getHostnameVerification:()Ljava/lang/String;
            areturn
         2: .line 398
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokevirtual sun.security.ssl.SSLEngineImpl.getHostnameVerification:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  private void setVersionSE(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 403
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 3
         1: .line 404
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.SSLSocketImpl.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
         2: .line 405
            goto 4
         3: .line 406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.SSLEngineImpl.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
         4: .line 408
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lsun/security/ssl/Handshaker;
            0    5     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  final boolean receivedChangeCipherSpec();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 411
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 2
         1: .line 412
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.receivedChangeCipherSpec:()Z
            ireturn
         2: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokevirtual sun.security.ssl.SSLEngineImpl.receivedChangeCipherSpec:()Z
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;

  void setVersion(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 424
            aload 0 /* this */
            aload 1 /* protocolVersion */
            putfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         1: .line 425
            aload 0 /* this */
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.Handshaker.setVersionSE:(Lsun/security/ssl/ProtocolVersion;)V
         2: .line 427
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.OutputRecord.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
         3: .line 428
            return
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lsun/security/ssl/Handshaker;
            0    4     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  void setEnabledProtocols(sun.security.ssl.ProtocolList);
    descriptor: (Lsun/security/ssl/ProtocolList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.ProtocolList enabledProtocols
         0: .line 437
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
         1: .line 438
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
         2: .line 440
            aload 0 /* this */
            aload 1 /* enabledProtocols */
            putfield sun.security.ssl.Handshaker.enabledProtocols:Lsun/security/ssl/ProtocolList;
         3: .line 441
            return
        end local 1 // sun.security.ssl.ProtocolList enabledProtocols
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lsun/security/ssl/Handshaker;
            0    4     1  enabledProtocols  Lsun/security/ssl/ProtocolList;
    MethodParameters:
                  Name  Flags
      enabledProtocols  

  void setEnabledCipherSuites(sun.security.ssl.CipherSuiteList);
    descriptor: (Lsun/security/ssl/CipherSuiteList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.CipherSuiteList enabledCipherSuites
         0: .line 449
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
         1: .line 450
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
         2: .line 451
            aload 0 /* this */
            aload 1 /* enabledCipherSuites */
            putfield sun.security.ssl.Handshaker.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
         3: .line 452
            return
        end local 1 // sun.security.ssl.CipherSuiteList enabledCipherSuites
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lsun/security/ssl/Handshaker;
            0    4     1  enabledCipherSuites  Lsun/security/ssl/CipherSuiteList;
    MethodParameters:
                     Name  Flags
      enabledCipherSuites  

  void setAlgorithmConstraints(sun.security.util.AlgorithmConstraints);
    descriptor: (Lsun/security/util/AlgorithmConstraints;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.util.AlgorithmConstraints algorithmConstraints
         0: .line 460
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
         1: .line 461
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
         2: .line 463
            aload 0 /* this */
         3: .line 464
            new sun.security.ssl.SSLAlgorithmConstraints
            dup
            aload 1 /* algorithmConstraints */
            invokespecial sun.security.ssl.SSLAlgorithmConstraints.<init>:(Lsun/security/util/AlgorithmConstraints;)V
         4: .line 463
            putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
         5: .line 465
            return
        end local 1 // sun.security.util.AlgorithmConstraints algorithmConstraints
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lsun/security/ssl/Handshaker;
            0    6     1  algorithmConstraints  Lsun/security/util/AlgorithmConstraints;
    MethodParameters:
                      Name  Flags
      algorithmConstraints  

  void activate(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.ProtocolVersion helloVersion
         0: .line 472
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            ifnonnull 2
         1: .line 473
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.getActiveProtocols:()Lsun/security/ssl/ProtocolList;
            putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
         2: .line 476
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            invokevirtual sun.security.ssl.ProtocolList.collection:()Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 4
         3: .line 477
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            getfield sun.security.ssl.ProtocolList.max:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmpne 7
         4: .line 478
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLHandshakeException
            dup
         5: .line 479
            ldc "No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"
         6: .line 478
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
            ifnonnull 9
         8: .line 484
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.getActiveCipherSuites:()Lsun/security/ssl/CipherSuiteList;
            putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
         9: .line 487
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
            invokevirtual sun.security.ssl.CipherSuiteList.collection:()Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifeq 11
        10: .line 488
            new javax.net.ssl.SSLHandshakeException
            dup
            ldc "No appropriate cipher suite"
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.isInitialHandshake:Z
            ifne 14
        12: .line 495
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocolVersion:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        13: .line 496
            goto 15
        14: .line 497
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            getfield sun.security.ssl.ProtocolList.max:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        15: .line 500
      StackMap locals:
      StackMap stack:
            aload 1 /* helloVersion */
            ifnull 16
            aload 1 /* helloVersion */
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmpne 17
        16: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            getfield sun.security.ssl.ProtocolList.helloVersion:Lsun/security/ssl/ProtocolVersion;
            astore 1 /* helloVersion */
        17: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.security.ssl.HandshakeInStream
            dup
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
            invokespecial sun.security.ssl.HandshakeInStream.<init>:(Lsun/security/ssl/HandshakeHash;)V
            putfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
        18: .line 506
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 25
        19: .line 507
            aload 0 /* this */
            new sun.security.ssl.HandshakeOutStream
            dup
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 1 /* helloVersion */
        20: .line 508
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokespecial sun.security.ssl.HandshakeOutStream.<init>:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLSocketImpl;)V
        21: .line 507
            putfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
        22: .line 509
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getAppInputStream:()Lsun/security/ssl/AppInputStream;
            getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
            aload 1 /* helloVersion */
            invokevirtual sun.security.ssl.InputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
        23: .line 510
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.getAppOutputStream:()Lsun/security/ssl/AppOutputStream;
            getfield sun.security.ssl.AppOutputStream.r:Lsun/security/ssl/OutputRecord;
            aload 1 /* helloVersion */
            invokevirtual sun.security.ssl.OutputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
        24: .line 511
            goto 30
        25: .line 512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.security.ssl.HandshakeOutStream
            dup
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 1 /* helloVersion */
        26: .line 513
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokespecial sun.security.ssl.HandshakeOutStream.<init>:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLEngineImpl;)V
        27: .line 512
            putfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
        28: .line 514
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            getfield sun.security.ssl.SSLEngineImpl.inputRecord:Lsun/security/ssl/EngineInputRecord;
            aload 1 /* helloVersion */
            invokevirtual sun.security.ssl.EngineInputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
        29: .line 515
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            getfield sun.security.ssl.SSLEngineImpl.outputRecord:Lsun/security/ssl/EngineOutputRecord;
            aload 1 /* helloVersion */
            invokevirtual sun.security.ssl.EngineOutputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
        30: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.Handshaker.state:I
        31: .line 520
            return
        end local 1 // sun.security.ssl.ProtocolVersion helloVersion
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   32     0          this  Lsun/security/ssl/Handshaker;
            0   32     1  helloVersion  Lsun/security/ssl/ProtocolVersion;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      helloVersion  

  void setCipherSuite(sun.security.ssl.CipherSuite);
    descriptor: (Lsun/security/ssl/CipherSuite;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.CipherSuite s
         0: .line 528
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
         1: .line 529
            aload 0 /* this */
            aload 1 /* s */
            getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
            putfield sun.security.ssl.Handshaker.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
         2: .line 530
            return
        end local 1 // sun.security.ssl.CipherSuite s
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/Handshaker;
            0    3     1     s  Lsun/security/ssl/CipherSuite;
    MethodParameters:
      Name  Flags
      s     

  boolean isNegotiable(sun.security.ssl.CipherSuite);
    descriptor: (Lsun/security/ssl/CipherSuite;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.CipherSuite s
         0: .line 537
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
            ifnonnull 2
         1: .line 538
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.getActiveCipherSuites:()Lsun/security/ssl/CipherSuiteList;
            putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
         2: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
            aload 1 /* s */
            invokevirtual sun.security.ssl.CipherSuiteList.contains:(Lsun/security/ssl/CipherSuite;)Z
            ifeq 3
            aload 1 /* s */
            invokevirtual sun.security.ssl.CipherSuite.isNegotiable:()Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // sun.security.ssl.CipherSuite s
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/Handshaker;
            0    4     1     s  Lsun/security/ssl/CipherSuite;
    MethodParameters:
      Name  Flags
      s     

  boolean isNegotiable(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 548
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            ifnonnull 2
         1: .line 549
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.getActiveProtocols:()Lsun/security/ssl/ProtocolList;
            putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
         2: .line 552
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolList.contains:(Lsun/security/ssl/ProtocolVersion;)Z
            ireturn
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lsun/security/ssl/Handshaker;
            0    3     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  sun.security.ssl.ProtocolVersion selectProtocolVersion(sun.security.ssl.ProtocolVersion);
    descriptor: (Lsun/security/ssl/ProtocolVersion;)Lsun/security/ssl/ProtocolVersion;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.ProtocolVersion protocolVersion
         0: .line 563
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            ifnonnull 2
         1: .line 564
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.getActiveProtocols:()Lsun/security/ssl/ProtocolList;
            putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
         2: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            aload 1 /* protocolVersion */
            invokevirtual sun.security.ssl.ProtocolList.selectProtocolVersion:(Lsun/security/ssl/ProtocolVersion;)Lsun/security/ssl/ProtocolVersion;
            areturn
        end local 1 // sun.security.ssl.ProtocolVersion protocolVersion
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lsun/security/ssl/Handshaker;
            0    3     1  protocolVersion  Lsun/security/ssl/ProtocolVersion;
    MethodParameters:
                 Name  Flags
      protocolVersion  

  sun.security.ssl.CipherSuiteList getActiveCipherSuites();
    descriptor: ()Lsun/security/ssl/CipherSuiteList;
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 587
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
            ifnonnull 50
         1: .line 588
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            ifnonnull 3
         2: .line 589
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.getActiveProtocols:()Lsun/security/ssl/ProtocolList;
            putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
         3: .line 592
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* suites */
        start local 1 // java.util.ArrayList suites
         4: .line 593
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            invokevirtual sun.security.ssl.ProtocolList.collection:()Ljava/util/Collection;
            invokeinterface java.util.Collection.isEmpty:()Z
            ifne 49
         5: .line 594
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            getfield sun.security.ssl.ProtocolList.min:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmpeq 49
         6: .line 595
            iconst_0
            istore 2 /* checkedCurves */
        start local 2 // boolean checkedCurves
         7: .line 596
            iconst_0
            istore 3 /* hasCurves */
        start local 3 // boolean hasCurves
         8: .line 597
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
            invokevirtual sun.security.ssl.CipherSuiteList.collection:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 48
      StackMap locals: sun.security.ssl.Handshaker java.util.ArrayList int int top java.util.Iterator
      StackMap stack:
         9: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.CipherSuite
            astore 4 /* suite */
        start local 4 // sun.security.ssl.CipherSuite suite
        10: .line 598
            aload 4 /* suite */
            getfield sun.security.ssl.CipherSuite.obsoleted:I
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            getfield sun.security.ssl.ProtocolList.min:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmple 39
        11: .line 599
            aload 4 /* suite */
            getfield sun.security.ssl.CipherSuite.supported:I
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            getfield sun.security.ssl.ProtocolList.max:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmpgt 39
        12: .line 600
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
        13: .line 601
            getstatic sun.security.util.CryptoPrimitive.KEY_AGREEMENT:Lsun/security/util/CryptoPrimitive;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
        14: .line 602
            aload 4 /* suite */
            getfield sun.security.ssl.CipherSuite.name:Ljava/lang/String;
            aconst_null
        15: .line 600
            invokeinterface sun.security.util.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/lang/String;Ljava/security/AlgorithmParameters;)Z
        16: .line 602
            ifeq 48
        17: .line 603
            iconst_1
            istore 6 /* available */
        start local 6 // boolean available
        18: .line 604
            aload 4 /* suite */
            getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
            getfield sun.security.ssl.CipherSuite$KeyExchange.isEC:Z
            ifeq 36
        19: .line 605
            iload 2 /* checkedCurves */
            ifne 28
        20: .line 607
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
            invokestatic sun.security.ssl.SupportedEllipticCurvesExtension.hasActiveCurves:(Lsun/security/util/AlgorithmConstraints;)Z
        21: .line 606
            istore 3 /* hasCurves */
        22: .line 608
            iconst_1
            istore 2 /* checkedCurves */
        23: .line 610
            iload 3 /* hasCurves */
            ifne 28
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 28
        24: .line 611
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 28
        25: .line 612
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        26: .line 613
            ldc "No available elliptic curves"
        27: .line 612
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        28: .line 617
      StackMap locals: sun.security.ssl.Handshaker java.util.ArrayList int int sun.security.ssl.CipherSuite java.util.Iterator int
      StackMap stack:
            iload 3 /* hasCurves */
            istore 6 /* available */
        29: .line 619
            iload 6 /* available */
            ifne 36
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 36
        30: .line 620
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 36
        31: .line 621
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        32: .line 622
            new java.lang.StringBuilder
            dup
            ldc "No active elliptic curves, ignore "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        33: .line 623
            aload 4 /* suite */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        34: .line 622
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        35: .line 621
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        36: .line 627
      StackMap locals:
      StackMap stack:
            iload 6 /* available */
            ifeq 48
        37: .line 628
            aload 1 /* suites */
            aload 4 /* suite */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 6 // boolean available
        38: .line 631
            goto 48
      StackMap locals:
      StackMap stack:
        39: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 48
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 48
        40: .line 632
            aload 4 /* suite */
            getfield sun.security.ssl.CipherSuite.obsoleted:I
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            getfield sun.security.ssl.ProtocolList.min:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmpgt 45
        41: .line 633
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        42: .line 634
            new java.lang.StringBuilder
            dup
            ldc "Ignoring obsoleted cipher suite: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* suite */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        43: .line 633
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        44: .line 635
            goto 48
        45: .line 636
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        46: .line 637
            new java.lang.StringBuilder
            dup
            ldc "Ignoring unsupported cipher suite: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* suite */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        47: .line 636
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 4 // sun.security.ssl.CipherSuite suite
        48: .line 597
      StackMap locals: sun.security.ssl.Handshaker java.util.ArrayList int int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 3 // boolean hasCurves
        end local 2 // boolean checkedCurves
        49: .line 642
      StackMap locals: sun.security.ssl.Handshaker java.util.ArrayList
      StackMap stack:
            aload 0 /* this */
            new sun.security.ssl.CipherSuiteList
            dup
            aload 1 /* suites */
            invokespecial sun.security.ssl.CipherSuiteList.<init>:(Ljava/util/Collection;)V
            putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
        end local 1 // java.util.ArrayList suites
        50: .line 645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   51     0           this  Lsun/security/ssl/Handshaker;
            4   50     1         suites  Ljava/util/ArrayList<Lsun/security/ssl/CipherSuite;>;
            7   49     2  checkedCurves  Z
            8   49     3      hasCurves  Z
           10   48     4          suite  Lsun/security/ssl/CipherSuite;
           18   38     6      available  Z

  sun.security.ssl.ProtocolList getActiveProtocols();
    descriptor: ()Lsun/security/ssl/ProtocolList;
    flags: (0x0000) 
    Code:
      stack=4, locals=11, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 664
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            ifnonnull 61
         1: .line 665
            iconst_0
            istore 1 /* checkedCurves */
        start local 1 // boolean checkedCurves
         2: .line 666
            iconst_0
            istore 2 /* hasCurves */
        start local 2 // boolean hasCurves
         3: .line 668
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
         4: .line 667
            astore 3 /* protocols */
        start local 3 // java.util.ArrayList protocols
         5: .line 670
            getstatic sun.security.util.CryptoPrimitive.KEY_AGREEMENT:Lsun/security/util/CryptoPrimitive;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
         6: .line 669
            astore 4 /* cryptoPrimitives */
        start local 4 // java.util.EnumSet cryptoPrimitives
         7: .line 671
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.enabledProtocols:Lsun/security/ssl/ProtocolList;
            invokevirtual sun.security.ssl.ProtocolList.collection:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 6
            goto 59
      StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet top java.util.Iterator
      StackMap stack:
         8: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.ProtocolVersion
            astore 5 /* protocol */
        start local 5 // sun.security.ssl.ProtocolVersion protocol
         9: .line 672
            iconst_0
            istore 7 /* found */
        start local 7 // boolean found
        10: .line 673
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
            invokevirtual sun.security.ssl.CipherSuiteList.collection:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 9
            goto 54
      StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet sun.security.ssl.ProtocolVersion java.util.Iterator int top java.util.Iterator
      StackMap stack:
        11: aload 9
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.CipherSuite
            astore 8 /* suite */
        start local 8 // sun.security.ssl.CipherSuite suite
        12: .line 674
            aload 8 /* suite */
            invokevirtual sun.security.ssl.CipherSuite.isAvailable:()Z
            ifeq 48
            aload 8 /* suite */
            getfield sun.security.ssl.CipherSuite.obsoleted:I
            aload 5 /* protocol */
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmple 48
        13: .line 675
            aload 8 /* suite */
            getfield sun.security.ssl.CipherSuite.supported:I
            aload 5 /* protocol */
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmpgt 48
        14: .line 676
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
        15: .line 677
            aload 4 /* cryptoPrimitives */
            aload 8 /* suite */
            getfield sun.security.ssl.CipherSuite.name:Ljava/lang/String;
            aconst_null
        16: .line 676
            invokeinterface sun.security.util.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/lang/String;Ljava/security/AlgorithmParameters;)Z
        17: .line 677
            ifeq 41
        18: .line 679
            iconst_1
            istore 10 /* available */
        start local 10 // boolean available
        19: .line 680
            aload 8 /* suite */
            getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
            getfield sun.security.ssl.CipherSuite$KeyExchange.isEC:Z
            ifeq 37
        20: .line 681
            iload 1 /* checkedCurves */
            ifne 29
        21: .line 683
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
            invokestatic sun.security.ssl.SupportedEllipticCurvesExtension.hasActiveCurves:(Lsun/security/util/AlgorithmConstraints;)Z
        22: .line 682
            istore 2 /* hasCurves */
        23: .line 684
            iconst_1
            istore 1 /* checkedCurves */
        24: .line 686
            iload 2 /* hasCurves */
            ifne 29
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 29
        25: .line 687
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 29
        26: .line 688
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        27: .line 689
            ldc "No activated elliptic curves"
        28: .line 688
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        29: .line 692
      StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet sun.security.ssl.ProtocolVersion java.util.Iterator int sun.security.ssl.CipherSuite java.util.Iterator int
      StackMap stack:
            iload 2 /* hasCurves */
            istore 10 /* available */
        30: .line 694
            iload 10 /* available */
            ifne 37
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 37
        31: .line 695
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 37
        32: .line 696
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        33: .line 697
            new java.lang.StringBuilder
            dup
            ldc "No active elliptic curves, ignore "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        34: .line 698
            aload 8 /* suite */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* protocol */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        35: .line 697
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        36: .line 696
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        37: .line 702
      StackMap locals:
      StackMap stack:
            iload 10 /* available */
            ifeq 54
        38: .line 703
            aload 3 /* protocols */
            aload 5 /* protocol */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        39: .line 704
            iconst_1
            istore 7 /* found */
        40: .line 705
            goto 55
        end local 10 // boolean available
        41: .line 707
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 54
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 54
        42: .line 708
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        43: .line 709
            new java.lang.StringBuilder
            dup
            ldc "Ignoring disabled cipher suite: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* suite */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        44: .line 710
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* protocol */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        45: .line 709
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        46: .line 708
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        47: .line 712
            goto 54
      StackMap locals:
      StackMap stack:
        48: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 54
            ldc "verbose"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 54
        49: .line 713
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        50: .line 714
            new java.lang.StringBuilder
            dup
            ldc "Ignoring unsupported cipher suite: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 8 /* suite */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        51: .line 715
            ldc " for "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* protocol */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        52: .line 714
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        53: .line 713
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 8 // sun.security.ssl.CipherSuite suite
        54: .line 673
      StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet sun.security.ssl.ProtocolVersion java.util.Iterator int top java.util.Iterator
      StackMap stack:
            aload 9
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        55: .line 718
      StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet sun.security.ssl.ProtocolVersion java.util.Iterator int
      StackMap stack:
            iload 7 /* found */
            ifne 59
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 59
            ldc "handshake"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 59
        56: .line 719
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        57: .line 720
            new java.lang.StringBuilder
            dup
            ldc "No available cipher suite for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 5 /* protocol */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        58: .line 719
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 7 // boolean found
        end local 5 // sun.security.ssl.ProtocolVersion protocol
        59: .line 671
      StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        60: .line 723
            aload 0 /* this */
            new sun.security.ssl.ProtocolList
            dup
            aload 3 /* protocols */
            invokespecial sun.security.ssl.ProtocolList.<init>:(Ljava/util/ArrayList;)V
            putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
        end local 4 // java.util.EnumSet cryptoPrimitives
        end local 3 // java.util.ArrayList protocols
        end local 2 // boolean hasCurves
        end local 1 // boolean checkedCurves
        61: .line 726
      StackMap locals: sun.security.ssl.Handshaker
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   62     0              this  Lsun/security/ssl/Handshaker;
            2   61     1     checkedCurves  Z
            3   61     2         hasCurves  Z
            5   61     3         protocols  Ljava/util/ArrayList<Lsun/security/ssl/ProtocolVersion;>;
            7   61     4  cryptoPrimitives  Ljava/util/EnumSet<Lsun/security/util/CryptoPrimitive;>;
            9   59     5          protocol  Lsun/security/ssl/ProtocolVersion;
           10   59     7             found  Z
           12   54     8             suite  Lsun/security/ssl/CipherSuite;
           19   41    10         available  Z

  void setEnableSessionCreation(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // boolean newSessions
         0: .line 737
            aload 0 /* this */
            iload 1 /* newSessions */
            putfield sun.security.ssl.Handshaker.enableNewSession:Z
         1: .line 738
            return
        end local 1 // boolean newSessions
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/security/ssl/Handshaker;
            0    2     1  newSessions  Z
    MethodParameters:
             Name  Flags
      newSessions  

  sun.security.ssl.CipherBox newReadCipher();
    descriptor: ()Lsun/security/ssl/CipherBox;
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 744
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.cipher:Lsun/security/ssl/CipherSuite$BulkCipher;
            astore 1 /* cipher */
        start local 1 // sun.security.ssl.CipherSuite$BulkCipher cipher
         1: .line 746
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.isClient:Z
            ifeq 8
         2: .line 747
            aload 1 /* cipher */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
         3: .line 748
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
            iconst_0
         4: .line 747
            invokevirtual sun.security.ssl.CipherSuite$BulkCipher.newCipher:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;Z)Lsun/security/ssl/CipherBox;
            astore 2 /* box */
        start local 2 // sun.security.ssl.CipherBox box
         5: .line 749
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
         6: .line 750
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
         7: .line 751
            goto 13
        end local 2 // sun.security.ssl.CipherBox box
         8: .line 752
      StackMap locals: sun.security.ssl.CipherSuite$BulkCipher
      StackMap stack:
            aload 1 /* cipher */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
         9: .line 753
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
            iconst_0
        10: .line 752
            invokevirtual sun.security.ssl.CipherSuite$BulkCipher.newCipher:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;Z)Lsun/security/ssl/CipherBox;
            astore 2 /* box */
        start local 2 // sun.security.ssl.CipherBox box
        11: .line 754
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
        12: .line 755
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
        13: .line 757
      StackMap locals: sun.security.ssl.CipherBox
      StackMap stack:
            aload 2 /* box */
            areturn
        end local 2 // sun.security.ssl.CipherBox box
        end local 1 // sun.security.ssl.CipherSuite$BulkCipher cipher
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/security/ssl/Handshaker;
            1   14     1  cipher  Lsun/security/ssl/CipherSuite$BulkCipher;
            5    8     2     box  Lsun/security/ssl/CipherBox;
           11   14     2     box  Lsun/security/ssl/CipherBox;
    Exceptions:
      throws java.security.NoSuchAlgorithmException

  sun.security.ssl.CipherBox newWriteCipher();
    descriptor: ()Lsun/security/ssl/CipherBox;
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 764
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.cipher:Lsun/security/ssl/CipherSuite$BulkCipher;
            astore 1 /* cipher */
        start local 1 // sun.security.ssl.CipherSuite$BulkCipher cipher
         1: .line 766
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.isClient:Z
            ifeq 8
         2: .line 767
            aload 1 /* cipher */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
         3: .line 768
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
            iconst_1
         4: .line 767
            invokevirtual sun.security.ssl.CipherSuite$BulkCipher.newCipher:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;Z)Lsun/security/ssl/CipherBox;
            astore 2 /* box */
        start local 2 // sun.security.ssl.CipherBox box
         5: .line 769
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
         6: .line 770
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
         7: .line 771
            goto 13
        end local 2 // sun.security.ssl.CipherBox box
         8: .line 772
      StackMap locals: sun.security.ssl.CipherSuite$BulkCipher
      StackMap stack:
            aload 1 /* cipher */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
         9: .line 773
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
            iconst_1
        10: .line 772
            invokevirtual sun.security.ssl.CipherSuite$BulkCipher.newCipher:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;Z)Lsun/security/ssl/CipherBox;
            astore 2 /* box */
        start local 2 // sun.security.ssl.CipherBox box
        11: .line 774
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
        12: .line 775
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
        13: .line 777
      StackMap locals: sun.security.ssl.CipherBox
      StackMap stack:
            aload 2 /* box */
            areturn
        end local 2 // sun.security.ssl.CipherBox box
        end local 1 // sun.security.ssl.CipherSuite$BulkCipher cipher
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0    this  Lsun/security/ssl/Handshaker;
            1   14     1  cipher  Lsun/security/ssl/CipherSuite$BulkCipher;
            5    8     2     box  Lsun/security/ssl/CipherBox;
           11   14     2     box  Lsun/security/ssl/CipherBox;
    Exceptions:
      throws java.security.NoSuchAlgorithmException

  sun.security.ssl.MAC newReadMAC();
    descriptor: ()Lsun/security/ssl/MAC;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 784
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.macAlg:Lsun/security/ssl/CipherSuite$MacAlg;
            astore 1 /* macAlg */
        start local 1 // sun.security.ssl.CipherSuite$MacAlg macAlg
         1: .line 786
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.isClient:Z
            ifeq 5
         2: .line 787
            aload 1 /* macAlg */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
            invokevirtual sun.security.ssl.CipherSuite$MacAlg.newMac:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;)Lsun/security/ssl/MAC;
            astore 2 /* mac */
        start local 2 // sun.security.ssl.MAC mac
         3: .line 788
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
         4: .line 789
            goto 7
        end local 2 // sun.security.ssl.MAC mac
         5: .line 790
      StackMap locals: sun.security.ssl.CipherSuite$MacAlg
      StackMap stack:
            aload 1 /* macAlg */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
            invokevirtual sun.security.ssl.CipherSuite$MacAlg.newMac:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;)Lsun/security/ssl/MAC;
            astore 2 /* mac */
        start local 2 // sun.security.ssl.MAC mac
         6: .line 791
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
         7: .line 793
      StackMap locals: sun.security.ssl.MAC
      StackMap stack:
            aload 2 /* mac */
            areturn
        end local 2 // sun.security.ssl.MAC mac
        end local 1 // sun.security.ssl.CipherSuite$MacAlg macAlg
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/security/ssl/Handshaker;
            1    8     1  macAlg  Lsun/security/ssl/CipherSuite$MacAlg;
            3    5     2     mac  Lsun/security/ssl/MAC;
            6    8     2     mac  Lsun/security/ssl/MAC;
    Exceptions:
      throws java.security.NoSuchAlgorithmException, java.security.InvalidKeyException

  sun.security.ssl.MAC newWriteMAC();
    descriptor: ()Lsun/security/ssl/MAC;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 800
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.macAlg:Lsun/security/ssl/CipherSuite$MacAlg;
            astore 1 /* macAlg */
        start local 1 // sun.security.ssl.CipherSuite$MacAlg macAlg
         1: .line 802
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.isClient:Z
            ifeq 5
         2: .line 803
            aload 1 /* macAlg */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
            invokevirtual sun.security.ssl.CipherSuite$MacAlg.newMac:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;)Lsun/security/ssl/MAC;
            astore 2 /* mac */
        start local 2 // sun.security.ssl.MAC mac
         3: .line 804
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
         4: .line 805
            goto 7
        end local 2 // sun.security.ssl.MAC mac
         5: .line 806
      StackMap locals: sun.security.ssl.CipherSuite$MacAlg
      StackMap stack:
            aload 1 /* macAlg */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
            invokevirtual sun.security.ssl.CipherSuite$MacAlg.newMac:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;)Lsun/security/ssl/MAC;
            astore 2 /* mac */
        start local 2 // sun.security.ssl.MAC mac
         6: .line 807
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
         7: .line 809
      StackMap locals: sun.security.ssl.MAC
      StackMap stack:
            aload 2 /* mac */
            areturn
        end local 2 // sun.security.ssl.MAC mac
        end local 1 // sun.security.ssl.CipherSuite$MacAlg macAlg
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/security/ssl/Handshaker;
            1    8     1  macAlg  Lsun/security/ssl/CipherSuite$MacAlg;
            3    5     2     mac  Lsun/security/ssl/MAC;
            6    8     2     mac  Lsun/security/ssl/MAC;
    Exceptions:
      throws java.security.NoSuchAlgorithmException, java.security.InvalidKeyException

  boolean isDone();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 817
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.state:I
            bipush 20
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/Handshaker;

  sun.security.ssl.SSLSessionImpl getSession();
    descriptor: ()Lsun/security/ssl/SSLSessionImpl;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 827
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.session:Lsun/security/ssl/SSLSessionImpl;
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/Handshaker;

  boolean isSecureRenegotiation();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 834
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.secureRenegotiation:Z
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/Handshaker;

  byte[] getClientVerifyData();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 841
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clientVerifyData:[B
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/Handshaker;

  byte[] getServerVerifyData();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 848
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.serverVerifyData:[B
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/Handshaker;

  void process_record(sun.security.ssl.InputRecord, boolean);
    descriptor: (Lsun/security/ssl/InputRecord;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.InputRecord r
        start local 2 // boolean expectingFinished
         0: .line 858
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.checkThrown:()V
         1: .line 864
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            aload 1 /* r */
            invokevirtual sun.security.ssl.HandshakeInStream.incomingRecord:(Lsun/security/ssl/InputRecord;)V
         2: .line 870
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnonnull 3
            iload 2 /* expectingFinished */
            ifeq 5
         3: .line 871
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.processLoop:()V
         4: .line 872
            goto 6
         5: .line 873
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.security.ssl.Handshaker$1
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.Handshaker$1.<init>:(Lsun/security/ssl/Handshaker;)V
            invokevirtual sun.security.ssl.Handshaker.delegateTask:(Ljava/security/PrivilegedExceptionAction;)V
         6: .line 880
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean expectingFinished
        end local 1 // sun.security.ssl.InputRecord r
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    7     0               this  Lsun/security/ssl/Handshaker;
            0    7     1                  r  Lsun/security/ssl/InputRecord;
            0    7     2  expectingFinished  Z
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      r                  
      expectingFinished  

  void processLoop();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 895
            goto 15
         1: .line 904
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            iconst_4
            invokevirtual sun.security.ssl.HandshakeInStream.mark:(I)V
         2: .line 906
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
            i2b
            istore 1 /* messageType */
        start local 1 // byte messageType
         3: .line 907
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            invokevirtual sun.security.ssl.HandshakeInStream.getInt24:()I
            istore 2 /* messageLen */
        start local 2 // int messageLen
         4: .line 909
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            invokevirtual sun.security.ssl.HandshakeInStream.available:()I
            iload 2 /* messageLen */
            if_icmpge 7
         5: .line 910
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            invokevirtual sun.security.ssl.HandshakeInStream.reset:()V
         6: .line 911
            return
         7: .line 929
      StackMap locals: int int
      StackMap stack:
            iload 1 /* messageType */
            ifne 12
         8: .line 930
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            invokevirtual sun.security.ssl.HandshakeInStream.reset:()V
         9: .line 931
            aload 0 /* this */
            iload 1 /* messageType */
            iload 2 /* messageLen */
            invokevirtual sun.security.ssl.Handshaker.processMessage:(BI)V
        10: .line 932
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            iconst_4
            iload 2 /* messageLen */
            iadd
            invokevirtual sun.security.ssl.HandshakeInStream.ignore:(I)V
        11: .line 933
            goto 15
        12: .line 934
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            iload 2 /* messageLen */
            invokevirtual sun.security.ssl.HandshakeInStream.mark:(I)V
        13: .line 935
            aload 0 /* this */
            iload 1 /* messageType */
            iload 2 /* messageLen */
            invokevirtual sun.security.ssl.Handshaker.processMessage:(BI)V
        14: .line 936
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            invokevirtual sun.security.ssl.HandshakeInStream.digestNow:()V
        end local 2 // int messageLen
        end local 1 // byte messageType
        15: .line 895
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
            invokevirtual sun.security.ssl.HandshakeInStream.available:()I
            iconst_4
            if_icmpge 1
        16: .line 939
            return
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lsun/security/ssl/Handshaker;
            3   15     1  messageType  B
            4   15     2   messageLen  I
    Exceptions:
      throws java.io.IOException

  boolean activated();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 948
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.state:I
            iconst_m1
            if_icmplt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/Handshaker;

  boolean started();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 955
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.state:I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/Handshaker;

  void kickstart();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 966
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.state:I
            iflt 2
         1: .line 967
            return
         2: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.Handshaker.getKickstartMessage:()Lsun/security/ssl/HandshakeMessage;
            astore 1 /* m */
        start local 1 // sun.security.ssl.HandshakeMessage m
         3: .line 972
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 5
            ldc "handshake"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 5
         4: .line 973
            aload 1 /* m */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.security.ssl.HandshakeMessage.print:(Ljava/io/PrintStream;)V
         5: .line 975
      StackMap locals: sun.security.ssl.HandshakeMessage
      StackMap stack:
            aload 1 /* m */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeMessage.write:(Lsun/security/ssl/HandshakeOutStream;)V
         6: .line 976
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
         7: .line 978
            aload 0 /* this */
            aload 1 /* m */
            invokevirtual sun.security.ssl.HandshakeMessage.messageType:()I
            putfield sun.security.ssl.Handshaker.state:I
         8: .line 979
            return
        end local 1 // sun.security.ssl.HandshakeMessage m
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/ssl/Handshaker;
            3    9     1     m  Lsun/security/ssl/HandshakeMessage;
    Exceptions:
      throws java.io.IOException

  abstract sun.security.ssl.HandshakeMessage getKickstartMessage();
    descriptor: ()Lsun/security/ssl/HandshakeMessage;
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws javax.net.ssl.SSLException

  abstract void processMessage(byte, int);
    descriptor: (BI)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      messageType  
      messageLen   

  abstract void handshakeAlert(byte);
    descriptor: (B)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws javax.net.ssl.SSLProtocolException
    MethodParameters:
             Name  Flags
      description  

  void sendChangeCipherSpec(sun.security.ssl.HandshakeMessage$Finished, boolean);
    descriptor: (Lsun/security/ssl/HandshakeMessage$Finished;Z)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // sun.security.ssl.HandshakeMessage$Finished mesg
        start local 2 // boolean lastMessage
         0: .line 1008
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
         1: .line 1021
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 4
         2: .line 1022
            new sun.security.ssl.OutputRecord
            dup
            bipush 20
            invokespecial sun.security.ssl.OutputRecord.<init>:(B)V
            astore 3 /* r */
        start local 3 // sun.security.ssl.OutputRecord r
         3: .line 1023
            goto 5
        end local 3 // sun.security.ssl.OutputRecord r
         4: .line 1024
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.EngineOutputRecord
            dup
            bipush 20
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokespecial sun.security.ssl.EngineOutputRecord.<init>:(BLsun/security/ssl/SSLEngineImpl;)V
            astore 3 /* r */
        start local 3 // sun.security.ssl.OutputRecord r
         5: .line 1027
      StackMap locals: sun.security.ssl.OutputRecord
      StackMap stack:
            aload 3 /* r */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.OutputRecord.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
         6: .line 1028
            aload 3 /* r */
            iconst_1
            invokevirtual sun.security.ssl.OutputRecord.write:(I)V
         7: .line 1030
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            ifnull 21
         8: .line 1031
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            getfield sun.security.ssl.SSLSocketImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         9: .line 1033
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            aload 3 /* r */
            invokevirtual sun.security.ssl.SSLSocketImpl.writeRecord:(Lsun/security/ssl/OutputRecord;)V
        10: .line 1034
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            invokevirtual sun.security.ssl.SSLSocketImpl.changeWriteCiphers:()V
        11: .line 1035
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 13
            ldc "handshake"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 13
        12: .line 1036
            aload 1 /* mesg */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.security.ssl.HandshakeMessage$Finished.print:(Ljava/io/PrintStream;)V
        13: .line 1038
      StackMap locals:
      StackMap stack:
            aload 1 /* mesg */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeMessage$Finished.write:(Lsun/security/ssl/HandshakeOutStream;)V
        14: .line 1039
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
        15: .line 1040
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: astore 4
        17: .line 1041
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            getfield sun.security.ssl.SSLSocketImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        18: .line 1042
            aload 4
            athrow
        19: .line 1041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
            getfield sun.security.ssl.SSLSocketImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        20: .line 1043
            goto 34
        21: .line 1044
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            getfield sun.security.ssl.SSLEngineImpl.writeLock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
        22: .line 1045
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            aload 3 /* r */
            checkcast sun.security.ssl.EngineOutputRecord
            invokevirtual sun.security.ssl.SSLEngineImpl.writeRecord:(Lsun/security/ssl/EngineOutputRecord;)V
        23: .line 1046
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
            invokevirtual sun.security.ssl.SSLEngineImpl.changeWriteCiphers:()V
        24: .line 1047
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 26
            ldc "handshake"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 26
        25: .line 1048
            aload 1 /* mesg */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.security.ssl.HandshakeMessage$Finished.print:(Ljava/io/PrintStream;)V
        26: .line 1050
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* mesg */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeMessage$Finished.write:(Lsun/security/ssl/HandshakeOutStream;)V
        27: .line 1052
            iload 2 /* lastMessage */
            ifeq 29
        28: .line 1053
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeOutStream.setFinishedMsg:()V
        29: .line 1055
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
            invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
        30: .line 1044
            aload 4
            monitorexit
        31: goto 34
      StackMap locals:
      StackMap stack: java.lang.Throwable
        32: aload 4
            monitorexit
        33: athrow
        34: .line 1058
      StackMap locals:
      StackMap stack:
            return
        end local 3 // sun.security.ssl.OutputRecord r
        end local 2 // boolean lastMessage
        end local 1 // sun.security.ssl.HandshakeMessage$Finished mesg
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   35     0         this  Lsun/security/ssl/Handshaker;
            0   35     1         mesg  Lsun/security/ssl/HandshakeMessage$Finished;
            0   35     2  lastMessage  Z
            3    4     3            r  Lsun/security/ssl/OutputRecord;
            5   35     3            r  Lsun/security/ssl/OutputRecord;
      Exception table:
        from    to  target  type
           9    16      16  any
          22    31      32  any
          32    33      32  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      mesg         
      lastMessage  

  void calculateKeys(javax.crypto.SecretKey, sun.security.ssl.ProtocolVersion);
    descriptor: (Ljavax/crypto/SecretKey;Lsun/security/ssl/ProtocolVersion;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // javax.crypto.SecretKey preMasterSecret
        start local 2 // sun.security.ssl.ProtocolVersion version
         0: .line 1066
            aload 0 /* this */
            aload 1 /* preMasterSecret */
            aload 2 /* version */
            invokevirtual sun.security.ssl.Handshaker.calculateMasterSecret:(Ljavax/crypto/SecretKey;Lsun/security/ssl/ProtocolVersion;)Ljavax/crypto/SecretKey;
            astore 3 /* master */
        start local 3 // javax.crypto.SecretKey master
         1: .line 1067
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.session:Lsun/security/ssl/SSLSessionImpl;
            aload 3 /* master */
            invokevirtual sun.security.ssl.SSLSessionImpl.setMasterSecret:(Ljavax/crypto/SecretKey;)V
         2: .line 1068
            aload 0 /* this */
            aload 3 /* master */
            invokevirtual sun.security.ssl.Handshaker.calculateConnectionKeys:(Ljavax/crypto/SecretKey;)V
         3: .line 1069
            return
        end local 3 // javax.crypto.SecretKey master
        end local 2 // sun.security.ssl.ProtocolVersion version
        end local 1 // javax.crypto.SecretKey preMasterSecret
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lsun/security/ssl/Handshaker;
            0    4     1  preMasterSecret  Ljavax/crypto/SecretKey;
            0    4     2          version  Lsun/security/ssl/ProtocolVersion;
            1    4     3           master  Ljavax/crypto/SecretKey;
    MethodParameters:
                 Name  Flags
      preMasterSecret  
      version          

  private javax.crypto.SecretKey calculateMasterSecret(javax.crypto.SecretKey, sun.security.ssl.ProtocolVersion);
    descriptor: (Ljavax/crypto/SecretKey;Lsun/security/ssl/ProtocolVersion;)Ljavax/crypto/SecretKey;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=3
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // javax.crypto.SecretKey preMasterSecret
        start local 2 // sun.security.ssl.ProtocolVersion requestedVersion
         0: .line 1087
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.session:Lsun/security/ssl/SSLSessionImpl;
            invokevirtual sun.security.ssl.SSLSessionImpl.getUseExtendedMasterSecret:()Z
            ifeq 12
         1: .line 1089
            ldc "SunTlsExtendedMasterSecret"
            astore 4 /* masterAlg */
        start local 4 // java.lang.String masterAlg
         2: .line 1093
            bipush 36
            newarray 8
            astore 5 /* sessionHash */
        start local 5 // byte[] sessionHash
         3: .line 1095
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
            invokevirtual sun.security.ssl.HandshakeHash.getMD5Clone:()Ljava/security/MessageDigest;
            aload 5 /* sessionHash */
            iconst_0
            bipush 16
            invokevirtual java.security.MessageDigest.digest:([BII)I
            pop
         4: .line 1096
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
            invokevirtual sun.security.ssl.HandshakeHash.getSHAClone:()Ljava/security/MessageDigest;
            aload 5 /* sessionHash */
            bipush 16
            bipush 20
            invokevirtual java.security.MessageDigest.digest:([BII)I
            pop
         5: .line 1097
            goto 8
      StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey sun.security.ssl.ProtocolVersion top java.lang.String byte[]
      StackMap stack: java.security.DigestException
         6: astore 6 /* de */
        start local 6 // java.security.DigestException de
         7: .line 1098
            new java.security.ProviderException
            dup
            aload 6 /* de */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.security.DigestException de
         8: .line 1101
      StackMap locals:
      StackMap stack:
            new sun.security.internal.spec.TlsMasterSecretParameterSpec
            dup
         9: .line 1102
            aload 1 /* preMasterSecret */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
            aload 5 /* sessionHash */
        10: .line 1101
            invokespecial sun.security.internal.spec.TlsMasterSecretParameterSpec.<init>:(Ljavax/crypto/SecretKey;II[B)V
            astore 3 /* spec */
        end local 5 // byte[] sessionHash
        start local 3 // sun.security.internal.spec.TlsMasterSecretParameterSpec spec
        11: .line 1103
            goto 17
        end local 4 // java.lang.String masterAlg
        end local 3 // sun.security.internal.spec.TlsMasterSecretParameterSpec spec
        12: .line 1104
      StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey sun.security.ssl.ProtocolVersion
      StackMap stack:
            ldc "SunTlsMasterSecret"
            astore 4 /* masterAlg */
        start local 4 // java.lang.String masterAlg
        13: .line 1105
            new sun.security.internal.spec.TlsMasterSecretParameterSpec
            dup
        14: .line 1106
            aload 1 /* preMasterSecret */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
        15: .line 1107
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clnt_random:Lsun/security/ssl/RandomCookie;
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svr_random:Lsun/security/ssl/RandomCookie;
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
        16: .line 1105
            invokespecial sun.security.internal.spec.TlsMasterSecretParameterSpec.<init>:(Ljavax/crypto/SecretKey;II[B[B)V
            astore 3 /* spec */
        start local 3 // sun.security.internal.spec.TlsMasterSecretParameterSpec spec
        17: .line 1110
      StackMap locals: sun.security.internal.spec.TlsMasterSecretParameterSpec java.lang.String
      StackMap stack:
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 22
            ldc "keygen"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 22
        18: .line 1111
            new sun.misc.HexDumpEncoder
            dup
            invokespecial sun.misc.HexDumpEncoder.<init>:()V
            astore 5 /* dump */
        start local 5 // sun.misc.HexDumpEncoder dump
        19: .line 1113
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "SESSION KEYGEN:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        20: .line 1115
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "PreMaster Secret:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        21: .line 1116
            aload 5 /* dump */
            aload 1 /* preMasterSecret */
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        end local 5 // sun.misc.HexDumpEncoder dump
        22: .line 1123
      StackMap locals:
      StackMap stack:
            aload 4 /* masterAlg */
            invokestatic sun.security.ssl.JsseJce.getKeyGenerator:(Ljava/lang/String;)Ljavax/crypto/KeyGenerator;
            astore 5 /* kg */
        start local 5 // javax.crypto.KeyGenerator kg
        23: .line 1124
            aload 5 /* kg */
            aload 3 /* spec */
            invokevirtual javax.crypto.KeyGenerator.init:(Ljava/security/spec/AlgorithmParameterSpec;)V
        24: .line 1125
            aload 5 /* kg */
            invokevirtual javax.crypto.KeyGenerator.generateKey:()Ljavax/crypto/SecretKey;
        25: areturn
        end local 5 // javax.crypto.KeyGenerator kg
        26: .line 1126
      StackMap locals:
      StackMap stack: java.security.InvalidAlgorithmParameterException
            astore 5 /* e */
        start local 5 // java.security.InvalidAlgorithmParameterException e
        27: .line 1128
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 30
            ldc "handshake"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 30
        28: .line 1129
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "RSA master secret generation error:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        29: .line 1130
            aload 5 /* e */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.security.InvalidAlgorithmParameterException.printStackTrace:(Ljava/io/PrintStream;)V
        30: .line 1132
      StackMap locals: java.security.InvalidAlgorithmParameterException
      StackMap stack:
            new java.security.ProviderException
            dup
            aload 5 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.security.InvalidAlgorithmParameterException e
        31: .line 1133
      StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey sun.security.ssl.ProtocolVersion sun.security.internal.spec.TlsMasterSecretParameterSpec java.lang.String
      StackMap stack: java.security.NoSuchAlgorithmException
            astore 5 /* e */
        start local 5 // java.security.NoSuchAlgorithmException e
        32: .line 1135
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 35
            ldc "handshake"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 35
        33: .line 1136
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "RSA master secret generation error:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        34: .line 1137
            aload 5 /* e */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.security.NoSuchAlgorithmException.printStackTrace:(Ljava/io/PrintStream;)V
        35: .line 1139
      StackMap locals: java.security.NoSuchAlgorithmException
      StackMap stack:
            new java.security.ProviderException
            dup
            aload 5 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.security.NoSuchAlgorithmException e
        end local 4 // java.lang.String masterAlg
        end local 3 // sun.security.internal.spec.TlsMasterSecretParameterSpec spec
        end local 2 // sun.security.ssl.ProtocolVersion requestedVersion
        end local 1 // javax.crypto.SecretKey preMasterSecret
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   36     0              this  Lsun/security/ssl/Handshaker;
            0   36     1   preMasterSecret  Ljavax/crypto/SecretKey;
            0   36     2  requestedVersion  Lsun/security/ssl/ProtocolVersion;
           11   12     3              spec  Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
           17   36     3              spec  Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
            2   12     4         masterAlg  Ljava/lang/String;
           13   36     4         masterAlg  Ljava/lang/String;
            3   11     5       sessionHash  [B
            7    8     6                de  Ljava/security/DigestException;
           19   22     5              dump  Lsun/misc/HexDumpEncoder;
           23   26     5                kg  Ljavax/crypto/KeyGenerator;
           27   31     5                 e  Ljava/security/InvalidAlgorithmParameterException;
           32   36     5                 e  Ljava/security/NoSuchAlgorithmException;
      Exception table:
        from    to  target  type
           3     5       6  Class java.security.DigestException
          22    25      26  Class java.security.InvalidAlgorithmParameterException
          22    25      31  Class java.security.NoSuchAlgorithmException
    MethodParameters:
                  Name  Flags
      preMasterSecret   
      requestedVersion  

  void calculateConnectionKeys(javax.crypto.SecretKey);
    descriptor: (Ljavax/crypto/SecretKey;)V
    flags: (0x0000) 
    Code:
      stack=12, locals=9, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // javax.crypto.SecretKey masterKey
         0: .line 1161
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.macAlg:Lsun/security/ssl/CipherSuite$MacAlg;
            getfield sun.security.ssl.CipherSuite$MacAlg.size:I
            istore 2 /* hashSize */
        start local 2 // int hashSize
         1: .line 1162
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.exportable:Z
            istore 3 /* is_exportable */
        start local 3 // boolean is_exportable
         2: .line 1163
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.cipher:Lsun/security/ssl/CipherSuite$BulkCipher;
            astore 4 /* cipher */
        start local 4 // sun.security.ssl.CipherSuite$BulkCipher cipher
         3: .line 1164
            iload 3 /* is_exportable */
            ifeq 4
            aload 4 /* cipher */
            getfield sun.security.ssl.CipherSuite$BulkCipher.expandedKeySize:I
            goto 5
      StackMap locals: int int sun.security.ssl.CipherSuite$BulkCipher
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 5 /* expandedKeySize */
        start local 5 // int expandedKeySize
         6: .line 1166
            new sun.security.internal.spec.TlsKeyMaterialParameterSpec
            dup
         7: .line 1167
            aload 1 /* masterKey */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.major:B
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.minor:B
         8: .line 1168
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clnt_random:Lsun/security/ssl/RandomCookie;
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svr_random:Lsun/security/ssl/RandomCookie;
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
         9: .line 1169
            aload 4 /* cipher */
            getfield sun.security.ssl.CipherSuite$BulkCipher.algorithm:Ljava/lang/String;
            aload 4 /* cipher */
            getfield sun.security.ssl.CipherSuite$BulkCipher.keySize:I
            iload 5 /* expandedKeySize */
        10: .line 1170
            aload 4 /* cipher */
            getfield sun.security.ssl.CipherSuite$BulkCipher.ivSize:I
            iload 2 /* hashSize */
        11: .line 1166
            invokespecial sun.security.internal.spec.TlsKeyMaterialParameterSpec.<init>:(Ljavax/crypto/SecretKey;II[B[BLjava/lang/String;IIII)V
            astore 6 /* spec */
        start local 6 // sun.security.internal.spec.TlsKeyMaterialParameterSpec spec
        12: .line 1173
            ldc "SunTlsKeyMaterial"
            invokestatic sun.security.ssl.JsseJce.getKeyGenerator:(Ljava/lang/String;)Ljavax/crypto/KeyGenerator;
            astore 7 /* kg */
        start local 7 // javax.crypto.KeyGenerator kg
        13: .line 1174
            aload 7 /* kg */
            aload 6 /* spec */
            invokevirtual javax.crypto.KeyGenerator.init:(Ljava/security/spec/AlgorithmParameterSpec;)V
        14: .line 1175
            aload 7 /* kg */
            invokevirtual javax.crypto.KeyGenerator.generateKey:()Ljavax/crypto/SecretKey;
            checkcast sun.security.internal.spec.TlsKeyMaterialSpec
            astore 8 /* keySpec */
        start local 8 // sun.security.internal.spec.TlsKeyMaterialSpec keySpec
        15: .line 1177
            aload 0 /* this */
            aload 8 /* keySpec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getClientCipherKey:()Ljavax/crypto/SecretKey;
            putfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
        16: .line 1178
            aload 0 /* this */
            aload 8 /* keySpec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getServerCipherKey:()Ljavax/crypto/SecretKey;
            putfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
        17: .line 1182
            aload 0 /* this */
            aload 8 /* keySpec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getClientIv:()Ljavax/crypto/spec/IvParameterSpec;
            putfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
        18: .line 1183
            aload 0 /* this */
            aload 8 /* keySpec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getServerIv:()Ljavax/crypto/spec/IvParameterSpec;
            putfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
        19: .line 1185
            aload 0 /* this */
            aload 8 /* keySpec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getClientMacKey:()Ljavax/crypto/SecretKey;
            putfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
        20: .line 1186
            aload 0 /* this */
            aload 8 /* keySpec */
            invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getServerMacKey:()Ljavax/crypto/SecretKey;
            putfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
        end local 8 // sun.security.internal.spec.TlsKeyMaterialSpec keySpec
        end local 7 // javax.crypto.KeyGenerator kg
        21: .line 1187
            goto 24
      StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey int int sun.security.ssl.CipherSuite$BulkCipher int sun.security.internal.spec.TlsKeyMaterialParameterSpec
      StackMap stack: java.security.GeneralSecurityException
        22: astore 7 /* e */
        start local 7 // java.security.GeneralSecurityException e
        23: .line 1188
            new java.security.ProviderException
            dup
            aload 7 /* e */
            invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 7 // java.security.GeneralSecurityException e
        24: .line 1193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.Handshaker.sessKeysCalculated:Z
        25: .line 1198
            getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
            ifnull 63
            ldc "keygen"
            invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
            ifeq 63
        26: .line 1199
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            dup
            astore 7
            monitorenter
        27: .line 1200
            new sun.misc.HexDumpEncoder
            dup
            invokespecial sun.misc.HexDumpEncoder.<init>:()V
            astore 8 /* dump */
        start local 8 // sun.misc.HexDumpEncoder dump
        28: .line 1202
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "CONNECTION KEYGEN:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        29: .line 1205
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Client Nonce:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        30: .line 1206
            aload 8 /* dump */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clnt_random:Lsun/security/ssl/RandomCookie;
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        31: .line 1207
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Server Nonce:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        32: .line 1208
            aload 8 /* dump */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svr_random:Lsun/security/ssl/RandomCookie;
            getfield sun.security.ssl.RandomCookie.random_bytes:[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        33: .line 1209
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Master Secret:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        34: .line 1210
            aload 8 /* dump */
            aload 1 /* masterKey */
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        35: .line 1213
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Client MAC write Secret:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        36: .line 1214
            aload 8 /* dump */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        37: .line 1215
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Server MAC write Secret:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        38: .line 1216
            aload 8 /* dump */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        39: .line 1218
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
            ifnull 45
        40: .line 1219
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Client write key:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        41: .line 1220
            aload 8 /* dump */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        42: .line 1221
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Server write key:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        43: .line 1222
            aload 8 /* dump */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        44: .line 1223
            goto 46
        45: .line 1224
      StackMap locals: java.io.PrintStream sun.misc.HexDumpEncoder
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "... no encryption keys used"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        46: .line 1227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
            ifnull 52
        47: .line 1228
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Client write IV:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        48: .line 1229
            aload 8 /* dump */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
            invokevirtual javax.crypto.spec.IvParameterSpec.getIV:()[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        49: .line 1230
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "Server write IV:"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        50: .line 1231
            aload 8 /* dump */
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
            invokevirtual javax.crypto.spec.IvParameterSpec.getIV:()[B
            invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
        51: .line 1232
            goto 58
        52: .line 1233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            getstatic sun.security.ssl.ProtocolVersion.TLS11:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.v:I
            if_icmplt 57
        53: .line 1234
            getstatic java.lang.System.out:Ljava/io/PrintStream;
        54: .line 1235
            ldc "... no IV derived for this protocol"
        55: .line 1234
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        56: .line 1236
            goto 58
        57: .line 1237
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "... no IV used for this cipher"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        58: .line 1240
      StackMap locals:
      StackMap stack:
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.flush:()V
        end local 8 // sun.misc.HexDumpEncoder dump
        59: .line 1199
            aload 7
            monitorexit
        60: goto 63
      StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey int int sun.security.ssl.CipherSuite$BulkCipher int sun.security.internal.spec.TlsKeyMaterialParameterSpec java.io.PrintStream
      StackMap stack: java.lang.Throwable
        61: aload 7
            monitorexit
        62: athrow
        63: .line 1243
      StackMap locals:
      StackMap stack:
            return
        end local 6 // sun.security.internal.spec.TlsKeyMaterialParameterSpec spec
        end local 5 // int expandedKeySize
        end local 4 // sun.security.ssl.CipherSuite$BulkCipher cipher
        end local 3 // boolean is_exportable
        end local 2 // int hashSize
        end local 1 // javax.crypto.SecretKey masterKey
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   64     0             this  Lsun/security/ssl/Handshaker;
            0   64     1        masterKey  Ljavax/crypto/SecretKey;
            1   64     2         hashSize  I
            2   64     3    is_exportable  Z
            3   64     4           cipher  Lsun/security/ssl/CipherSuite$BulkCipher;
            6   64     5  expandedKeySize  I
           12   64     6             spec  Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
           13   21     7               kg  Ljavax/crypto/KeyGenerator;
           15   21     8          keySpec  Lsun/security/internal/spec/TlsKeyMaterialSpec;
           23   24     7                e  Ljava/security/GeneralSecurityException;
           28   59     8             dump  Lsun/misc/HexDumpEncoder;
      Exception table:
        from    to  target  type
          12    21      22  Class java.security.GeneralSecurityException
          27    60      61  any
          61    62      61  any
    MethodParameters:
           Name  Flags
      masterKey  

  boolean sessionKeysCalculated();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 1251
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.sessKeysCalculated:Z
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/Handshaker;

  private static void printHex(sun.misc.HexDumpEncoder, byte[]);
    descriptor: (Lsun/misc/HexDumpEncoder;[B)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.misc.HexDumpEncoder dump
        start local 1 // byte[] bytes
         0: .line 1255
            aload 1 /* bytes */
            ifnonnull 3
         1: .line 1256
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            ldc "(key bytes not available)"
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         2: .line 1257
            goto 6
         3: .line 1259
      StackMap locals:
      StackMap stack:
            aload 0 /* dump */
            aload 1 /* bytes */
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual sun.misc.HexDumpEncoder.encodeBuffer:([BLjava/io/OutputStream;)V
         4: .line 1260
            goto 6
      StackMap locals:
      StackMap stack: java.io.IOException
         5: pop
         6: .line 1264
      StackMap locals:
      StackMap stack:
            return
        end local 1 // byte[] bytes
        end local 0 // sun.misc.HexDumpEncoder dump
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   dump  Lsun/misc/HexDumpEncoder;
            0    7     1  bytes  [B
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.IOException
    MethodParameters:
       Name  Flags
      dump   
      bytes  

  static void throwSSLException(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.lang.String msg
        start local 1 // java.lang.Throwable cause
         0: .line 1273
            new javax.net.ssl.SSLException
            dup
            aload 0 /* msg */
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            astore 2 /* e */
        start local 2 // javax.net.ssl.SSLException e
         1: .line 1274
            aload 2 /* e */
            aload 1 /* cause */
            invokevirtual javax.net.ssl.SSLException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         2: .line 1275
            aload 2 /* e */
            athrow
        end local 2 // javax.net.ssl.SSLException e
        end local 1 // java.lang.Throwable cause
        end local 0 // java.lang.String msg
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0    msg  Ljava/lang/String;
            0    3     1  cause  Ljava/lang/Throwable;
            1    3     2      e  Ljavax/net/ssl/SSLException;
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
       Name  Flags
      msg    
      cause  

  private <T> void delegateTask(java.security.PrivilegedExceptionAction<T>);
    descriptor: (Ljava/security/PrivilegedExceptionAction;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.security.ssl.Handshaker this
        start local 1 // java.security.PrivilegedExceptionAction pea
         0: .line 1311
            aload 0 /* this */
            new sun.security.ssl.Handshaker$DelegatedTask
            dup
            aload 0 /* this */
            aload 1 /* pea */
            invokespecial sun.security.ssl.Handshaker$DelegatedTask.<init>:(Lsun/security/ssl/Handshaker;Ljava/security/PrivilegedExceptionAction;)V
            putfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
         1: .line 1312
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.Handshaker.taskDelegated:Z
         2: .line 1313
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
         3: .line 1314
            return
        end local 1 // java.security.PrivilegedExceptionAction pea
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/Handshaker;
            0    4     1   pea  Ljava/security/PrivilegedExceptionAction<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/security/PrivilegedExceptionAction<TT;>;)V
    MethodParameters:
      Name  Flags
      pea   

  sun.security.ssl.Handshaker$DelegatedTask<?> getTask();
    descriptor: ()Lsun/security/ssl/Handshaker$DelegatedTask;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 1317
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.taskDelegated:Z
            ifne 3
         1: .line 1318
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.Handshaker.taskDelegated:Z
         2: .line 1319
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
            areturn
         3: .line 1321
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/Handshaker;
    Signature: ()Lsun/security/ssl/Handshaker$DelegatedTask<*>;

  boolean taskOutstanding();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 1331
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/Handshaker;

  void checkThrown();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.security.ssl.Handshaker this
         0: .line 1341
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.thrownLock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1342
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
            ifnull 22
         2: .line 1344
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            astore 2 /* msg */
        start local 2 // java.lang.String msg
         3: .line 1346
            aload 2 /* msg */
            ifnonnull 5
         4: .line 1347
            ldc "Delegated task threw Exception/Error"
            astore 2 /* msg */
         5: .line 1354
      StackMap locals: java.lang.Object java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         6: .line 1355
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
         7: .line 1357
            aload 3 /* e */
            instanceof java.lang.RuntimeException
            ifeq 9
         8: .line 1358
            new java.lang.RuntimeException
            dup
            aload 2 /* msg */
            aload 3 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
         9: .line 1359
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 3 /* e */
            instanceof javax.net.ssl.SSLHandshakeException
            ifeq 12
        10: .line 1361
            new javax.net.ssl.SSLHandshakeException
            dup
            aload 2 /* msg */
            invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
            aload 3 /* e */
            invokevirtual javax.net.ssl.SSLHandshakeException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        11: .line 1360
            checkcast javax.net.ssl.SSLHandshakeException
            athrow
        12: .line 1362
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            instanceof javax.net.ssl.SSLKeyException
            ifeq 15
        13: .line 1364
            new javax.net.ssl.SSLKeyException
            dup
            aload 2 /* msg */
            invokespecial javax.net.ssl.SSLKeyException.<init>:(Ljava/lang/String;)V
            aload 3 /* e */
            invokevirtual javax.net.ssl.SSLKeyException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        14: .line 1363
            checkcast javax.net.ssl.SSLKeyException
            athrow
        15: .line 1365
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            instanceof javax.net.ssl.SSLPeerUnverifiedException
            ifeq 18
        16: .line 1367
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            aload 2 /* msg */
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            aload 3 /* e */
            invokevirtual javax.net.ssl.SSLPeerUnverifiedException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        17: .line 1366
            checkcast javax.net.ssl.SSLPeerUnverifiedException
            athrow
        18: .line 1368
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            instanceof javax.net.ssl.SSLProtocolException
            ifeq 21
        19: .line 1370
            new javax.net.ssl.SSLProtocolException
            dup
            aload 2 /* msg */
            invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
            aload 3 /* e */
            invokevirtual javax.net.ssl.SSLProtocolException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
        20: .line 1369
            checkcast javax.net.ssl.SSLProtocolException
            athrow
        21: .line 1376
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
            aload 2 /* msg */
            aload 3 /* e */
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Exception e
        end local 2 // java.lang.String msg
        22: .line 1341
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        23: goto 26
      StackMap locals:
      StackMap stack: java.lang.Throwable
        24: aload 1
            monitorexit
        25: athrow
        26: .line 1380
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.Handshaker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lsun/security/ssl/Handshaker;
            3   22     2   msg  Ljava/lang/String;
            6   22     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1    23      24  any
          24    25      24  any
    Exceptions:
      throws javax.net.ssl.SSLException
}
SourceFile: "Handshaker.java"
NestMembers:
  sun.security.ssl.Handshaker$1  sun.security.ssl.Handshaker$DelegatedTask
InnerClasses:
  final BulkCipher = sun.security.ssl.CipherSuite$BulkCipher of sun.security.ssl.CipherSuite
  final KeyExchange = sun.security.ssl.CipherSuite$KeyExchange of sun.security.ssl.CipherSuite
  final MacAlg = sun.security.ssl.CipherSuite$MacAlg of sun.security.ssl.CipherSuite
  final Finished = sun.security.ssl.HandshakeMessage$Finished of sun.security.ssl.HandshakeMessage
  sun.security.ssl.Handshaker$1
  DelegatedTask = sun.security.ssl.Handshaker$DelegatedTask of sun.security.ssl.Handshaker