class sun.security.ssl.TransportContext implements sun.security.ssl.ConnectionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.security.ssl.TransportContext
  super_class: java.lang.Object
{
  final sun.security.ssl.SSLTransport transport;
    descriptor: Lsun/security/ssl/SSLTransport;
    flags: (0x0010) ACC_FINAL

  final java.util.Map<java.lang.Byte, sun.security.ssl.SSLConsumer> consumers;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Byte;Lsun/security/ssl/SSLConsumer;>;

  final java.security.AccessControlContext acc;
    descriptor: Ljava/security/AccessControlContext;
    flags: (0x0010) ACC_FINAL

  final sun.security.ssl.SSLContextImpl sslContext;
    descriptor: Lsun/security/ssl/SSLContextImpl;
    flags: (0x0010) ACC_FINAL

  final sun.security.ssl.SSLConfiguration sslConfig;
    descriptor: Lsun/security/ssl/SSLConfiguration;
    flags: (0x0010) ACC_FINAL

  final sun.security.ssl.InputRecord inputRecord;
    descriptor: Lsun/security/ssl/InputRecord;
    flags: (0x0010) ACC_FINAL

  final sun.security.ssl.OutputRecord outputRecord;
    descriptor: Lsun/security/ssl/OutputRecord;
    flags: (0x0010) ACC_FINAL

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

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

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

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

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

  java.lang.Exception closeReason;
    descriptor: Ljava/lang/Exception;
    flags: (0x0000) 

  java.lang.Exception delegatedThrown;
    descriptor: Ljava/lang/Exception;
    flags: (0x0000) 

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

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

  java.lang.String applicationProtocol;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  sun.security.ssl.HandshakeContext handshakeContext;
    descriptor: Lsun/security/ssl/HandshakeContext;
    flags: (0x0000) 

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

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

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

  java.util.List<sun.security.ssl.NamedGroup> serverRequestedNamedGroups;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lsun/security/ssl/NamedGroup;>;

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

  private static final byte[] emptyByteArray;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static volatile int[] $SWITCH_TABLE$sun$security$ssl$ContentType;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 84
            iconst_0
            newarray 8
            putstatic sun.security.ssl.TransportContext.emptyByteArray:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(sun.security.ssl.SSLContextImpl, sun.security.ssl.SSLTransport, sun.security.ssl.InputRecord, sun.security.ssl.OutputRecord);
    descriptor: (Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/SSLTransport;Lsun/security/ssl/InputRecord;Lsun/security/ssl/OutputRecord;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.SSLContextImpl sslContext
        start local 2 // sun.security.ssl.SSLTransport transport
        start local 3 // sun.security.ssl.InputRecord inputRecord
        start local 4 // sun.security.ssl.OutputRecord outputRecord
         0: .line 92
            aload 0 /* this */
            aload 1 /* sslContext */
            aload 2 /* transport */
            new sun.security.ssl.SSLConfiguration
            dup
            aload 1 /* sslContext */
            iconst_0
            invokespecial sun.security.ssl.SSLConfiguration.<init>:(Lsun/security/ssl/SSLContextImpl;Z)V
         1: .line 93
            aload 3 /* inputRecord */
            aload 4 /* outputRecord */
            iconst_1
            invokespecial sun.security.ssl.TransportContext.<init>:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/SSLTransport;Lsun/security/ssl/SSLConfiguration;Lsun/security/ssl/InputRecord;Lsun/security/ssl/OutputRecord;Z)V
         2: .line 94
            return
        end local 4 // sun.security.ssl.OutputRecord outputRecord
        end local 3 // sun.security.ssl.InputRecord inputRecord
        end local 2 // sun.security.ssl.SSLTransport transport
        end local 1 // sun.security.ssl.SSLContextImpl sslContext
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lsun/security/ssl/TransportContext;
            0    3     1    sslContext  Lsun/security/ssl/SSLContextImpl;
            0    3     2     transport  Lsun/security/ssl/SSLTransport;
            0    3     3   inputRecord  Lsun/security/ssl/InputRecord;
            0    3     4  outputRecord  Lsun/security/ssl/OutputRecord;
    MethodParameters:
              Name  Flags
      sslContext    
      transport     
      inputRecord   
      outputRecord  

  void <init>(sun.security.ssl.SSLContextImpl, sun.security.ssl.SSLTransport, sun.security.ssl.InputRecord, sun.security.ssl.OutputRecord, boolean);
    descriptor: (Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/SSLTransport;Lsun/security/ssl/InputRecord;Lsun/security/ssl/OutputRecord;Z)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.SSLContextImpl sslContext
        start local 2 // sun.security.ssl.SSLTransport transport
        start local 3 // sun.security.ssl.InputRecord inputRecord
        start local 4 // sun.security.ssl.OutputRecord outputRecord
        start local 5 // boolean isClientMode
         0: .line 103
            aload 0 /* this */
            aload 1 /* sslContext */
            aload 2 /* transport */
         1: .line 104
            new sun.security.ssl.SSLConfiguration
            dup
            aload 1 /* sslContext */
            iload 5 /* isClientMode */
            invokespecial sun.security.ssl.SSLConfiguration.<init>:(Lsun/security/ssl/SSLContextImpl;Z)V
         2: .line 105
            aload 3 /* inputRecord */
            aload 4 /* outputRecord */
            iconst_0
            invokespecial sun.security.ssl.TransportContext.<init>:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/SSLTransport;Lsun/security/ssl/SSLConfiguration;Lsun/security/ssl/InputRecord;Lsun/security/ssl/OutputRecord;Z)V
         3: .line 106
            return
        end local 5 // boolean isClientMode
        end local 4 // sun.security.ssl.OutputRecord outputRecord
        end local 3 // sun.security.ssl.InputRecord inputRecord
        end local 2 // sun.security.ssl.SSLTransport transport
        end local 1 // sun.security.ssl.SSLContextImpl sslContext
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lsun/security/ssl/TransportContext;
            0    4     1    sslContext  Lsun/security/ssl/SSLContextImpl;
            0    4     2     transport  Lsun/security/ssl/SSLTransport;
            0    4     3   inputRecord  Lsun/security/ssl/InputRecord;
            0    4     4  outputRecord  Lsun/security/ssl/OutputRecord;
            0    4     5  isClientMode  Z
    MethodParameters:
              Name  Flags
      sslContext    
      transport     
      inputRecord   
      outputRecord  
      isClientMode  

  void <init>(sun.security.ssl.SSLContextImpl, sun.security.ssl.SSLTransport, sun.security.ssl.SSLConfiguration, sun.security.ssl.InputRecord, sun.security.ssl.OutputRecord);
    descriptor: (Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/SSLTransport;Lsun/security/ssl/SSLConfiguration;Lsun/security/ssl/InputRecord;Lsun/security/ssl/OutputRecord;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.SSLContextImpl sslContext
        start local 2 // sun.security.ssl.SSLTransport transport
        start local 3 // sun.security.ssl.SSLConfiguration sslConfig
        start local 4 // sun.security.ssl.InputRecord inputRecord
        start local 5 // sun.security.ssl.OutputRecord outputRecord
         0: .line 115
            aload 0 /* this */
            aload 1 /* sslContext */
            aload 2 /* transport */
            aload 3 /* sslConfig */
            invokevirtual sun.security.ssl.SSLConfiguration.clone:()Ljava/lang/Object;
            checkcast sun.security.ssl.SSLConfiguration
         1: .line 116
            aload 4 /* inputRecord */
            aload 5 /* outputRecord */
            iconst_0
            invokespecial sun.security.ssl.TransportContext.<init>:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/SSLTransport;Lsun/security/ssl/SSLConfiguration;Lsun/security/ssl/InputRecord;Lsun/security/ssl/OutputRecord;Z)V
         2: .line 117
            return
        end local 5 // sun.security.ssl.OutputRecord outputRecord
        end local 4 // sun.security.ssl.InputRecord inputRecord
        end local 3 // sun.security.ssl.SSLConfiguration sslConfig
        end local 2 // sun.security.ssl.SSLTransport transport
        end local 1 // sun.security.ssl.SSLContextImpl sslContext
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lsun/security/ssl/TransportContext;
            0    3     1    sslContext  Lsun/security/ssl/SSLContextImpl;
            0    3     2     transport  Lsun/security/ssl/SSLTransport;
            0    3     3     sslConfig  Lsun/security/ssl/SSLConfiguration;
            0    3     4   inputRecord  Lsun/security/ssl/InputRecord;
            0    3     5  outputRecord  Lsun/security/ssl/OutputRecord;
    MethodParameters:
              Name  Flags
      sslContext    
      transport     
      sslConfig     
      inputRecord   
      outputRecord  

  private void <init>(sun.security.ssl.SSLContextImpl, sun.security.ssl.SSLTransport, sun.security.ssl.SSLConfiguration, sun.security.ssl.InputRecord, sun.security.ssl.OutputRecord, boolean);
    descriptor: (Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/SSLTransport;Lsun/security/ssl/SSLConfiguration;Lsun/security/ssl/InputRecord;Lsun/security/ssl/OutputRecord;Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.SSLContextImpl sslContext
        start local 2 // sun.security.ssl.SSLTransport transport
        start local 3 // sun.security.ssl.SSLConfiguration sslConfig
        start local 4 // sun.security.ssl.InputRecord inputRecord
        start local 5 // sun.security.ssl.OutputRecord outputRecord
        start local 6 // boolean isUnsureMode
         0: .line 119
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.TransportContext.isNegotiated:Z
         2: .line 61
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.TransportContext.isBroken:Z
         3: .line 62
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.TransportContext.isInputCloseNotified:Z
         4: .line 63
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.TransportContext.peerUserCanceled:Z
         5: .line 64
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
         6: .line 65
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.TransportContext.delegatedThrown:Ljava/lang/Exception;
         7: .line 70
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.TransportContext.applicationProtocol:Ljava/lang/String;
         8: .line 73
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
         9: .line 76
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.TransportContext.secureRenegotiation:Z
        10: .line 122
            aload 0 /* this */
            aload 2 /* transport */
            putfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
        11: .line 123
            aload 0 /* this */
            aload 1 /* sslContext */
            putfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
        12: .line 124
            aload 0 /* this */
            aload 4 /* inputRecord */
            putfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
        13: .line 125
            aload 0 /* this */
            aload 5 /* outputRecord */
            putfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
        14: .line 126
            aload 0 /* this */
            aload 3 /* sslConfig */
            putfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
        15: .line 127
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.maximumPacketSize:I
            ifne 17
        16: .line 128
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            aload 5 /* outputRecord */
            invokevirtual sun.security.ssl.OutputRecord.getMaxPacketSize:()I
            putfield sun.security.ssl.SSLConfiguration.maximumPacketSize:I
        17: .line 130
      StackMap locals: sun.security.ssl.TransportContext sun.security.ssl.SSLContextImpl sun.security.ssl.SSLTransport sun.security.ssl.SSLConfiguration sun.security.ssl.InputRecord sun.security.ssl.OutputRecord int
      StackMap stack:
            aload 0 /* this */
            iload 6 /* isUnsureMode */
            putfield sun.security.ssl.TransportContext.isUnsureMode:Z
        18: .line 133
            aload 0 /* this */
            new sun.security.ssl.SSLSessionImpl
            dup
            invokespecial sun.security.ssl.SSLSessionImpl.<init>:()V
            putfield sun.security.ssl.TransportContext.conSession:Lsun/security/ssl/SSLSessionImpl;
        19: .line 134
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.maximumProtocolVersion:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.TransportContext.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        20: .line 135
            aload 0 /* this */
            getstatic sun.security.ssl.TransportContext.emptyByteArray:[B
            putfield sun.security.ssl.TransportContext.clientVerifyData:[B
        21: .line 136
            aload 0 /* this */
            getstatic sun.security.ssl.TransportContext.emptyByteArray:[B
            putfield sun.security.ssl.TransportContext.serverVerifyData:[B
        22: .line 138
            aload 0 /* this */
            invokestatic java.security.AccessController.getContext:()Ljava/security/AccessControlContext;
            putfield sun.security.ssl.TransportContext.acc:Ljava/security/AccessControlContext;
        23: .line 139
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield sun.security.ssl.TransportContext.consumers:Ljava/util/Map;
        24: .line 140
            return
        end local 6 // boolean isUnsureMode
        end local 5 // sun.security.ssl.OutputRecord outputRecord
        end local 4 // sun.security.ssl.InputRecord inputRecord
        end local 3 // sun.security.ssl.SSLConfiguration sslConfig
        end local 2 // sun.security.ssl.SSLTransport transport
        end local 1 // sun.security.ssl.SSLContextImpl sslContext
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lsun/security/ssl/TransportContext;
            0   25     1    sslContext  Lsun/security/ssl/SSLContextImpl;
            0   25     2     transport  Lsun/security/ssl/SSLTransport;
            0   25     3     sslConfig  Lsun/security/ssl/SSLConfiguration;
            0   25     4   inputRecord  Lsun/security/ssl/InputRecord;
            0   25     5  outputRecord  Lsun/security/ssl/OutputRecord;
            0   25     6  isUnsureMode  Z
    MethodParameters:
              Name  Flags
      sslContext    
      transport     
      sslConfig     
      inputRecord   
      outputRecord  
      isUnsureMode  

  void dispatch(sun.security.ssl.Plaintext);
    descriptor: (Lsun/security/ssl/Plaintext;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.Plaintext plaintext
         0: .line 144
            aload 1 /* plaintext */
            ifnonnull 2
         1: .line 145
            return
         2: .line 148
      StackMap locals:
      StackMap stack:
            aload 1 /* plaintext */
            getfield sun.security.ssl.Plaintext.contentType:B
            invokestatic sun.security.ssl.ContentType.valueOf:(B)Lsun/security/ssl/ContentType;
            astore 2 /* ct */
        start local 2 // sun.security.ssl.ContentType ct
         3: .line 149
            aload 2 /* ct */
            ifnonnull 7
         4: .line 150
            aload 0 /* this */
            getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
         5: .line 151
            new java.lang.StringBuilder
            dup
            ldc "Unknown content type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* plaintext */
            getfield sun.security.ssl.Plaintext.contentType:B
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         6: .line 150
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
         7: .line 154
      StackMap locals: sun.security.ssl.ContentType
      StackMap stack:
            invokestatic sun.security.ssl.TransportContext.$SWITCH_TABLE$sun$security$ssl$ContentType:()[I
            aload 2 /* ct */
            invokevirtual sun.security.ssl.ContentType.ordinal:()I
            iaload
            tableswitch { // 3 - 4
                    3: 35
                    4: 8
              default: 37
          }
         8: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         9: .line 157
            aload 1 /* plaintext */
        10: .line 156
            invokestatic sun.security.ssl.HandshakeContext.getHandshakeType:(Lsun/security/ssl/TransportContext;Lsun/security/ssl/Plaintext;)B
            istore 3 /* type */
        start local 3 // byte type
        11: .line 158
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnonnull 33
        12: .line 159
            iload 3 /* type */
            getstatic sun.security.ssl.SSLHandshake.KEY_UPDATE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            if_icmpeq 14
        13: .line 160
            iload 3 /* type */
            getstatic sun.security.ssl.SSLHandshake.NEW_SESSION_TICKET:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            if_icmpne 28
        14: .line 161
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifne 20
        15: .line 162
            aload 0 /* this */
            getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
        16: .line 163
            new java.lang.StringBuilder
            dup
            ldc "Unexpected unnegotiated post-handshake message: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        17: .line 165
            iload 3 /* type */
            invokestatic sun.security.ssl.SSLHandshake.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        18: .line 163
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        19: .line 162
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        20: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* type */
            invokestatic sun.security.ssl.PostHandshakeContext.isConsumable:(Lsun/security/ssl/TransportContext;B)Z
            ifne 26
        21: .line 169
            aload 0 /* this */
            getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
        22: .line 170
            new java.lang.StringBuilder
            dup
            ldc "Unexpected post-handshake message: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        23: .line 171
            iload 3 /* type */
            invokestatic sun.security.ssl.SSLHandshake.nameOf:(B)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        24: .line 170
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        25: .line 169
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        26: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.security.ssl.PostHandshakeContext
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.PostHandshakeContext.<init>:(Lsun/security/ssl/TransportContext;)V
            putfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
        27: .line 175
            goto 33
        28: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.isClientMode:Z
            ifeq 30
        29: .line 177
            new sun.security.ssl.ClientHandshakeContext
            dup
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            aload 0 /* this */
            invokespecial sun.security.ssl.ClientHandshakeContext.<init>:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/TransportContext;)V
            goto 31
        30: .line 178
      StackMap locals:
      StackMap stack: sun.security.ssl.TransportContext
            new sun.security.ssl.ServerHandshakeContext
            dup
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            aload 0 /* this */
            invokespecial sun.security.ssl.ServerHandshakeContext.<init>:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/TransportContext;)V
        31: .line 176
      StackMap locals: sun.security.ssl.TransportContext sun.security.ssl.Plaintext sun.security.ssl.ContentType int
      StackMap stack: sun.security.ssl.TransportContext sun.security.ssl.HandshakeContext
            putfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
        32: .line 179
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.initHandshaker:()V
        33: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            iload 3 /* type */
            aload 1 /* plaintext */
            invokevirtual sun.security.ssl.HandshakeContext.dispatch:(BLsun/security/ssl/Plaintext;)V
        34: .line 183
            goto 44
        end local 3 // byte type
        35: .line 185
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.Alert.alertConsumer:Lsun/security/ssl/SSLConsumer;
            aload 0 /* this */
            aload 1 /* plaintext */
            getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
            invokeinterface sun.security.ssl.SSLConsumer.consume:(Lsun/security/ssl/ConnectionContext;Ljava/nio/ByteBuffer;)V
        36: .line 186
            goto 44
        37: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.consumers:Ljava/util/Map;
            aload 1 /* plaintext */
            getfield sun.security.ssl.Plaintext.contentType:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.SSLConsumer
            astore 4 /* consumer */
        start local 4 // sun.security.ssl.SSLConsumer consumer
        38: .line 189
            aload 4 /* consumer */
            ifnull 41
        39: .line 190
            aload 4 /* consumer */
            aload 0 /* this */
            aload 1 /* plaintext */
            getfield sun.security.ssl.Plaintext.fragment:Ljava/nio/ByteBuffer;
            invokeinterface sun.security.ssl.SSLConsumer.consume:(Lsun/security/ssl/ConnectionContext;Ljava/nio/ByteBuffer;)V
        40: .line 191
            goto 44
        41: .line 192
      StackMap locals: sun.security.ssl.TransportContext sun.security.ssl.Plaintext sun.security.ssl.ContentType top sun.security.ssl.SSLConsumer
      StackMap stack:
            aload 0 /* this */
            getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
        42: .line 193
            new java.lang.StringBuilder
            dup
            ldc "Unexpected content: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* plaintext */
            getfield sun.security.ssl.Plaintext.contentType:B
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        43: .line 192
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
        end local 4 // sun.security.ssl.SSLConsumer consumer
        44: .line 196
      StackMap locals: sun.security.ssl.TransportContext sun.security.ssl.Plaintext sun.security.ssl.ContentType
      StackMap stack:
            return
        end local 2 // sun.security.ssl.ContentType ct
        end local 1 // sun.security.ssl.Plaintext plaintext
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   45     0       this  Lsun/security/ssl/TransportContext;
            0   45     1  plaintext  Lsun/security/ssl/Plaintext;
            3   45     2         ct  Lsun/security/ssl/ContentType;
           11   35     3       type  B
           38   44     4   consumer  Lsun/security/ssl/SSLConsumer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      plaintext  

  void kickstart();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 199
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isUnsureMode:Z
            ifeq 2
         1: .line 200
            new java.lang.IllegalStateException
            dup
            ldc "Client/Server mode not yet set."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 203
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.isClosed:()Z
            ifne 3
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.isClosed:()Z
            ifne 3
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isBroken:Z
            ifeq 11
         3: .line 204
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            ifnull 8
         4: .line 205
            new javax.net.ssl.SSLException
            dup
         5: .line 206
            ldc "Cannot kickstart, the connection is broken or closed"
         6: .line 207
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
         7: .line 205
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
         8: .line 209
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
         9: .line 210
            ldc "Cannot kickstart, the connection is broken or closed"
        10: .line 209
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnonnull 20
        12: .line 217
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifeq 15
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 15
        13: .line 218
            aload 0 /* this */
            new sun.security.ssl.PostHandshakeContext
            dup
            aload 0 /* this */
            invokespecial sun.security.ssl.PostHandshakeContext.<init>:(Lsun/security/ssl/TransportContext;)V
            putfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
        14: .line 219
            goto 20
        15: .line 220
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.isClientMode:Z
            ifeq 17
        16: .line 221
            new sun.security.ssl.ClientHandshakeContext
            dup
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            aload 0 /* this */
            invokespecial sun.security.ssl.ClientHandshakeContext.<init>:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/TransportContext;)V
            goto 18
        17: .line 222
      StackMap locals:
      StackMap stack: sun.security.ssl.TransportContext
            new sun.security.ssl.ServerHandshakeContext
            dup
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            aload 0 /* this */
            invokespecial sun.security.ssl.ServerHandshakeContext.<init>:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/TransportContext;)V
        18: .line 220
      StackMap locals: sun.security.ssl.TransportContext
      StackMap stack: sun.security.ssl.TransportContext sun.security.ssl.HandshakeContext
            putfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
        19: .line 223
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.initHandshaker:()V
        20: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifne 21
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.isClientMode:Z
            ifeq 22
        21: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            invokevirtual sun.security.ssl.HandshakeContext.kickstart:()V
        22: .line 234
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lsun/security/ssl/TransportContext;
    Exceptions:
      throws java.io.IOException

  boolean isPostHandshakeContext();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 237
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnull 3
         1: .line 238
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            instanceof sun.security.ssl.PostHandshakeContext
            ifeq 3
         2: .line 237
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/TransportContext;

  void warning(sun.security.ssl.Alert);
    descriptor: (Lsun/security/ssl/Alert;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.Alert alert
         0: .line 245
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifne 1
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnull 7
         1: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getstatic sun.security.ssl.Alert$Level.WARNING:Lsun/security/ssl/Alert$Level;
            getfield sun.security.ssl.Alert$Level.level:B
            aload 1 /* alert */
            getfield sun.security.ssl.Alert.id:B
            invokevirtual sun.security.ssl.OutputRecord.encodeAlert:(BB)V
         2: .line 248
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         3: astore 2 /* ioe */
        start local 2 // java.io.IOException ioe
         4: .line 249
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 7
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 7
         5: .line 251
            new java.lang.StringBuilder
            dup
            ldc "Warning: failed to send warning alert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alert */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* ioe */
            aastore
         6: .line 250
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 2 // java.io.IOException ioe
         7: .line 255
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.ssl.Alert alert
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lsun/security/ssl/TransportContext;
            0    8     1  alert  Lsun/security/ssl/Alert;
            4    7     2    ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException
    MethodParameters:
       Name  Flags
      alert  

  javax.net.ssl.SSLException fatal(sun.security.ssl.Alert, java.lang.String);
    descriptor: (Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.Alert alert
        start local 2 // java.lang.String diagnostic
         0: .line 259
            aload 0 /* this */
            aload 1 /* alert */
            aload 2 /* diagnostic */
            aconst_null
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
            areturn
        end local 2 // java.lang.String diagnostic
        end local 1 // sun.security.ssl.Alert alert
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/security/ssl/TransportContext;
            0    1     1       alert  Lsun/security/ssl/Alert;
            0    1     2  diagnostic  Ljava/lang/String;
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
            Name  Flags
      alert       
      diagnostic  

  javax.net.ssl.SSLException fatal(sun.security.ssl.Alert, java.lang.Throwable);
    descriptor: (Lsun/security/ssl/Alert;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.Alert alert
        start local 2 // java.lang.Throwable cause
         0: .line 263
            aload 0 /* this */
            aload 1 /* alert */
            aconst_null
            aload 2 /* cause */
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
            areturn
        end local 2 // java.lang.Throwable cause
        end local 1 // sun.security.ssl.Alert alert
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/security/ssl/TransportContext;
            0    1     1  alert  Lsun/security/ssl/Alert;
            0    1     2  cause  Ljava/lang/Throwable;
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
       Name  Flags
      alert  
      cause  

  javax.net.ssl.SSLException fatal(sun.security.ssl.Alert, java.lang.String, java.lang.Throwable);
    descriptor: (Lsun/security/ssl/Alert;Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.Alert alert
        start local 2 // java.lang.String diagnostic
        start local 3 // java.lang.Throwable cause
         0: .line 268
            aload 0 /* this */
            aload 1 /* alert */
            aload 2 /* diagnostic */
            iconst_0
            aload 3 /* cause */
            invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;ZLjava/lang/Throwable;)Ljavax/net/ssl/SSLException;
            areturn
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.String diagnostic
        end local 1 // sun.security.ssl.Alert alert
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lsun/security/ssl/TransportContext;
            0    1     1       alert  Lsun/security/ssl/Alert;
            0    1     2  diagnostic  Ljava/lang/String;
            0    1     3       cause  Ljava/lang/Throwable;
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
            Name  Flags
      alert       
      diagnostic  
      cause       

  javax.net.ssl.SSLException fatal(sun.security.ssl.Alert, java.lang.String, boolean, java.lang.Throwable);
    descriptor: (Lsun/security/ssl/Alert;Ljava/lang/String;ZLjava/lang/Throwable;)Ljavax/net/ssl/SSLException;
    flags: (0x0000) 
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // sun.security.ssl.Alert alert
        start local 2 // java.lang.String diagnostic
        start local 3 // boolean recvFatalAlert
        start local 4 // java.lang.Throwable cause
         0: .line 280
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            ifnull 14
         1: .line 281
            aload 4 /* cause */
            ifnonnull 8
         2: .line 282
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 5
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 5
         3: .line 284
            ldc "Closed transport, general or untracked problem"
            iconst_0
            anewarray java.lang.Object
         4: .line 283
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
         5: .line 286
      StackMap locals:
      StackMap stack:
            aload 1 /* alert */
         6: .line 287
            ldc "Closed transport, general or untracked problem"
         7: .line 286
            invokevirtual sun.security.ssl.Alert.createSSLException:(Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            athrow
         8: .line 290
      StackMap locals:
      StackMap stack:
            aload 4 /* cause */
            instanceof javax.net.ssl.SSLException
            ifeq 10
         9: .line 291
            aload 4 /* cause */
            checkcast javax.net.ssl.SSLException
            athrow
        10: .line 293
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 13
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 13
        11: .line 295
            ldc "Closed transport, unexpected rethrowing"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* cause */
            aastore
        12: .line 294
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 297
      StackMap locals:
      StackMap stack:
            aload 1 /* alert */
            ldc "Unexpected rethrowing"
            aload 4 /* cause */
            invokevirtual sun.security.ssl.Alert.createSSLException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
            athrow
        14: .line 303
      StackMap locals:
      StackMap stack:
            aload 2 /* diagnostic */
            ifnonnull 19
        15: .line 304
            aload 4 /* cause */
            ifnonnull 18
        16: .line 305
            ldc "General/Untracked problem"
            astore 2 /* diagnostic */
        17: .line 306
            goto 19
        18: .line 307
      StackMap locals:
      StackMap stack:
            aload 4 /* cause */
            invokevirtual java.lang.Throwable.getMessage:()Ljava/lang/String;
            astore 2 /* diagnostic */
        19: .line 311
      StackMap locals:
      StackMap stack:
            aload 4 /* cause */
            ifnonnull 21
        20: .line 312
            aload 1 /* alert */
            aload 2 /* diagnostic */
            invokevirtual sun.security.ssl.Alert.createSSLException:(Ljava/lang/String;)Ljavax/net/ssl/SSLException;
            astore 4 /* cause */
        21: .line 316
      StackMap locals:
      StackMap stack:
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 23
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 23
        22: .line 317
            new java.lang.StringBuilder
            dup
            ldc "Fatal ("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alert */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "): "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* diagnostic */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* cause */
            aastore
            invokestatic sun.security.ssl.SSLLogger.severe:(Ljava/lang/String;[Ljava/lang/Object;)V
        23: .line 321
      StackMap locals:
      StackMap stack:
            aload 4 /* cause */
            instanceof javax.net.ssl.SSLException
            ifeq 26
        24: .line 322
            aload 0 /* this */
            aload 4 /* cause */
            checkcast javax.net.ssl.SSLException
            putfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
        25: .line 323
            goto 27
        26: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* alert */
            aload 2 /* diagnostic */
            aload 4 /* cause */
            invokevirtual sun.security.ssl.Alert.createSSLException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
            putfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
        27: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.close:()V
        28: .line 331
            goto 33
      StackMap locals:
      StackMap stack: java.io.IOException
        29: astore 5 /* ioe */
        start local 5 // java.io.IOException ioe
        30: .line 332
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 32
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 32
        31: .line 333
            ldc "Fatal: input record closure failed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* ioe */
            aastore
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        32: .line 336
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            aload 5 /* ioe */
            invokevirtual java.lang.Exception.addSuppressed:(Ljava/lang/Throwable;)V
        end local 5 // java.io.IOException ioe
        33: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.conSession:Lsun/security/ssl/SSLSessionImpl;
            ifnull 35
        34: .line 341
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.conSession:Lsun/security/ssl/SSLSessionImpl;
            invokevirtual sun.security.ssl.SSLSessionImpl.invalidate:()V
        35: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnull 38
        36: .line 345
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            getfield sun.security.ssl.HandshakeContext.handshakeSession:Lsun/security/ssl/SSLSessionImpl;
            ifnull 38
        37: .line 346
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            getfield sun.security.ssl.HandshakeContext.handshakeSession:Lsun/security/ssl/SSLSessionImpl;
            invokevirtual sun.security.ssl.SSLSessionImpl.invalidate:()V
        38: .line 353
      StackMap locals:
      StackMap stack:
            iload 3 /* recvFatalAlert */
            ifne 47
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isOutboundClosed:()Z
            ifne 47
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isBroken:Z
            ifne 47
        39: .line 354
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifne 40
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnull 47
        40: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getstatic sun.security.ssl.Alert$Level.FATAL:Lsun/security/ssl/Alert$Level;
            getfield sun.security.ssl.Alert$Level.level:B
            aload 1 /* alert */
            getfield sun.security.ssl.Alert.id:B
            invokevirtual sun.security.ssl.OutputRecord.encodeAlert:(BB)V
        41: .line 357
            goto 47
      StackMap locals:
      StackMap stack: java.io.IOException
        42: astore 5 /* ioe */
        start local 5 // java.io.IOException ioe
        43: .line 358
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 46
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 46
        44: .line 360
            new java.lang.StringBuilder
            dup
            ldc "Fatal: failed to send fatal alert "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* alert */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* ioe */
            aastore
        45: .line 359
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        46: .line 363
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            aload 5 /* ioe */
            invokevirtual java.lang.Exception.addSuppressed:(Ljava/lang/Throwable;)V
        end local 5 // java.io.IOException ioe
        47: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.close:()V
        48: .line 370
            goto 53
      StackMap locals:
      StackMap stack: java.io.IOException
        49: astore 5 /* ioe */
        start local 5 // java.io.IOException ioe
        50: .line 371
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 52
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 52
        51: .line 372
            ldc "Fatal: output record closure failed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* ioe */
            aastore
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        52: .line 375
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            aload 5 /* ioe */
            invokevirtual java.lang.Exception.addSuppressed:(Ljava/lang/Throwable;)V
        end local 5 // java.io.IOException ioe
        53: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnull 55
        54: .line 380
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
        55: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
            invokeinterface sun.security.ssl.SSLTransport.shutdown:()V
        56: .line 386
            goto 65
      StackMap locals:
      StackMap stack: java.io.IOException
        57: astore 5 /* ioe */
        start local 5 // java.io.IOException ioe
        58: .line 387
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 60
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 60
        59: .line 388
            ldc "Fatal: transport closure failed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* ioe */
            aastore
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        60: .line 391
      StackMap locals: java.io.IOException
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            aload 5 /* ioe */
            invokevirtual java.lang.Exception.addSuppressed:(Ljava/lang/Throwable;)V
        end local 5 // java.io.IOException ioe
        61: .line 393
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.TransportContext.isBroken:Z
            goto 66
        62: .line 392
      StackMap locals: sun.security.ssl.TransportContext sun.security.ssl.Alert java.lang.String int java.lang.Throwable
      StackMap stack: java.lang.Throwable
            astore 6
        63: .line 393
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.TransportContext.isBroken:Z
        64: .line 394
            aload 6
            athrow
        65: .line 393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.TransportContext.isBroken:Z
        66: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            instanceof javax.net.ssl.SSLException
            ifeq 68
        67: .line 397
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            checkcast javax.net.ssl.SSLException
            athrow
        68: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.closeReason:Ljava/lang/Exception;
            checkcast java.lang.RuntimeException
            athrow
        end local 4 // java.lang.Throwable cause
        end local 3 // boolean recvFatalAlert
        end local 2 // java.lang.String diagnostic
        end local 1 // sun.security.ssl.Alert alert
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   69     0            this  Lsun/security/ssl/TransportContext;
            0   69     1           alert  Lsun/security/ssl/Alert;
            0   69     2      diagnostic  Ljava/lang/String;
            0   69     3  recvFatalAlert  Z
            0   69     4           cause  Ljava/lang/Throwable;
           30   33     5             ioe  Ljava/io/IOException;
           43   47     5             ioe  Ljava/io/IOException;
           50   53     5             ioe  Ljava/io/IOException;
           58   61     5             ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
          27    28      29  Class java.io.IOException
          40    41      42  Class java.io.IOException
          47    48      49  Class java.io.IOException
          55    56      57  Class java.io.IOException
          55    61      62  any
    Exceptions:
      throws javax.net.ssl.SSLException
    MethodParameters:
                Name  Flags
      alert           
      diagnostic      
      recvFatalAlert  
      cause           

  void setUseClientMode(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.TransportContext this
        start local 1 // boolean useClientMode
         0: .line 406
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnonnull 1
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifeq 4
         1: .line 407
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
         2: .line 408
            ldc "Cannot change mode after SSL traffic has started"
         3: .line 407
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.isClientMode:Z
            iload 1 /* useClientMode */
            if_icmpeq 24
         5: .line 418
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
         6: .line 419
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.enabledProtocols:Ljava/util/List;
         7: .line 418
            invokevirtual sun.security.ssl.SSLContextImpl.isDefaultProtocolVesions:(Ljava/util/List;)Z
         8: .line 419
            ifeq 14
         9: .line 420
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
        10: .line 421
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            iload 1 /* useClientMode */
            ifeq 11
            iconst_0
            goto 12
      StackMap locals: sun.security.ssl.TransportContext int
      StackMap stack: sun.security.ssl.SSLConfiguration sun.security.ssl.SSLContextImpl
        11: iconst_1
      StackMap locals: sun.security.ssl.TransportContext int
      StackMap stack: sun.security.ssl.SSLConfiguration sun.security.ssl.SSLContextImpl int
        12: invokevirtual sun.security.ssl.SSLContextImpl.getDefaultProtocolVersions:(Z)Ljava/util/List;
        13: .line 420
            putfield sun.security.ssl.SSLConfiguration.enabledProtocols:Ljava/util/List;
        14: .line 424
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
        15: .line 425
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.enabledCipherSuites:Ljava/util/List;
        16: .line 424
            invokevirtual sun.security.ssl.SSLContextImpl.isDefaultCipherSuiteList:(Ljava/util/List;)Z
        17: .line 425
            ifeq 23
        18: .line 426
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
        19: .line 427
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            iload 1 /* useClientMode */
            ifeq 20
            iconst_0
            goto 21
      StackMap locals: sun.security.ssl.TransportContext int
      StackMap stack: sun.security.ssl.SSLConfiguration sun.security.ssl.SSLContextImpl
        20: iconst_1
      StackMap locals: sun.security.ssl.TransportContext int
      StackMap stack: sun.security.ssl.SSLConfiguration sun.security.ssl.SSLContextImpl int
        21: invokevirtual sun.security.ssl.SSLContextImpl.getDefaultCipherSuites:(Z)Ljava/util/List;
        22: .line 426
            putfield sun.security.ssl.SSLConfiguration.enabledCipherSuites:Ljava/util/List;
        23: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            invokevirtual sun.security.ssl.SSLConfiguration.toggleClientMode:()V
        24: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.TransportContext.isUnsureMode:Z
        25: .line 434
            return
        end local 1 // boolean useClientMode
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   26     0           this  Lsun/security/ssl/TransportContext;
            0   26     1  useClientMode  Z
    MethodParameters:
               Name  Flags
      useClientMode  

  boolean isOutboundDone();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 438
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.isClosed:()Z
            ifeq 1
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.isEmpty:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/TransportContext;

  boolean isOutboundClosed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 444
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.isClosed:()Z
            ireturn
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/TransportContext;

  boolean isInboundClosed();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 448
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.isClosed:()Z
            ireturn
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/TransportContext;

  void closeInbound();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 454
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isInboundClosed:()Z
            ifeq 2
         1: .line 455
            return
         2: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isInputCloseNotified:Z
            ifne 5
         3: .line 464
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.initiateInboundClose:()V
         4: .line 465
            goto 10
         5: .line 466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.passiveInboundClose:()V
         6: .line 468
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         7: astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
         8: .line 469
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 10
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 470
            ldc "inbound closure failed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* ioe */
            aastore
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 1 // java.io.IOException ioe
        10: .line 473
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/security/ssl/TransportContext;
            8   10     1   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     6       7  Class java.io.IOException
    Exceptions:
      throws javax.net.ssl.SSLException

  private void passiveInboundClose();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 481
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isInboundClosed:()Z
            ifne 2
         1: .line 482
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.close:()V
         2: .line 488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isOutboundClosed:()Z
            ifne 26
         3: .line 489
            getstatic sun.security.ssl.SSLConfiguration.acknowledgeCloseNotify:Z
            istore 1 /* needCloseNotify */
        start local 1 // boolean needCloseNotify
         4: .line 490
            iload 1 /* needCloseNotify */
            ifne 13
         5: .line 491
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifeq 9
         6: .line 492
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifne 13
         7: .line 493
            iconst_1
            istore 1 /* needCloseNotify */
         8: .line 495
            goto 13
      StackMap locals: int
      StackMap stack:
         9: aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnull 13
        10: .line 496
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            getfield sun.security.ssl.HandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
            astore 2 /* pv */
        start local 2 // sun.security.ssl.ProtocolVersion pv
        11: .line 497
            aload 2 /* pv */
            ifnull 12
            aload 2 /* pv */
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifne 13
        12: .line 498
      StackMap locals: sun.security.ssl.ProtocolVersion
      StackMap stack:
            iconst_1
            istore 1 /* needCloseNotify */
        end local 2 // sun.security.ssl.ProtocolVersion pv
        13: .line 503
      StackMap locals:
      StackMap stack:
            iload 1 /* needCloseNotify */
            ifeq 26
        14: .line 504
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
        15: .line 508
            aload 0 /* this */
            getstatic sun.security.ssl.Alert.CLOSE_NOTIFY:Lsun/security/ssl/Alert;
            invokevirtual sun.security.ssl.TransportContext.warning:(Lsun/security/ssl/Alert;)V
        16: .line 509
            goto 20
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: astore 2
        18: .line 510
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.close:()V
        19: .line 511
            aload 2
            athrow
        20: .line 510
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.close:()V
        21: .line 512
            goto 25
      StackMap locals:
      StackMap stack: java.lang.Throwable
        22: astore 3
        23: .line 513
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        24: .line 514
            aload 3
            athrow
        25: .line 513
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        end local 1 // boolean needCloseNotify
        26: .line 517
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   27     0             this  Lsun/security/ssl/TransportContext;
            4   26     1  needCloseNotify  Z
           11   13     2               pv  Lsun/security/ssl/ProtocolVersion;
      Exception table:
        from    to  target  type
          15    17      17  any
          15    22      22  any
    Exceptions:
      throws java.io.IOException

  private void initiateInboundClose();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 521
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isInboundClosed:()Z
            ifne 2
         1: .line 522
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.close:()V
         2: .line 524
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/TransportContext;
    Exceptions:
      throws java.io.IOException

  void closeOutbound();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 529
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isOutboundClosed:()Z
            ifeq 2
         1: .line 530
            return
         2: .line 534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.initiateOutboundClose:()V
         3: .line 535
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 1 /* ioe */
        start local 1 // java.io.IOException ioe
         5: .line 536
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 7
            ldc "ssl"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 7
         6: .line 537
            ldc "outbound closure failed"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* ioe */
            aastore
            invokestatic sun.security.ssl.SSLLogger.warning:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 1 // java.io.IOException ioe
         7: .line 540
      StackMap locals:
      StackMap stack:
            return
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/ssl/TransportContext;
            5    7     1   ioe  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException

  private void initiateOutboundClose();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 544
            iconst_0
            istore 1 /* useUserCanceled */
        start local 1 // boolean useUserCanceled
         1: .line 545
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.isNegotiated:Z
            ifne 3
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnull 3
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.peerUserCanceled:Z
            ifne 3
         2: .line 547
            iconst_1
            istore 1 /* useUserCanceled */
         3: .line 552
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         4: .line 556
            iload 1 /* useUserCanceled */
            ifeq 6
         5: .line 557
            aload 0 /* this */
            getstatic sun.security.ssl.Alert.USER_CANCELED:Lsun/security/ssl/Alert;
            invokevirtual sun.security.ssl.TransportContext.warning:(Lsun/security/ssl/Alert;)V
         6: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic sun.security.ssl.Alert.CLOSE_NOTIFY:Lsun/security/ssl/Alert;
            invokevirtual sun.security.ssl.TransportContext.warning:(Lsun/security/ssl/Alert;)V
         7: .line 562
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
         9: .line 563
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.close:()V
        10: .line 564
            aload 2
            athrow
        11: .line 563
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.close:()V
        12: .line 565
            goto 16
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 3
        14: .line 566
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        15: .line 567
            aload 3
            athrow
        16: .line 566
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getfield sun.security.ssl.OutputRecord.recordLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        17: .line 568
            return
        end local 1 // boolean useUserCanceled
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   18     0             this  Lsun/security/ssl/TransportContext;
            1   18     1  useUserCanceled  Z
      Exception table:
        from    to  target  type
           4     8       8  any
           4    13      13  any
    Exceptions:
      throws java.io.IOException

  javax.net.ssl.SSLEngineResult$HandshakeStatus getHandshakeStatus();
    descriptor: ()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 572
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.isEmpty:()Z
            ifne 2
         1: .line 575
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NEED_WRAP:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
         2: .line 576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isOutboundClosed:()Z
            ifeq 4
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isInboundClosed:()Z
            ifeq 4
         3: .line 577
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NOT_HANDSHAKING:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
         4: .line 578
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            ifnull 14
         5: .line 579
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            getfield sun.security.ssl.HandshakeContext.delegatedActions:Ljava/util/Queue;
            invokeinterface java.util.Queue.isEmpty:()Z
            ifne 7
         6: .line 580
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NEED_TASK:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
         7: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isInboundClosed:()Z
            ifne 12
         8: .line 582
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.isDTLS:()Z
            ifeq 11
         9: .line 583
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.isEmpty:()Z
            ifne 11
        10: .line 584
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NEED_UNWRAP_AGAIN:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
        11: .line 586
      StackMap locals:
      StackMap stack:
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NEED_UNWRAP:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
        12: .line 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.TransportContext.isOutboundClosed:()Z
            ifne 14
        13: .line 590
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NEED_WRAP:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
        14: .line 594
      StackMap locals:
      StackMap stack:
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.NOT_HANDSHAKING:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/security/ssl/TransportContext;

  javax.net.ssl.SSLEngineResult$HandshakeStatus finishHandshake();
    descriptor: ()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
    flags: (0x0000) 
    Code:
      stack=8, locals=3, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 598
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 10
         1: .line 599
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            aload 0 /* this */
            putfield sun.security.ssl.OutputRecord.tc:Lsun/security/ssl/TransportContext;
         2: .line 600
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            aload 0 /* this */
            putfield sun.security.ssl.InputRecord.tc:Lsun/security/ssl/TransportContext;
         3: .line 601
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            getfield sun.security.ssl.HandshakeContext.negotiatedCipherSuite:Lsun/security/ssl/CipherSuite;
            putfield sun.security.ssl.TransportContext.cipherSuite:Lsun/security/ssl/CipherSuite;
         4: .line 602
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            getfield sun.security.ssl.InputRecord.readCipher:Lsun/security/ssl/SSLCipher$SSLReadCipher;
         5: .line 603
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            getfield sun.security.ssl.HandshakeContext.baseReadSecret:Ljavax/crypto/SecretKey;
         6: .line 602
            putfield sun.security.ssl.SSLCipher$SSLReadCipher.baseSecret:Ljavax/crypto/SecretKey;
         7: .line 604
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getfield sun.security.ssl.OutputRecord.writeCipher:Lsun/security/ssl/SSLCipher$SSLWriteCipher;
         8: .line 605
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
            getfield sun.security.ssl.HandshakeContext.baseWriteSecret:Ljavax/crypto/SecretKey;
         9: .line 604
            putfield sun.security.ssl.SSLCipher$SSLWriteCipher.baseSecret:Ljavax/crypto/SecretKey;
        10: .line 608
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
        11: .line 609
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            getfield sun.security.ssl.OutputRecord.handshakeHash:Lsun/security/ssl/HandshakeHash;
            invokevirtual sun.security.ssl.HandshakeHash.finish:()V
        12: .line 610
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
            invokevirtual sun.security.ssl.InputRecord.finishHandshake:()V
        13: .line 611
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
            invokevirtual sun.security.ssl.OutputRecord.finishHandshake:()V
        14: .line 612
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.TransportContext.isNegotiated:Z
        15: .line 615
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
            instanceof javax.net.ssl.SSLSocket
            ifeq 28
        16: .line 616
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.handshakeListeners:Ljava/util/HashMap;
            ifnull 28
        17: .line 617
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.handshakeListeners:Ljava/util/HashMap;
            invokevirtual java.util.HashMap.isEmpty:()Z
            ifne 28
        18: .line 619
            new javax.net.ssl.HandshakeCompletedEvent
            dup
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
            checkcast javax.net.ssl.SSLSocket
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.conSession:Lsun/security/ssl/SSLSessionImpl;
            invokespecial javax.net.ssl.HandshakeCompletedEvent.<init>:(Ljavax/net/ssl/SSLSocket;Ljavax/net/ssl/SSLSession;)V
        19: .line 618
            astore 1 /* hce */
        start local 1 // javax.net.ssl.HandshakeCompletedEvent hce
        20: .line 620
            new java.lang.Thread
            dup
        21: .line 621
            aconst_null
        22: .line 622
            new sun.security.ssl.TransportContext$NotifyHandshake
            dup
            aload 0 /* this */
            getfield sun.security.ssl.TransportContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.handshakeListeners:Ljava/util/HashMap;
            aload 1 /* hce */
            invokespecial sun.security.ssl.TransportContext$NotifyHandshake.<init>:(Ljava/util/Map;Ljavax/net/ssl/HandshakeCompletedEvent;)V
        23: .line 623
            ldc "HandshakeCompletedNotify-Thread"
        24: .line 624
            lconst_0
        25: .line 625
            iconst_0
        26: .line 620
            invokespecial java.lang.Thread.<init>:(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;Ljava/lang/String;JZ)V
            astore 2 /* thread */
        start local 2 // java.lang.Thread thread
        27: .line 626
            aload 2 /* thread */
            invokevirtual java.lang.Thread.start:()V
        end local 2 // java.lang.Thread thread
        end local 1 // javax.net.ssl.HandshakeCompletedEvent hce
        28: .line 629
      StackMap locals:
      StackMap stack:
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.FINISHED:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    this  Lsun/security/ssl/TransportContext;
           20   28     1     hce  Ljavax/net/ssl/HandshakeCompletedEvent;
           27   28     2  thread  Ljava/lang/Thread;

  javax.net.ssl.SSLEngineResult$HandshakeStatus finishPostHandshake();
    descriptor: ()Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.TransportContext this
         0: .line 633
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.TransportContext.handshakeContext:Lsun/security/ssl/HandshakeContext;
         1: .line 638
            getstatic javax.net.ssl.SSLEngineResult$HandshakeStatus.FINISHED:Ljavax/net/ssl/SSLEngineResult$HandshakeStatus;
            areturn
        end local 0 // sun.security.ssl.TransportContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/TransportContext;

  static int[] $SWITCH_TABLE$sun$security$ssl$ContentType();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 46
            getstatic sun.security.ssl.TransportContext.$SWITCH_TABLE$sun$security$ssl$ContentType:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic sun.security.ssl.ContentType.values:()[Lsun/security/ssl/ContentType;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic sun.security.ssl.ContentType.ALERT:Lsun/security/ssl/ContentType;
            invokevirtual sun.security.ssl.ContentType.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic sun.security.ssl.ContentType.APPLICATION_DATA:Lsun/security/ssl/ContentType;
            invokevirtual sun.security.ssl.ContentType.ordinal:()I
            iconst_5
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic sun.security.ssl.ContentType.CHANGE_CIPHER_SPEC:Lsun/security/ssl/ContentType;
            invokevirtual sun.security.ssl.ContentType.ordinal:()I
            iconst_2
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic sun.security.ssl.ContentType.HANDSHAKE:Lsun/security/ssl/ContentType;
            invokevirtual sun.security.ssl.ContentType.ordinal:()I
            iconst_4
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic sun.security.ssl.ContentType.INVALID:Lsun/security/ssl/ContentType;
            invokevirtual sun.security.ssl.ContentType.ordinal:()I
            iconst_1
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic sun.security.ssl.TransportContext.$SWITCH_TABLE$sun$security$ssl$ContentType:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
SourceFile: "TransportContext.java"
NestMembers:
  sun.security.ssl.TransportContext$NotifyHandshake  sun.security.ssl.TransportContext$NotifyHandshake$1
InnerClasses:
  public final HandshakeStatus = javax.net.ssl.SSLEngineResult$HandshakeStatus of javax.net.ssl.SSLEngineResult
  final Level = sun.security.ssl.Alert$Level of sun.security.ssl.Alert
  abstract SSLReadCipher = sun.security.ssl.SSLCipher$SSLReadCipher of sun.security.ssl.SSLCipher
  abstract SSLWriteCipher = sun.security.ssl.SSLCipher$SSLWriteCipher of sun.security.ssl.SSLCipher
  private NotifyHandshake = sun.security.ssl.TransportContext$NotifyHandshake of sun.security.ssl.TransportContext