final class sun.security.ssl.SSLSessionImpl extends javax.net.ssl.ExtendedSSLSession
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.SSLSessionImpl
  super_class: javax.net.ssl.ExtendedSSLSession
{
  private final sun.security.ssl.ProtocolVersion protocolVersion;
    descriptor: Lsun/security/ssl/ProtocolVersion;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final sun.security.ssl.SessionId sessionId;
    descriptor: Lsun/security/ssl/SessionId;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.security.cert.X509Certificate[] peerCerts;
    descriptor: [Ljava/security/cert/X509Certificate;
    flags: (0x0002) ACC_PRIVATE

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

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

  final boolean useExtendedMasterSecret;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  private final long creationTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private long lastUsedTime;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  private final int port;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private java.security.cert.X509Certificate[] localCerts;
    descriptor: [Ljava/security/cert/X509Certificate;
    flags: (0x0002) ACC_PRIVATE

  private java.security.PrivateKey localPrivateKey;
    descriptor: Ljava/security/PrivateKey;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Collection<sun.security.ssl.SignatureScheme> localSupportedSignAlgs;
    descriptor: Ljava/util/Collection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Collection<Lsun/security/ssl/SignatureScheme;>;

  private java.util.Collection<sun.security.ssl.SignatureScheme> peerSupportedSignAlgs;
    descriptor: Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Collection<Lsun/security/ssl/SignatureScheme;>;

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

  private java.util.List<byte[]> statusResponses;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<[B>;

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

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

  private byte[] pskIdentity;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private final long ticketCreationTime;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int ticketAgeAdd;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int negotiatedMaxFragLen;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int maximumPacketSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Queue<sun.security.ssl.SSLSessionImpl> childSessions;
    descriptor: Ljava/util/Queue;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Queue<Lsun/security/ssl/SSLSessionImpl;>;

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

  private static boolean defaultRejoinable;
    descriptor: Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  final javax.net.ssl.SNIServerName serverNameIndication;
    descriptor: Ljavax/net/ssl/SNIServerName;
    flags: (0x0010) ACC_FINAL

  private final java.util.List<javax.net.ssl.SNIServerName> requestedServerNames;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljavax/net/ssl/SNIServerName;>;

  private java.math.BigInteger ticketNonceCounter;
    descriptor: Ljava/math/BigInteger;
    flags: (0x0002) ACC_PRIVATE

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

  private final java.util.concurrent.locks.ReentrantLock sessionLock;
    descriptor: Ljava/util/concurrent/locks/ReentrantLock;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final java.util.ArrayList<sun.security.ssl.SignatureScheme> defaultPeerSupportedSignAlgs;
    descriptor: Ljava/util/ArrayList;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/ArrayList<Lsun/security/ssl/SignatureScheme;>;

  private final java.util.concurrent.ConcurrentHashMap<sun.security.ssl.SecureKey, java.lang.Object> boundValues;
    descriptor: Ljava/util/concurrent/ConcurrentHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/ConcurrentHashMap<Lsun/security/ssl/SecureKey;Ljava/lang/Object;>;

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 130
            iconst_1
            putstatic sun.security.ssl.SSLSessionImpl.defaultRejoinable:Z
         1: .line 824
            new java.util.ArrayList
            dup
            iconst_3
            anewarray sun.security.ssl.SignatureScheme
            dup
            iconst_0
            getstatic sun.security.ssl.SignatureScheme.RSA_PKCS1_SHA1:Lsun/security/ssl/SignatureScheme;
            aastore
            dup
            iconst_1
         2: .line 825
            getstatic sun.security.ssl.SignatureScheme.DSA_SHA1:Lsun/security/ssl/SignatureScheme;
            aastore
            dup
            iconst_2
         3: .line 826
            getstatic sun.security.ssl.SignatureScheme.ECDSA_SHA1:Lsun/security/ssl/SignatureScheme;
            aastore
         4: .line 824
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
         5: .line 823
            putstatic sun.security.ssl.SSLSessionImpl.defaultPeerSupportedSignAlgs:Ljava/util/ArrayList;
         6: .line 826
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 151
            aload 0 /* this */
            invokespecial javax.net.ssl.ExtendedSSLSession.<init>:()V
         1: .line 96
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         2: .line 105
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         3: .line 110
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
         4: .line 113
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         5: .line 116
            aload 0 /* this */
         6: .line 117
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
         7: .line 125
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         8: .line 137
            aload 0 /* this */
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         9: .line 143
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
        10: .line 1392
            aload 0 /* this */
        11: .line 1394
            ldc "jsse.SSLEngine.acceptLargeFragments"
            iconst_0
        12: .line 1393
            invokestatic sun.security.ssl.Utilities.getBooleanProperty:(Ljava/lang/String;Z)Z
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
        13: .line 152
            aload 0 /* this */
            getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        14: .line 153
            aload 0 /* this */
            getstatic sun.security.ssl.CipherSuite.C_NULL:Lsun/security/ssl/CipherSuite;
            putfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
        15: .line 154
            aload 0 /* this */
            new sun.security.ssl.SessionId
            dup
            iconst_0
            aconst_null
            invokespecial sun.security.ssl.SessionId.<init>:(ZLjava/security/SecureRandom;)V
            putfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
        16: .line 155
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
        17: .line 156
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.port:I
        18: .line 157
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
        19: .line 158
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
        20: .line 159
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
        21: .line 160
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
        22: .line 161
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.creationTime:J
        23: .line 162
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
        24: .line 163
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
        25: .line 164
            return
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lsun/security/ssl/SSLSessionImpl;

  void <init>(sun.security.ssl.HandshakeContext, sun.security.ssl.CipherSuite);
    descriptor: (Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/CipherSuite;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.HandshakeContext hc
        start local 2 // sun.security.ssl.CipherSuite cipherSuite
         0: .line 172
            aload 0 /* this */
            aload 1 /* hc */
            aload 2 /* cipherSuite */
         1: .line 173
            new sun.security.ssl.SessionId
            dup
            getstatic sun.security.ssl.SSLSessionImpl.defaultRejoinable:Z
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
            invokespecial sun.security.ssl.SessionId.<init>:(ZLjava/security/SecureRandom;)V
            invokespecial sun.security.ssl.SSLSessionImpl.<init>:(Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/CipherSuite;Lsun/security/ssl/SessionId;)V
         2: .line 174
            return
        end local 2 // sun.security.ssl.CipherSuite cipherSuite
        end local 1 // sun.security.ssl.HandshakeContext hc
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lsun/security/ssl/SSLSessionImpl;
            0    3     1           hc  Lsun/security/ssl/HandshakeContext;
            0    3     2  cipherSuite  Lsun/security/ssl/CipherSuite;
    MethodParameters:
             Name  Flags
      hc           
      cipherSuite  

  void <init>(sun.security.ssl.HandshakeContext, sun.security.ssl.CipherSuite, sun.security.ssl.SessionId);
    descriptor: (Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/CipherSuite;Lsun/security/ssl/SessionId;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.HandshakeContext hc
        start local 2 // sun.security.ssl.CipherSuite cipherSuite
        start local 3 // sun.security.ssl.SessionId id
         0: .line 180
            aload 0 /* this */
            aload 1 /* hc */
            aload 2 /* cipherSuite */
            aload 3 /* id */
            invokestatic java.lang.System.currentTimeMillis:()J
            invokespecial sun.security.ssl.SSLSessionImpl.<init>:(Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/CipherSuite;Lsun/security/ssl/SessionId;J)V
         1: .line 181
            return
        end local 3 // sun.security.ssl.SessionId id
        end local 2 // sun.security.ssl.CipherSuite cipherSuite
        end local 1 // sun.security.ssl.HandshakeContext hc
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1           hc  Lsun/security/ssl/HandshakeContext;
            0    2     2  cipherSuite  Lsun/security/ssl/CipherSuite;
            0    2     3           id  Lsun/security/ssl/SessionId;
    MethodParameters:
             Name  Flags
      hc           
      cipherSuite  
      id           

  void <init>(sun.security.ssl.HandshakeContext, sun.security.ssl.CipherSuite, sun.security.ssl.SessionId, long);
    descriptor: (Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/CipherSuite;Lsun/security/ssl/SessionId;J)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=5
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.HandshakeContext hc
        start local 2 // sun.security.ssl.CipherSuite cipherSuite
        start local 3 // sun.security.ssl.SessionId id
        start local 4 // long creationTime
         0: .line 191
            aload 0 /* this */
            invokespecial javax.net.ssl.ExtendedSSLSession.<init>:()V
         1: .line 96
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         2: .line 105
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         3: .line 110
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
         4: .line 113
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         5: .line 116
            aload 0 /* this */
         6: .line 117
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
         7: .line 125
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         8: .line 137
            aload 0 /* this */
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         9: .line 143
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
        10: .line 1392
            aload 0 /* this */
        11: .line 1394
            ldc "jsse.SSLEngine.acceptLargeFragments"
            iconst_0
        12: .line 1393
            invokestatic sun.security.ssl.Utilities.getBooleanProperty:(Ljava/lang/String;Z)Z
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
        13: .line 193
            aload 0 /* this */
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        14: .line 194
            aload 0 /* this */
            aload 2 /* cipherSuite */
            putfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
        15: .line 195
            aload 0 /* this */
            aload 3 /* id */
            putfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
        16: .line 196
            aload 0 /* this */
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
            invokeinterface sun.security.ssl.SSLTransport.getPeerHost:()Ljava/lang/String;
            putfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
        17: .line 197
            aload 0 /* this */
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.transport:Lsun/security/ssl/SSLTransport;
            invokeinterface sun.security.ssl.SSLTransport.getPeerPort:()I
            putfield sun.security.ssl.SSLSessionImpl.port:I
        18: .line 198
            aload 0 /* this */
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.localSupportedSignAlgs:Ljava/util/List;
            ifnonnull 20
        19: .line 199
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            goto 22
        20: .line 201
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext sun.security.ssl.CipherSuite sun.security.ssl.SessionId long
      StackMap stack: sun.security.ssl.SSLSessionImpl
            new java.util.ArrayList
            dup
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.localSupportedSignAlgs:Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
        21: .line 200
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
        22: .line 198
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext sun.security.ssl.CipherSuite sun.security.ssl.SessionId long
      StackMap stack: sun.security.ssl.SSLSessionImpl java.util.Collection
            putfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
        23: .line 202
            aload 0 /* this */
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.negotiatedServerName:Ljavax/net/ssl/SNIServerName;
            putfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
        24: .line 203
            aload 0 /* this */
        25: .line 204
            new java.util.ArrayList
            dup
            aload 1 /* hc */
            invokevirtual sun.security.ssl.HandshakeContext.getRequestedServerNames:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
        26: .line 203
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
        27: .line 205
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.isClientMode:Z
            ifeq 38
        28: .line 206
            aload 0 /* this */
        29: .line 207
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.handshakeExtensions:Ljava/util/Map;
        30: .line 208
            getstatic sun.security.ssl.SSLExtension.CH_EXTENDED_MASTER_SECRET:Lsun/security/ssl/SSLExtension;
        31: .line 207
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 35
        32: .line 209
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.handshakeExtensions:Ljava/util/Map;
        33: .line 210
            getstatic sun.security.ssl.SSLExtension.SH_EXTENDED_MASTER_SECRET:Lsun/security/ssl/SSLExtension;
        34: .line 209
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 35
            iconst_1
            goto 36
      StackMap locals:
      StackMap stack: sun.security.ssl.SSLSessionImpl
        35: iconst_0
        36: .line 206
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext sun.security.ssl.CipherSuite sun.security.ssl.SessionId long
      StackMap stack: sun.security.ssl.SSLSessionImpl int
            putfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
        37: .line 211
            goto 45
        38: .line 212
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        39: .line 213
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.handshakeExtensions:Ljava/util/Map;
        40: .line 214
            getstatic sun.security.ssl.SSLExtension.CH_EXTENDED_MASTER_SECRET:Lsun/security/ssl/SSLExtension;
        41: .line 213
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 43
        42: .line 215
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifne 43
            iconst_1
            goto 44
      StackMap locals:
      StackMap stack: sun.security.ssl.SSLSessionImpl
        43: iconst_0
        44: .line 212
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext sun.security.ssl.CipherSuite sun.security.ssl.SessionId long
      StackMap stack: sun.security.ssl.SSLSessionImpl int
            putfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
        45: .line 217
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 4 /* creationTime */
            putfield sun.security.ssl.SSLSessionImpl.creationTime:J
        46: .line 218
            aload 0 /* this */
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.identificationProtocol:Ljava/lang/String;
            putfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
        47: .line 219
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
        48: .line 221
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 50
            ldc "session"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 50
        49: .line 222
            new java.lang.StringBuilder
            dup
            ldc "Session initialized:  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
        50: .line 224
      StackMap locals:
      StackMap stack:
            return
        end local 4 // long creationTime
        end local 3 // sun.security.ssl.SessionId id
        end local 2 // sun.security.ssl.CipherSuite cipherSuite
        end local 1 // sun.security.ssl.HandshakeContext hc
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   51     0          this  Lsun/security/ssl/SSLSessionImpl;
            0   51     1            hc  Lsun/security/ssl/HandshakeContext;
            0   51     2   cipherSuite  Lsun/security/ssl/CipherSuite;
            0   51     3            id  Lsun/security/ssl/SessionId;
            0   51     4  creationTime  J
    MethodParameters:
              Name  Flags
      hc            
      cipherSuite   
      id            
      creationTime  

  void <init>(sun.security.ssl.SSLSessionImpl, sun.security.ssl.SessionId);
    descriptor: (Lsun/security/ssl/SSLSessionImpl;Lsun/security/ssl/SessionId;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.SSLSessionImpl baseSession
        start local 2 // sun.security.ssl.SessionId newId
         0: .line 226
            aload 0 /* this */
            invokespecial javax.net.ssl.ExtendedSSLSession.<init>:()V
         1: .line 96
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         2: .line 105
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         3: .line 110
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
         4: .line 113
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         5: .line 116
            aload 0 /* this */
         6: .line 117
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
         7: .line 125
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         8: .line 137
            aload 0 /* this */
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         9: .line 143
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
        10: .line 1392
            aload 0 /* this */
        11: .line 1394
            ldc "jsse.SSLEngine.acceptLargeFragments"
            iconst_0
        12: .line 1393
            invokestatic sun.security.ssl.Utilities.getBooleanProperty:(Ljava/lang/String;Z)Z
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
        13: .line 227
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getProtocolVersion:()Lsun/security/ssl/ProtocolVersion;
            putfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        14: .line 228
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
            putfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
        15: .line 229
            aload 0 /* this */
            aload 2 /* newId */
            putfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
        16: .line 230
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getPeerHost:()Ljava/lang/String;
            putfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
        17: .line 231
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getPeerPort:()I
            putfield sun.security.ssl.SSLSessionImpl.port:I
        18: .line 232
            aload 0 /* this */
        19: .line 233
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
            ifnonnull 21
        20: .line 234
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            goto 22
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.SSLSessionImpl sun.security.ssl.SessionId
      StackMap stack: sun.security.ssl.SSLSessionImpl
        21: aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
        22: .line 232
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.SSLSessionImpl sun.security.ssl.SessionId
      StackMap stack: sun.security.ssl.SSLSessionImpl java.util.Collection
            putfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
        23: .line 235
            aload 0 /* this */
        24: .line 236
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
            ifnonnull 26
        25: .line 237
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            goto 27
      StackMap locals:
      StackMap stack: sun.security.ssl.SSLSessionImpl
        26: aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
        27: .line 235
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.SSLSessionImpl sun.security.ssl.SessionId
      StackMap stack: sun.security.ssl.SSLSessionImpl java.util.Collection
            putfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
        28: .line 238
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
            putfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
        29: .line 239
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getRequestedServerNames:()Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
        30: .line 240
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            putfield sun.security.ssl.SSLSessionImpl.masterSecret:Ljavax/crypto/SecretKey;
        31: .line 241
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
            putfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
        32: .line 242
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getCreationTime:()J
            putfield sun.security.ssl.SSLSessionImpl.creationTime:J
        33: .line 243
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
        34: .line 244
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getIdentificationProtocol:()Ljava/lang/String;
            putfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
        35: .line 245
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            putfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
        36: .line 246
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            putfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
        37: .line 247
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
        38: .line 248
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.resumptionMasterSecret:Ljavax/crypto/SecretKey;
            putfield sun.security.ssl.SSLSessionImpl.resumptionMasterSecret:Ljavax/crypto/SecretKey;
        39: .line 249
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
            putfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
        40: .line 250
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
        41: .line 251
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            putfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
        42: .line 252
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            putfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
        43: .line 254
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 45
            ldc "session"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 45
        44: .line 255
            new java.lang.StringBuilder
            dup
            ldc "Session initialized:  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
        45: .line 257
      StackMap locals:
      StackMap stack:
            return
        end local 2 // sun.security.ssl.SessionId newId
        end local 1 // sun.security.ssl.SSLSessionImpl baseSession
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   46     0         this  Lsun/security/ssl/SSLSessionImpl;
            0   46     1  baseSession  Lsun/security/ssl/SSLSessionImpl;
            0   46     2        newId  Lsun/security/ssl/SessionId;
    MethodParameters:
             Name  Flags
      baseSession  
      newId        

  void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
    descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.HandshakeContext hc
        start local 2 // java.nio.ByteBuffer buf
         0: .line 312
            aload 0 /* this */
            invokespecial javax.net.ssl.ExtendedSSLSession.<init>:()V
         1: .line 96
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         2: .line 105
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         3: .line 110
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
         4: .line 113
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         5: .line 116
            aload 0 /* this */
         6: .line 117
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
         7: .line 125
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         8: .line 137
            aload 0 /* this */
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         9: .line 143
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantLock.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
        10: .line 1392
            aload 0 /* this */
        11: .line 1394
            ldc "jsse.SSLEngine.acceptLargeFragments"
            iconst_0
        12: .line 1393
            invokestatic sun.security.ssl.Utilities.getBooleanProperty:(Ljava/lang/String;Z)Z
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
        13: .line 313
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        14: .line 316
            aload 0 /* this */
            new java.util.concurrent.ConcurrentHashMap
            dup
            invokespecial java.util.concurrent.ConcurrentHashMap.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
        15: .line 317
            aload 0 /* this */
        16: .line 318
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            invokestatic sun.security.ssl.ProtocolVersion.valueOf:(I)Lsun/security/ssl/ProtocolVersion;
        17: .line 317
            putfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        18: .line 320
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 21
        19: .line 321
            aload 0 /* this */
            new sun.security.ssl.SessionId
            dup
            iconst_0
            aconst_null
            invokespecial sun.security.ssl.SessionId.<init>:(ZLjava/security/SecureRandom;)V
            putfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
        20: .line 322
            goto 24
        21: .line 324
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int
      StackMap stack:
            aload 0 /* this */
            new sun.security.ssl.SessionId
            dup
            iconst_1
        22: .line 325
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
            invokespecial sun.security.ssl.SessionId.<init>:(ZLjava/security/SecureRandom;)V
        23: .line 324
            putfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
        24: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        25: .line 329
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            invokestatic sun.security.ssl.CipherSuite.valueOf:(I)Lsun/security/ssl/CipherSuite;
        26: .line 328
            putfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
        27: .line 332
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* list */
        start local 5 // java.util.ArrayList list
        28: .line 333
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            istore 3 /* i */
        29: .line 334
            goto 33
        30: .line 335
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int top java.util.ArrayList
      StackMap stack:
            aload 5 /* list */
        31: .line 336
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
        32: .line 335
            invokestatic sun.security.ssl.SignatureScheme.valueOf:(I)Lsun/security/ssl/SignatureScheme;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        33: .line 334
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iinc 3 /* i */ -1
            ifgt 30
        34: .line 338
            aload 0 /* this */
            aload 5 /* list */
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            putfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
        35: .line 341
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            istore 3 /* i */
        36: .line 342
            aload 5 /* list */
            invokevirtual java.util.ArrayList.clear:()V
        37: .line 343
            goto 41
        38: .line 344
      StackMap locals:
      StackMap stack:
            aload 5 /* list */
        39: .line 345
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
        40: .line 344
            invokestatic sun.security.ssl.SignatureScheme.valueOf:(I)Lsun/security/ssl/SignatureScheme;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        41: .line 343
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iinc 3 /* i */ -1
            ifgt 38
        42: .line 347
            aload 0 /* this */
            aload 5 /* list */
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
            putfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
        43: .line 350
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 3 /* i */
        44: .line 351
            iload 3 /* i */
            ifle 52
        45: .line 352
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        46: .line 354
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        47: .line 356
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 3 /* i */
        48: .line 358
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        49: .line 359
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        50: .line 360
            aload 0 /* this */
            new javax.crypto.spec.SecretKeySpec
            dup
            aload 4 /* b */
            ldc "TlsMasterSecret"
            invokespecial javax.crypto.spec.SecretKeySpec.<init>:([BLjava/lang/String;)V
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
        51: .line 361
            goto 53
        end local 4 // byte[] b
        52: .line 362
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
        53: .line 366
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
        54: .line 367
            iload 3 /* i */
            ifle 59
        55: .line 368
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        56: .line 369
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        57: .line 370
            aload 0 /* this */
            aload 4 /* b */
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
        58: .line 371
            goto 60
        end local 4 // byte[] b
        59: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
        60: .line 376
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
        61: .line 377
            iload 3 /* i */
            ifle 69
        62: .line 378
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        63: .line 380
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        64: .line 382
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 3 /* i */
        65: .line 384
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        66: .line 385
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        67: .line 386
            aload 0 /* this */
            new javax.crypto.spec.SecretKeySpec
            dup
            aload 4 /* b */
            ldc "TlsMasterSecret"
            invokespecial javax.crypto.spec.SecretKeySpec.<init>:([BLjava/lang/String;)V
            putfield sun.security.ssl.SSLSessionImpl.masterSecret:Ljavax/crypto/SecretKey;
        68: .line 387
            goto 70
        end local 4 // byte[] b
        69: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.masterSecret:Ljavax/crypto/SecretKey;
        70: .line 391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            ifeq 71
            iconst_1
            goto 72
      StackMap locals:
      StackMap stack: sun.security.ssl.SSLSessionImpl
        71: iconst_0
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int top java.util.ArrayList
      StackMap stack: sun.security.ssl.SSLSessionImpl int
        72: putfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
        73: .line 394
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
        74: .line 395
            iload 3 /* i */
            ifne 77
        75: .line 396
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
        76: .line 397
            goto 81
        77: .line 398
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        78: .line 399
            aload 0 /* this */
        79: .line 400
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.asCharBuffer:()Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.toString:()Ljava/lang/String;
        80: .line 399
            putfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
        end local 4 // byte[] b
        81: .line 404
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
        82: .line 405
            iload 3 /* i */
            ifne 85
        83: .line 406
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
        84: .line 407
            goto 88
        85: .line 408
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        86: .line 409
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            aload 4 /* b */
            arraylength
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        87: .line 410
            aload 0 /* this */
            new javax.net.ssl.SNIHostName
            dup
            aload 4 /* b */
            invokespecial javax.net.ssl.SNIHostName.<init>:([B)V
            putfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
        end local 4 // byte[] b
        88: .line 414
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 6 /* len */
        start local 6 // int len
        89: .line 415
            iload 6 /* len */
            ifne 92
        90: .line 416
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
        91: .line 417
            goto 100
        92: .line 418
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
        93: .line 419
            goto 99
        94: .line 420
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 7 /* l */
        start local 7 // int l
        95: .line 421
            iload 7 /* l */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        96: .line 422
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 7 /* l */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        97: .line 423
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
            new javax.net.ssl.SNIHostName
            dup
            new java.lang.String
            dup
            aload 4 /* b */
            invokespecial java.lang.String.<init>:([B)V
            invokespecial javax.net.ssl.SNIHostName.<init>:(Ljava/lang/String;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        98: .line 424
            iinc 6 /* len */ -1
        end local 7 // int l
        end local 4 // byte[] b
        99: .line 419
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            ifgt 94
       100: .line 428
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            putfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
       101: .line 429
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
       102: .line 432
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getLong:()J
            putfield sun.security.ssl.SSLSessionImpl.creationTime:J
       103: .line 437
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 6 /* len */
       104: .line 438
            iload 6 /* len */
            ifne 107
       105: .line 439
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
       106: .line 440
            goto 112
       107: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
       108: .line 443
            goto 112
       109: .line 444
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       110: .line 445
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       111: .line 446
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
            aload 4 /* b */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // byte[] b
       112: .line 443
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iinc 6 /* len */ -1
            ifgt 109
       113: .line 450
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            istore 3 /* i */
       114: .line 451
            iload 3 /* i */
            ifne 117
       115: .line 452
            aload 0 /* this */
            new java.lang.String
            dup
            invokespecial java.lang.String.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
       116: .line 453
            goto 119
       117: .line 454
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       118: .line 455
            aload 0 /* this */
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.toString:()Ljava/lang/String;
            putfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
        end local 4 // byte[] b
       119: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            putfield sun.security.ssl.SSLSessionImpl.port:I
       120: .line 460
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
       121: .line 461
            iload 3 /* i */
            ifne 124
       122: .line 462
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
       123: .line 463
            goto 135
       124: .line 464
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            anewarray java.security.cert.X509Certificate
            putfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
       125: .line 465
            iconst_0
            istore 7 /* j */
        start local 7 // int j
       126: .line 466
            goto 134
       127: .line 467
      StackMap locals: int
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       128: .line 468
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       129: .line 470
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            iload 7 /* j */
            new sun.security.x509.X509CertImpl
            dup
            aload 4 /* b */
            invokespecial sun.security.x509.X509CertImpl.<init>:([B)V
            aastore
       130: .line 471
            goto 133
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int byte[] java.util.ArrayList int int
      StackMap stack: java.lang.Exception
       131: astore 8 /* e */
        start local 8 // java.lang.Exception e
       132: .line 472
            new java.io.IOException
            dup
            aload 8 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 8 // java.lang.Exception e
       133: .line 474
      StackMap locals:
      StackMap stack:
            iinc 7 /* j */ 1
        end local 4 // byte[] b
       134: .line 466
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int top java.util.ArrayList int int
      StackMap stack:
            iload 3 /* i */
            iload 7 /* j */
            if_icmpgt 127
        end local 7 // int j
       135: .line 479
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            tableswitch { // 0 - 2
                    0: 136
                    1: 137
                    2: 150
              default: 160
          }
       136: .line 481
      StackMap locals:
      StackMap stack:
            goto 161
       137: .line 484
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 6 /* len */
       138: .line 485
            aload 0 /* this */
            iload 6 /* len */
            anewarray java.security.cert.X509Certificate
            putfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
       139: .line 486
            iconst_0
            istore 3 /* i */
       140: .line 487
            goto 148
       141: .line 488
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       142: .line 489
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       143: .line 491
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            iload 3 /* i */
            new sun.security.x509.X509CertImpl
            dup
            aload 4 /* b */
            invokespecial sun.security.x509.X509CertImpl.<init>:([B)V
            aastore
       144: .line 492
            goto 147
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int byte[] java.util.ArrayList int
      StackMap stack: java.lang.Exception
       145: astore 7 /* e */
        start local 7 // java.lang.Exception e
       146: .line 493
            new java.io.IOException
            dup
            aload 7 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 7 // java.lang.Exception e
       147: .line 495
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 4 // byte[] b
       148: .line 487
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int top java.util.ArrayList int
      StackMap stack:
            iload 6 /* len */
            iload 3 /* i */
            if_icmpgt 141
       149: .line 497
            goto 161
       150: .line 501
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
       151: .line 502
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       152: .line 503
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.asCharBuffer:()Ljava/nio/CharBuffer;
            invokevirtual java.nio.CharBuffer.toString:()Ljava/lang/String;
            astore 7 /* alg */
        start local 7 // java.lang.String alg
       153: .line 505
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 3 /* i */
       154: .line 507
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
       155: .line 508
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       156: .line 509
            aload 0 /* this */
            new javax.crypto.spec.SecretKeySpec
            dup
            aload 4 /* b */
            aload 7 /* alg */
            invokespecial javax.crypto.spec.SecretKeySpec.<init>:([BLjava/lang/String;)V
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
       157: .line 511
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            newarray 8
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
       158: .line 512
            aload 2 /* buf */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       159: .line 513
            goto 161
        end local 7 // java.lang.String alg
        end local 4 // byte[] b
       160: .line 515
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLException
            dup
            ldc "Failed local certs of session."
            invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
            athrow
       161: .line 518
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       162: .line 519
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.engineGetServerSessionContext:()Ljavax/net/ssl/SSLSessionContext;
       163: .line 518
            checkcast sun.security.ssl.SSLSessionContextImpl
            putfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
       164: .line 520
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
       165: .line 521
            return
        end local 6 // int len
        end local 5 // java.util.ArrayList list
        end local 3 // int i
        end local 2 // java.nio.ByteBuffer buf
        end local 1 // sun.security.ssl.HandshakeContext hc
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0  166     0  this  Lsun/security/ssl/SSLSessionImpl;
            0  166     1    hc  Lsun/security/ssl/HandshakeContext;
            0  166     2   buf  Ljava/nio/ByteBuffer;
           14  166     3     i  I
           46   52     4     b  [B
           56   59     4     b  [B
           63   69     4     b  [B
           78   81     4     b  [B
           86   88     4     b  [B
           96   99     4     b  [B
          110  112     4     b  [B
          118  119     4     b  [B
          128  134     4     b  [B
          142  148     4     b  [B
          152  160     4     b  [B
           28  166     5  list  Ljava/util/ArrayList<Lsun/security/ssl/SignatureScheme;>;
           89  166     6   len  I
           95   99     7     l  I
          126  135     7     j  I
          132  133     8     e  Ljava/lang/Exception;
          146  147     7     e  Ljava/lang/Exception;
          153  160     7   alg  Ljava/lang/String;
      Exception table:
        from    to  target  type
         129   130     131  Class java.lang.Exception
         143   144     145  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      hc    
      buf   

  boolean isStatelessable(sun.security.ssl.HandshakeContext);
    descriptor: (Lsun/security/ssl/HandshakeContext;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.HandshakeContext hc
         0: .line 526
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.statelessResumption:Z
            ifne 2
         1: .line 527
            iconst_0
            ireturn
         2: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifne 7
         3: .line 532
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            ifnonnull 7
         4: .line 533
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 6
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 534
            ldc "No MasterSecret, cannot make stateless ticket"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 537
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         7: .line 539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            ifnull 11
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            invokevirtual java.util.concurrent.ConcurrentHashMap.size:()I
            ifle 11
         8: .line 540
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 10
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 541
            ldc "There are boundValues, cannot make stateless ticket"
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 544
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        11: .line 546
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // sun.security.ssl.HandshakeContext hc
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/security/ssl/SSLSessionImpl;
            0   12     1    hc  Lsun/security/ssl/HandshakeContext;
    MethodParameters:
      Name  Flags
      hc    

  byte[] write();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 554
            new sun.security.ssl.HandshakeOutStream
            dup
            aconst_null
            invokespecial sun.security.ssl.HandshakeOutStream.<init>:(Lsun/security/ssl/OutputRecord;)V
            astore 2 /* hos */
        start local 2 // sun.security.ssl.HandshakeOutStream hos
         1: .line 556
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.id:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
         2: .line 557
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.id:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
         3: .line 560
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         4: .line 561
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 7
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream top java.util.Iterator
      StackMap stack:
         5: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.SignatureScheme
            astore 3 /* s */
        start local 3 // sun.security.ssl.SignatureScheme s
         6: .line 562
            aload 2 /* hos */
            aload 3 /* s */
            getfield sun.security.ssl.SignatureScheme.id:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        end local 3 // sun.security.ssl.SignatureScheme s
         7: .line 561
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 566
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
            invokeinterface java.util.Collection.size:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
         9: .line 567
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.SignatureScheme
            astore 3 /* s */
        start local 3 // sun.security.ssl.SignatureScheme s
        11: .line 568
            aload 2 /* hos */
            aload 3 /* s */
            getfield sun.security.ssl.SignatureScheme.id:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        end local 3 // sun.security.ssl.SignatureScheme s
        12: .line 567
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        13: .line 572
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            ifnull 15
        14: .line 573
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            ifnonnull 17
        15: .line 574
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream
      StackMap stack:
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        16: .line 575
            goto 23
        17: .line 576
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        18: .line 577
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifeq 20
        19: .line 578
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([B)V
        20: .line 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        21: .line 581
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        22: .line 582
            aload 2 /* hos */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
        end local 1 // byte[] b
        23: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            ifnonnull 26
        24: .line 587
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        25: .line 588
            goto 28
        26: .line 589
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        27: .line 590
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            iconst_0
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
        28: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            ifnull 30
        29: .line 595
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            ifnonnull 32
        30: .line 596
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        31: .line 597
            goto 38
        32: .line 598
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        33: .line 599
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifeq 35
        34: .line 600
            aload 2 /* hos */
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([B)V
        35: .line 602
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        36: .line 603
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        37: .line 604
            aload 2 /* hos */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
        end local 1 // byte[] b
        38: .line 607
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
            ifeq 39
            iconst_1
            goto 40
      StackMap locals:
      StackMap stack: sun.security.ssl.HandshakeOutStream
        39: iconst_0
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream
      StackMap stack: sun.security.ssl.HandshakeOutStream int
        40: invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        41: .line 610
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
            ifnonnull 44
        42: .line 611
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        43: .line 612
            goto 48
        44: .line 613
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        45: .line 614
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            iconst_0
        46: .line 615
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
        47: .line 614
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
        48: .line 619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
            ifnonnull 51
        49: .line 620
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        50: .line 621
            goto 54
        51: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
            invokevirtual javax.net.ssl.SNIServerName.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        52: .line 623
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        53: .line 624
            aload 2 /* hos */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
        end local 1 // byte[] b
        54: .line 628
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        55: .line 629
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 62
        56: .line 630
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 61
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream top java.util.Iterator
      StackMap stack:
        57: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast javax.net.ssl.SNIServerName
            astore 3 /* host */
        start local 3 // javax.net.ssl.SNIServerName host
        58: .line 631
            aload 3 /* host */
            invokevirtual javax.net.ssl.SNIServerName.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        59: .line 632
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        60: .line 633
            aload 2 /* hos */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
        end local 3 // javax.net.ssl.SNIServerName host
        end local 1 // byte[] b
        61: .line 630
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 57
        62: .line 638
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
        63: .line 639
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
        64: .line 642
            bipush 8
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 3 /* buffer */
        start local 3 // java.nio.ByteBuffer buffer
        65: .line 643
            aload 2 /* hos */
            aload 3 /* buffer */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.creationTime:J
            invokevirtual java.nio.ByteBuffer.putLong:(J)Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            invokevirtual sun.security.ssl.HandshakeOutStream.writeBytes:([B)V
        66: .line 646
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getStatusResponses:()Ljava/util/List;
            astore 4 /* list */
        start local 4 // java.util.List list
        67: .line 647
            aload 4 /* list */
            invokeinterface java.util.List.size:()I
            istore 5 /* l */
        start local 5 // int l
        68: .line 648
            aload 2 /* hos */
            iload 5 /* l */
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        69: .line 649
            aload 4 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 73
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream java.nio.ByteBuffer java.util.List int top java.util.Iterator
      StackMap stack:
        70: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast byte[]
            astore 6 /* e */
        start local 6 // byte[] e
        71: .line 650
            aload 2 /* hos */
            aload 6 /* e */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        72: .line 651
            aload 2 /* hos */
            aload 6 /* e */
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([B)V
        end local 6 // byte[] e
        73: .line 649
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 70
        74: .line 655
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
            ifnull 75
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifne 77
        75: .line 656
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream java.nio.ByteBuffer java.util.List int
      StackMap stack:
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        76: .line 657
            goto 79
        77: .line 658
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        78: .line 659
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual sun.security.ssl.HandshakeOutStream.writeBytes:([B)V
        79: .line 661
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.port:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        80: .line 664
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnull 81
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            arraylength
            ifne 83
        81: .line 665
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        82: .line 666
            goto 91
        83: .line 667
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        84: .line 668
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 90
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream java.nio.ByteBuffer java.util.List int top int int java.security.cert.X509Certificate[]
      StackMap stack:
        85: aload 9
            iload 7
            aaload
            astore 6 /* c */
        start local 6 // java.security.cert.X509Certificate c
        86: .line 669
            aload 6 /* c */
            invokevirtual java.security.cert.X509Certificate.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        87: .line 670
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
        88: .line 671
            aload 2 /* hos */
            aload 1 /* b */
            invokevirtual sun.security.ssl.HandshakeOutStream.writeBytes:([B)V
        end local 6 // java.security.cert.X509Certificate c
        end local 1 // byte[] b
        89: .line 668
            iinc 7 1
      StackMap locals:
      StackMap stack:
        90: iload 7
            iload 8
            if_icmplt 85
        91: .line 676
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream java.nio.ByteBuffer java.util.List int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            ifnull 102
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            arraylength
            ifle 102
        92: .line 678
            aload 2 /* hos */
            iconst_1
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        93: .line 679
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        94: .line 680
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 100
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream java.nio.ByteBuffer java.util.List int top int int java.security.cert.X509Certificate[]
      StackMap stack:
        95: aload 9
            iload 7
            aaload
            astore 6 /* c */
        start local 6 // java.security.cert.X509Certificate c
        96: .line 681
            aload 6 /* c */
            invokevirtual java.security.cert.X509Certificate.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        97: .line 682
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
        98: .line 683
            aload 2 /* hos */
            aload 1 /* b */
            invokevirtual sun.security.ssl.HandshakeOutStream.writeBytes:([B)V
        end local 6 // java.security.cert.X509Certificate c
        end local 1 // byte[] b
        99: .line 680
            iinc 7 1
      StackMap locals:
      StackMap stack:
       100: iload 7
            iload 8
            if_icmplt 95
       101: .line 685
            goto 113
      StackMap locals: sun.security.ssl.SSLSessionImpl top sun.security.ssl.HandshakeOutStream java.nio.ByteBuffer java.util.List int
      StackMap stack:
       102: aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            ifnull 112
       103: .line 687
            aload 2 /* hos */
            iconst_2
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
       104: .line 688
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
       105: .line 689
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.String.getBytes:()[B
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([B)V
       106: .line 690
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
       107: .line 691
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
       108: .line 692
            aload 2 /* hos */
            aload 1 /* b */
            invokevirtual sun.security.ssl.HandshakeOutStream.writeBytes:([B)V
       109: .line 693
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
       110: .line 694
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            invokevirtual sun.security.ssl.HandshakeOutStream.writeBytes:([B)V
       111: .line 695
            goto 113
        end local 1 // byte[] b
       112: .line 697
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
       113: .line 700
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            invokevirtual sun.security.ssl.HandshakeOutStream.toByteArray:()[B
            areturn
        end local 5 // int l
        end local 4 // java.util.List list
        end local 3 // java.nio.ByteBuffer buffer
        end local 2 // sun.security.ssl.HandshakeOutStream hos
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0  114     0    this  Lsun/security/ssl/SSLSessionImpl;
           21   23     1       b  [B
           36   38     1       b  [B
           52   54     1       b  [B
           59   61     1       b  [B
           87   89     1       b  [B
           97   99     1       b  [B
          107  112     1       b  [B
            1  114     2     hos  Lsun/security/ssl/HandshakeOutStream;
            6    7     3       s  Lsun/security/ssl/SignatureScheme;
           11   12     3       s  Lsun/security/ssl/SignatureScheme;
           58   61     3    host  Ljavax/net/ssl/SNIServerName;
           65  114     3  buffer  Ljava/nio/ByteBuffer;
           67  114     4    list  Ljava/util/List<[B>;
           68  114     5       l  I
           71   73     6       e  [B
           86   89     6       c  Ljava/security/cert/X509Certificate;
           96   99     6       c  Ljava/security/cert/X509Certificate;
    Exceptions:
      throws java.lang.Exception

  void setMasterSecret(javax.crypto.SecretKey);
    descriptor: (Ljavax/crypto/SecretKey;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // javax.crypto.SecretKey secret
         0: .line 704
            aload 0 /* this */
            aload 1 /* secret */
            putfield sun.security.ssl.SSLSessionImpl.masterSecret:Ljavax/crypto/SecretKey;
         1: .line 705
            return
        end local 1 // javax.crypto.SecretKey secret
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  secret  Ljavax/crypto/SecretKey;
    MethodParameters:
        Name  Flags
      secret  

  void setResumptionMasterSecret(javax.crypto.SecretKey);
    descriptor: (Ljavax/crypto/SecretKey;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // javax.crypto.SecretKey secret
         0: .line 708
            aload 0 /* this */
            aload 1 /* secret */
            putfield sun.security.ssl.SSLSessionImpl.resumptionMasterSecret:Ljavax/crypto/SecretKey;
         1: .line 709
            return
        end local 1 // javax.crypto.SecretKey secret
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  secret  Ljavax/crypto/SecretKey;
    MethodParameters:
        Name  Flags
      secret  

  void setPreSharedKey(javax.crypto.SecretKey);
    descriptor: (Ljavax/crypto/SecretKey;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // javax.crypto.SecretKey key
         0: .line 712
            aload 0 /* this */
            aload 1 /* key */
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
         1: .line 713
            return
        end local 1 // javax.crypto.SecretKey key
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1   key  Ljavax/crypto/SecretKey;
    MethodParameters:
      Name  Flags
      key   

  void addChild(sun.security.ssl.SSLSessionImpl);
    descriptor: (Lsun/security/ssl/SSLSessionImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.SSLSessionImpl session
         0: .line 716
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
            aload 1 /* session */
            invokeinterface java.util.Queue.add:(Ljava/lang/Object;)Z
            pop
         1: .line 717
            return
        end local 1 // sun.security.ssl.SSLSessionImpl session
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  session  Lsun/security/ssl/SSLSessionImpl;
    MethodParameters:
         Name  Flags
      session  

  void setTicketAgeAdd(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // int ticketAgeAdd
         0: .line 720
            aload 0 /* this */
            iload 1 /* ticketAgeAdd */
            putfield sun.security.ssl.SSLSessionImpl.ticketAgeAdd:I
         1: .line 721
            return
        end local 1 // int ticketAgeAdd
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  ticketAgeAdd  I
    MethodParameters:
              Name  Flags
      ticketAgeAdd  

  void setPskIdentity(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // byte[] pskIdentity
         0: .line 724
            aload 0 /* this */
            aload 1 /* pskIdentity */
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
         1: .line 725
            return
        end local 1 // byte[] pskIdentity
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  pskIdentity  [B
    MethodParameters:
             Name  Flags
      pskIdentity  

  java.math.BigInteger incrTicketNonceCounter();
    descriptor: ()Ljava/math/BigInteger;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 728
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
            astore 1 /* result */
        start local 1 // java.math.BigInteger result
         1: .line 729
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.add:(Ljava/math/BigInteger;)Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         2: .line 730
            aload 1 /* result */
            areturn
        end local 1 // java.math.BigInteger result
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/security/ssl/SSLSessionImpl;
            1    3     1  result  Ljava/math/BigInteger;

  boolean isPSKable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 734
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
            getstatic java.math.BigInteger.ZERO:Ljava/math/BigInteger;
            invokevirtual java.math.BigInteger.compareTo:(Ljava/math/BigInteger;)I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/SSLSessionImpl;

  javax.crypto.SecretKey getMasterSecret();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 741
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.masterSecret:Ljavax/crypto/SecretKey;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  javax.crypto.SecretKey getResumptionMasterSecret();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 745
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.resumptionMasterSecret:Ljavax/crypto/SecretKey;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  javax.crypto.SecretKey getPreSharedKey();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 749
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 751
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            astore 2
         2: .line 753
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 751
            aload 2
            areturn
         4: .line 752
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 753
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 754
            aload 1
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     2       4  any

  javax.crypto.SecretKey consumePreSharedKey();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 758
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 760
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            astore 2
         2: .line 762
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
         3: .line 763
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         4: .line 760
            aload 2
            areturn
         5: .line 761
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 762
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
         7: .line 763
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         8: .line 764
            aload 1
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     2       5  any

  int getTicketAgeAdd();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 768
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.ticketAgeAdd:I
            ireturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  java.lang.String getIdentificationProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 772
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  byte[] consumePskIdentity();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 780
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 782
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            astore 2
         2: .line 784
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
         3: .line 785
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         4: .line 782
            aload 2
            areturn
         5: .line 783
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 784
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
         7: .line 785
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         8: .line 786
            aload 1
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     2       5  any

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

  void setPeerCertificates(java.security.cert.X509Certificate[]);
    descriptor: ([Ljava/security/cert/X509Certificate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.security.cert.X509Certificate[] peer
         0: .line 794
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 2
         1: .line 795
            aload 0 /* this */
            aload 1 /* peer */
            putfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
         2: .line 797
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.cert.X509Certificate[] peer
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;
            0    3     1  peer  [Ljava/security/cert/X509Certificate;
    MethodParameters:
      Name  Flags
      peer  

  void setLocalCertificates(java.security.cert.X509Certificate[]);
    descriptor: ([Ljava/security/cert/X509Certificate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.security.cert.X509Certificate[] local
         0: .line 800
            aload 0 /* this */
            aload 1 /* local */
            putfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
         1: .line 801
            return
        end local 1 // java.security.cert.X509Certificate[] local
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  local  [Ljava/security/cert/X509Certificate;
    MethodParameters:
       Name  Flags
      local  

  void setLocalPrivateKey(java.security.PrivateKey);
    descriptor: (Ljava/security/PrivateKey;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.security.PrivateKey privateKey
         0: .line 804
            aload 0 /* this */
            aload 1 /* privateKey */
            putfield sun.security.ssl.SSLSessionImpl.localPrivateKey:Ljava/security/PrivateKey;
         1: .line 805
            return
        end local 1 // java.security.PrivateKey privateKey
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  privateKey  Ljava/security/PrivateKey;
    MethodParameters:
            Name  Flags
      privateKey  

  void setPeerSupportedSignatureAlgorithms(java.util.Collection<sun.security.ssl.SignatureScheme>);
    descriptor: (Ljava/util/Collection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.util.Collection signatureSchemes
         0: .line 809
            aload 0 /* this */
            aload 1 /* signatureSchemes */
            putfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
         1: .line 810
            return
        end local 1 // java.util.Collection signatureSchemes
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  signatureSchemes  Ljava/util/Collection<Lsun/security/ssl/SignatureScheme;>;
    Signature: (Ljava/util/Collection<Lsun/security/ssl/SignatureScheme;>;)V
    MethodParameters:
                  Name  Flags
      signatureSchemes  

  void setUseDefaultPeerSignAlgs();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 829
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         1: .line 830
            aload 0 /* this */
            getstatic sun.security.ssl.SSLSessionImpl.defaultPeerSupportedSignAlgs:Ljava/util/ArrayList;
            putfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
         2: .line 831
            return
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;

  sun.security.ssl.SSLSessionImpl finish();
    descriptor: ()Lsun/security/ssl/SSLSessionImpl;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 835
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
            ifeq 2
         1: .line 836
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
         2: .line 839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;

  void setStatusResponses(java.util.List<byte[]>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.util.List responses
         0: .line 848
            aload 1 /* responses */
            ifnull 3
            aload 1 /* responses */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 3
         1: .line 849
            aload 0 /* this */
            aload 1 /* responses */
            putfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
         2: .line 850
            goto 4
         3: .line 851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
         4: .line 853
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.List responses
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lsun/security/ssl/SSLSessionImpl;
            0    5     1  responses  Ljava/util/List<[B>;
    Signature: (Ljava/util/List<[B>;)V
    MethodParameters:
           Name  Flags
      responses  

  boolean isRejoinable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 864
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 3
         1: .line 865
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.invalidated:Z
            ifne 2
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.isLocalAuthenticationValid:()Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 867
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
            ifnull 6
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
            invokevirtual sun.security.ssl.SessionId.length:()I
            ifeq 6
         4: .line 868
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.invalidated:Z
            ifne 6
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.isLocalAuthenticationValid:()Z
            ifeq 6
         5: .line 867
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/SSLSessionImpl;

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 873
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 875
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.isRejoinable:()Z
            istore 2
         2: .line 877
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 875
            iload 2
            ireturn
         4: .line 876
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 877
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 878
            aload 1
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     2       4  any

  private boolean isLocalAuthenticationValid();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 886
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localPrivateKey:Ljava/security/PrivateKey;
            ifnull 6
         1: .line 891
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localPrivateKey:Ljava/security/PrivateKey;
            invokeinterface java.security.PrivateKey.getAlgorithm:()Ljava/lang/String;
            pop
         2: .line 892
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: pop
         4: .line 893
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.invalidate:()V
         5: .line 894
            iconst_0
            ireturn
         6: .line 898
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Exception

  public byte[] getId();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 907
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
            invokevirtual sun.security.ssl.SessionId.getId:()[B
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  public javax.net.ssl.SSLSessionContext getSessionContext();
    descriptor: ()Ljavax/net/ssl/SSLSessionContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 928
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            dup
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: ifnull 3
         2: .line 929
            aload 1 /* sm */
            new javax.net.ssl.SSLPermission
            dup
            ldc "getSSLSessionContext"
            invokespecial javax.net.ssl.SSLPermission.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
         3: .line 932
      StackMap locals: java.lang.SecurityManager
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
            areturn
        end local 1 // java.lang.SecurityManager sm
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/SSLSessionImpl;
            1    4     1    sm  Ljava/lang/SecurityManager;

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

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

  void setSuite(sun.security.ssl.CipherSuite);
    descriptor: (Lsun/security/ssl/CipherSuite;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.CipherSuite suite
         0: .line 952
            aload 0 /* this */
            aload 1 /* suite */
            putfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
         1: .line 954
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 3
            ldc "session"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 955
            new java.lang.StringBuilder
            dup
            ldc "Negotiating session:  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 957
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.ssl.CipherSuite suite
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lsun/security/ssl/SSLSessionImpl;
            0    4     1  suite  Lsun/security/ssl/CipherSuite;
    MethodParameters:
       Name  Flags
      suite  

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

  void setAsSessionResumption(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // boolean flag
         0: .line 972
            aload 0 /* this */
            iload 1 /* flag */
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         1: .line 973
            return
        end local 1 // boolean flag
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  flag  Z
    MethodParameters:
      Name  Flags
      flag  

  public java.lang.String getCipherSuite();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 980
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getSuite:()Lsun/security/ssl/CipherSuite;
            getfield sun.security.ssl.CipherSuite.name:Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

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

  public java.lang.String getProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 992
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getProtocolVersion:()Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.name:Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1000
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
            invokevirtual sun.security.ssl.SessionId.hashCode:()I
            ireturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.lang.Object obj
         0: .line 1009
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 1010
            iconst_1
            ireturn
         2: .line 1013
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.security.ssl.SSLSessionImpl
            ifeq 10
         3: .line 1014
            aload 1 /* obj */
            checkcast sun.security.ssl.SSLSessionImpl
            astore 2 /* sess */
        start local 2 // sun.security.ssl.SSLSessionImpl sess
         4: .line 1015
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
            ifnull 9
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
         5: .line 1016
            aload 2 /* sess */
            invokevirtual sun.security.ssl.SSLSessionImpl.getSessionId:()Lsun/security/ssl/SessionId;
         6: .line 1015
            invokevirtual sun.security.ssl.SessionId.equals:(Ljava/lang/Object;)Z
         7: .line 1016
            ifeq 9
         8: .line 1015
            iconst_1
            ireturn
      StackMap locals: sun.security.ssl.SSLSessionImpl
      StackMap stack:
         9: iconst_0
            ireturn
        end local 2 // sun.security.ssl.SSLSessionImpl sess
        10: .line 1019
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/security/ssl/SSLSessionImpl;
            0   11     1   obj  Ljava/lang/Object;
            4   10     2  sess  Lsun/security/ssl/SSLSessionImpl;
    MethodParameters:
      Name  Flags
      obj   

  public java.security.cert.Certificate[] getPeerCertificates();
    descriptor: ()[Ljava/security/cert/Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1041
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 2
         1: .line 1042
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            ldc "peer not authenticated"
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1047
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            invokevirtual java.security.cert.X509Certificate[].clone:()Ljava/lang/Object;
            checkcast java.security.cert.Certificate[]
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException

  public java.security.cert.Certificate[] getLocalCertificates();
    descriptor: ()[Ljava/security/cert/Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1065
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 1
            aconst_null
            goto 2
         1: .line 1066
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            invokevirtual java.security.cert.X509Certificate[].clone:()Ljava/lang/Object;
            checkcast java.security.cert.Certificate[]
         2: .line 1065
      StackMap locals:
      StackMap stack: java.security.cert.Certificate[]
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;

  public javax.security.cert.X509Certificate[] getPeerCertificateChain();
    descriptor: ()[Ljavax/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1093
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 2
         1: .line 1094
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            ldc "peer not authenticated"
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1097
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            arraylength
            anewarray javax.security.cert.X509Certificate
            astore 1 /* certs */
        start local 1 // javax.security.cert.X509Certificate[] certs
         3: .line 1098
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 14
         5: .line 1099
      StackMap locals: javax.security.cert.X509Certificate[] int
      StackMap stack:
            aconst_null
            astore 3 /* der */
        start local 3 // byte[] der
         6: .line 1101
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            iload 2 /* i */
            aaload
            invokevirtual java.security.cert.X509Certificate.getEncoded:()[B
            astore 3 /* der */
         7: .line 1102
            aload 1 /* certs */
            iload 2 /* i */
            aload 3 /* der */
            invokestatic javax.security.cert.X509Certificate.getInstance:([B)Ljavax/security/cert/X509Certificate;
            aastore
         8: .line 1103
            goto 13
      StackMap locals: sun.security.ssl.SSLSessionImpl javax.security.cert.X509Certificate[] int byte[]
      StackMap stack: java.security.cert.CertificateEncodingException
         9: astore 4 /* e */
        start local 4 // java.security.cert.CertificateEncodingException e
        10: .line 1104
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            aload 4 /* e */
            invokevirtual java.security.cert.CertificateEncodingException.getMessage:()Ljava/lang/String;
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.security.cert.CertificateEncodingException e
        11: .line 1105
      StackMap locals:
      StackMap stack: javax.security.cert.CertificateException
            astore 4 /* e */
        start local 4 // javax.security.cert.CertificateException e
        12: .line 1106
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            aload 4 /* e */
            invokevirtual javax.security.cert.CertificateException.getMessage:()Ljava/lang/String;
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // javax.security.cert.CertificateException e
        end local 3 // byte[] der
        13: .line 1098
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 2 /* i */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            arraylength
            if_icmplt 5
        end local 2 // int i
        15: .line 1110
            aload 1 /* certs */
            areturn
        end local 1 // javax.security.cert.X509Certificate[] certs
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lsun/security/ssl/SSLSessionImpl;
            3   16     1  certs  [Ljavax/security/cert/X509Certificate;
            4   15     2      i  I
            6   13     3    der  [B
           10   11     4      e  Ljava/security/cert/CertificateEncodingException;
           12   13     4      e  Ljavax/security/cert/CertificateException;
      Exception table:
        from    to  target  type
           6     8       9  Class java.security.cert.CertificateEncodingException
           6     8      11  Class javax.security.cert.CertificateException
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "9", forRemoval = true)

  public java.security.cert.X509Certificate[] getCertificateChain();
    descriptor: ()[Ljava/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1129
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnull 2
         1: .line 1130
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            invokevirtual java.security.cert.X509Certificate[].clone:()Ljava/lang/Object;
            checkcast java.security.cert.X509Certificate[]
            areturn
         2: .line 1132
      StackMap locals:
      StackMap stack:
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            ldc "peer not authenticated"
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException

  public java.util.List<byte[]> getStatusResponses();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1148
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
            ifnull 1
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifeq 2
         1: .line 1149
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 1152
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* responses */
        start local 1 // java.util.List responses
         3: .line 1153
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: sun.security.ssl.SSLSessionImpl java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast byte[]
            astore 2 /* respBytes */
        start local 2 // byte[] respBytes
         5: .line 1154
            aload 1 /* responses */
            aload 2 /* respBytes */
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // byte[] respBytes
         6: .line 1153
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 1156
            aload 1 /* responses */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.List responses
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/security/ssl/SSLSessionImpl;
            3    8     1  responses  Ljava/util/List<[B>;
            5    6     2  respBytes  [B
    Signature: ()Ljava/util/List<[B>;

  public java.security.Principal getPeerPrincipal();
    descriptor: ()Ljava/security/Principal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1174
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 2
         1: .line 1175
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            ldc "peer not authenticated"
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            iconst_0
            aaload
            invokevirtual java.security.cert.X509Certificate.getSubjectX500Principal:()Ljavax/security/auth/x500/X500Principal;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;
    Exceptions:
      throws javax.net.ssl.SSLPeerUnverifiedException

  public java.security.Principal getLocalPrincipal();
    descriptor: ()Ljava/security/Principal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1189
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            ifnull 1
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            arraylength
            ifne 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
            goto 3
         2: .line 1190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            iconst_0
            aaload
            invokevirtual java.security.cert.X509Certificate.getSubjectX500Principal:()Ljavax/security/auth/x500/X500Principal;
         3: .line 1189
      StackMap locals:
      StackMap stack: javax.security.auth.x500.X500Principal
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/SSLSessionImpl;

  public long getTicketCreationTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1197
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
            lreturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  public long getCreationTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1205
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.creationTime:J
            lreturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  public long getLastAccessedTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1214
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
            lconst_0
            lcmp
            ifeq 1
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.creationTime:J
      StackMap locals:
      StackMap stack: long
         2: lreturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;

  void setLastAccessedTime(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // long time
         0: .line 1218
            aload 0 /* this */
            lload 1 /* time */
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         1: .line 1219
            return
        end local 1 // long time
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/SSLSessionImpl;
            0    2     1  time  J
    MethodParameters:
      Name  Flags
      time  

  public java.net.InetAddress getPeerAddress();
    descriptor: ()Ljava/net/InetAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1230
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
            invokestatic java.net.InetAddress.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
         1: areturn
         2: .line 1231
      StackMap locals:
      StackMap stack: java.net.UnknownHostException
            pop
         3: .line 1232
            aconst_null
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           0     1       2  Class java.net.UnknownHostException

  public java.lang.String getPeerHost();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1238
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  public int getPeerPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1247
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.port:I
            ireturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  void setContext(sun.security.ssl.SSLSessionContextImpl);
    descriptor: (Lsun/security/ssl/SSLSessionContextImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // sun.security.ssl.SSLSessionContextImpl ctx
         0: .line 1251
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
            ifnonnull 2
         1: .line 1252
            aload 0 /* this */
            aload 1 /* ctx */
            putfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
         2: .line 1254
      StackMap locals:
      StackMap stack:
            return
        end local 1 // sun.security.ssl.SSLSessionContextImpl ctx
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/ssl/SSLSessionImpl;
            0    3     1   ctx  Lsun/security/ssl/SSLSessionContextImpl;
    MethodParameters:
      Name  Flags
      ctx   

  public void invalidate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1262
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1264
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
            ifnull 4
         2: .line 1265
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
            invokevirtual sun.security.ssl.SSLSessionContextImpl.remove:(Lsun/security/ssl/SessionId;)V
         3: .line 1266
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
         4: .line 1269
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.invalidated:Z
            ifeq 7
         5: .line 1280
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 1270
            return
         7: .line 1272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.invalidated:Z
         8: .line 1273
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 10
            ldc "session"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 10
         9: .line 1274
            new java.lang.StringBuilder
            dup
            ldc "Invalidated session:  "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
        10: .line 1276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
            invokeinterface java.util.Queue.iterator:()Ljava/util/Iterator;
            astore 2
            goto 13
      StackMap locals: sun.security.ssl.SSLSessionImpl top java.util.Iterator
      StackMap stack:
        11: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast sun.security.ssl.SSLSessionImpl
            astore 1 /* child */
        start local 1 // sun.security.ssl.SSLSessionImpl child
        12: .line 1277
            aload 1 /* child */
            invokevirtual sun.security.ssl.SSLSessionImpl.invalidate:()V
        end local 1 // sun.security.ssl.SSLSessionImpl child
        13: .line 1276
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 1279
            goto 18
      StackMap locals: sun.security.ssl.SSLSessionImpl
      StackMap stack: java.lang.Throwable
        15: astore 3
        16: .line 1280
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        17: .line 1281
            aload 3
            athrow
        18: .line 1280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        19: .line 1282
            return
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lsun/security/ssl/SSLSessionImpl;
           12   13     1  child  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     5      15  any
           7    15      15  any

  public void putValue(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.lang.String key
        start local 2 // java.lang.Object value
         0: .line 1298
            aload 1 /* key */
            ifnull 1
            aload 2 /* value */
            ifnonnull 2
         1: .line 1299
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "arguments can not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1302
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.SecureKey
            dup
            aload 1 /* key */
            invokespecial sun.security.ssl.SecureKey.<init>:(Ljava/lang/Object;)V
            astore 3 /* secureKey */
        start local 3 // sun.security.ssl.SecureKey secureKey
         3: .line 1303
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            aload 3 /* secureKey */
            aload 2 /* value */
            invokevirtual java.util.concurrent.ConcurrentHashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 4 /* oldValue */
        start local 4 // java.lang.Object oldValue
         4: .line 1305
            aload 4 /* oldValue */
            instanceof javax.net.ssl.SSLSessionBindingListener
            ifeq 7
         5: .line 1308
            new javax.net.ssl.SSLSessionBindingEvent
            dup
            aload 0 /* this */
            aload 1 /* key */
            invokespecial javax.net.ssl.SSLSessionBindingEvent.<init>:(Ljavax/net/ssl/SSLSession;Ljava/lang/String;)V
            astore 5 /* e */
        start local 5 // javax.net.ssl.SSLSessionBindingEvent e
         6: .line 1309
            aload 4 /* oldValue */
            checkcast javax.net.ssl.SSLSessionBindingListener
            aload 5 /* e */
            invokeinterface javax.net.ssl.SSLSessionBindingListener.valueUnbound:(Ljavax/net/ssl/SSLSessionBindingEvent;)V
        end local 5 // javax.net.ssl.SSLSessionBindingEvent e
         7: .line 1311
      StackMap locals: sun.security.ssl.SecureKey java.lang.Object
      StackMap stack:
            aload 2 /* value */
            instanceof javax.net.ssl.SSLSessionBindingListener
            ifeq 10
         8: .line 1314
            new javax.net.ssl.SSLSessionBindingEvent
            dup
            aload 0 /* this */
            aload 1 /* key */
            invokespecial javax.net.ssl.SSLSessionBindingEvent.<init>:(Ljavax/net/ssl/SSLSession;Ljava/lang/String;)V
            astore 5 /* e */
        start local 5 // javax.net.ssl.SSLSessionBindingEvent e
         9: .line 1315
            aload 2 /* value */
            checkcast javax.net.ssl.SSLSessionBindingListener
            aload 5 /* e */
            invokeinterface javax.net.ssl.SSLSessionBindingListener.valueBound:(Ljavax/net/ssl/SSLSessionBindingEvent;)V
        end local 5 // javax.net.ssl.SSLSessionBindingEvent e
        10: .line 1317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 12
        11: .line 1318
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.updateNST:Z
        12: .line 1320
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Object oldValue
        end local 3 // sun.security.ssl.SecureKey secureKey
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String key
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/security/ssl/SSLSessionImpl;
            0   13     1        key  Ljava/lang/String;
            0   13     2      value  Ljava/lang/Object;
            3   13     3  secureKey  Lsun/security/ssl/SecureKey;
            4   13     4   oldValue  Ljava/lang/Object;
            6    7     5          e  Ljavax/net/ssl/SSLSessionBindingEvent;
            9   10     5          e  Ljavax/net/ssl/SSLSessionBindingEvent;
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.Object getValue(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.lang.String key
         0: .line 1327
            aload 1 /* key */
            ifnonnull 2
         1: .line 1328
            new java.lang.IllegalArgumentException
            dup
            ldc "argument can not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1331
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.SecureKey
            dup
            aload 1 /* key */
            invokespecial sun.security.ssl.SecureKey.<init>:(Ljava/lang/Object;)V
            astore 2 /* secureKey */
        start local 2 // sun.security.ssl.SecureKey secureKey
         3: .line 1332
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            aload 2 /* secureKey */
            invokevirtual java.util.concurrent.ConcurrentHashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // sun.security.ssl.SecureKey secureKey
        end local 1 // java.lang.String key
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lsun/security/ssl/SSLSessionImpl;
            0    4     1        key  Ljava/lang/String;
            3    4     2  secureKey  Lsun/security/ssl/SecureKey;
    MethodParameters:
      Name  Flags
      key   

  public void removeValue(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // java.lang.String key
         0: .line 1342
            aload 1 /* key */
            ifnonnull 2
         1: .line 1343
            new java.lang.IllegalArgumentException
            dup
            ldc "argument can not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1346
      StackMap locals:
      StackMap stack:
            new sun.security.ssl.SecureKey
            dup
            aload 1 /* key */
            invokespecial sun.security.ssl.SecureKey.<init>:(Ljava/lang/Object;)V
            astore 2 /* secureKey */
        start local 2 // sun.security.ssl.SecureKey secureKey
         3: .line 1347
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            aload 2 /* secureKey */
            invokevirtual java.util.concurrent.ConcurrentHashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         4: .line 1349
            aload 3 /* value */
            instanceof javax.net.ssl.SSLSessionBindingListener
            ifeq 7
         5: .line 1352
            new javax.net.ssl.SSLSessionBindingEvent
            dup
            aload 0 /* this */
            aload 1 /* key */
            invokespecial javax.net.ssl.SSLSessionBindingEvent.<init>:(Ljavax/net/ssl/SSLSession;Ljava/lang/String;)V
            astore 4 /* e */
        start local 4 // javax.net.ssl.SSLSessionBindingEvent e
         6: .line 1353
            aload 3 /* value */
            checkcast javax.net.ssl.SSLSessionBindingListener
            aload 4 /* e */
            invokeinterface javax.net.ssl.SSLSessionBindingListener.valueUnbound:(Ljavax/net/ssl/SSLSessionBindingEvent;)V
        end local 4 // javax.net.ssl.SSLSessionBindingEvent e
         7: .line 1355
      StackMap locals: sun.security.ssl.SecureKey java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 9
         8: .line 1356
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.updateNST:Z
         9: .line 1358
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Object value
        end local 2 // sun.security.ssl.SecureKey secureKey
        end local 1 // java.lang.String key
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lsun/security/ssl/SSLSessionImpl;
            0   10     1        key  Ljava/lang/String;
            3   10     2  secureKey  Lsun/security/ssl/SecureKey;
            4   10     3      value  Ljava/lang/Object;
            6    7     4          e  Ljavax/net/ssl/SSLSessionBindingEvent;
    MethodParameters:
      Name  Flags
      key   

  public java.lang.String[] getValueNames();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1366
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* v */
        start local 1 // java.util.ArrayList v
         1: .line 1367
            invokestatic sun.security.ssl.SecureKey.getCurrentSecurityContext:()Ljava/lang/Object;
            astore 2 /* securityCtx */
        start local 2 // java.lang.Object securityCtx
         2: .line 1368
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            invokevirtual java.util.concurrent.ConcurrentHashMap.keys:()Ljava/util/Enumeration;
            astore 3 /* e */
        start local 3 // java.util.Enumeration e
         3: .line 1369
            goto 7
         4: .line 1370
      StackMap locals: java.util.ArrayList java.lang.Object java.util.Enumeration
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast sun.security.ssl.SecureKey
            astore 4 /* key */
        start local 4 // sun.security.ssl.SecureKey key
         5: .line 1371
            aload 2 /* securityCtx */
            aload 4 /* key */
            invokevirtual sun.security.ssl.SecureKey.getSecurityContext:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 1372
            aload 1 /* v */
            aload 4 /* key */
            invokevirtual sun.security.ssl.SecureKey.getAppKey:()Ljava/lang/Object;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // sun.security.ssl.SecureKey key
         7: .line 1369
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 4
        end local 3 // java.util.Enumeration e
         8: .line 1376
            aload 1 /* v */
            iconst_0
            anewarray java.lang.String
            invokevirtual java.util.ArrayList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.String[]
            areturn
        end local 2 // java.lang.Object securityCtx
        end local 1 // java.util.ArrayList v
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lsun/security/ssl/SSLSessionImpl;
            1    9     1            v  Ljava/util/ArrayList<Ljava/lang/Object;>;
            2    9     2  securityCtx  Ljava/lang/Object;
            3    8     3            e  Ljava/util/Enumeration<Lsun/security/ssl/SecureKey;>;
            5    7     4          key  Lsun/security/ssl/SecureKey;

  protected void expandBufferSizes();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1401
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1403
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
         2: .line 1404
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 1405
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 1406
            aload 1
            athrow
         6: .line 1405
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         7: .line 1407
            return
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     3       3  any

  public int getPacketBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1415
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1419
            iconst_0
            istore 1 /* packetSize */
        start local 1 // int packetSize
         2: .line 1420
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            ifle 7
         3: .line 1421
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
         4: .line 1422
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         5: .line 1423
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
         6: .line 1421
            invokevirtual sun.security.ssl.CipherSuite.calculatePacketSize:(ILsun/security/ssl/ProtocolVersion;Z)I
            istore 1 /* packetSize */
         7: .line 1426
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            ifle 14
         8: .line 1427
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            iload 1 /* packetSize */
            if_icmple 10
         9: .line 1428
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            goto 11
      StackMap locals:
      StackMap stack:
        10: iload 1 /* packetSize */
      StackMap locals:
      StackMap stack: int
        11: istore 3
        12: .line 1442
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        13: .line 1427
            iload 3
            ireturn
        14: .line 1431
      StackMap locals:
      StackMap stack:
            iload 1 /* packetSize */
            ifeq 18
        15: .line 1432
            iload 1 /* packetSize */
            istore 3
        16: .line 1442
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        17: .line 1432
            iload 3
            ireturn
        18: .line 1435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
            ifeq 21
        19: .line 1442
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        20: .line 1436
            sipush 16717
            ireturn
        21: .line 1438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
            ifeq 23
        22: .line 1439
            ldc 33093
            goto 24
      StackMap locals:
      StackMap stack:
        23: sipush 16709
      StackMap locals:
      StackMap stack: int
        24: istore 3
        25: .line 1442
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        26: .line 1438
            iload 3
            ireturn
        end local 1 // int packetSize
        27: .line 1441
      StackMap locals: sun.security.ssl.SSLSessionImpl
      StackMap stack: java.lang.Throwable
            astore 2
        28: .line 1442
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        29: .line 1443
            aload 2
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   30     0        this  Lsun/security/ssl/SSLSessionImpl;
            2   27     1  packetSize  I
      Exception table:
        from    to  target  type
           1    12      27  any
          14    16      27  any
          18    19      27  any
          21    25      27  any

  public int getApplicationBufferSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1452
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1456
            iconst_0
            istore 1 /* fragmentSize */
        start local 1 // int fragmentSize
         2: .line 1457
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            ifle 7
         3: .line 1458
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
         4: .line 1459
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
         5: .line 1460
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
         6: .line 1458
            invokevirtual sun.security.ssl.CipherSuite.calculateFragSize:(ILsun/security/ssl/ProtocolVersion;Z)I
            istore 1 /* fragmentSize */
         7: .line 1463
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            ifle 14
         8: .line 1464
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            iload 1 /* fragmentSize */
            if_icmple 10
         9: .line 1465
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            goto 11
      StackMap locals:
      StackMap stack:
        10: iload 1 /* fragmentSize */
      StackMap locals:
      StackMap stack: int
        11: istore 4
        12: .line 1480
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        13: .line 1464
            iload 4
            ireturn
        14: .line 1468
      StackMap locals:
      StackMap stack:
            iload 1 /* fragmentSize */
            ifeq 18
        15: .line 1469
            iload 1 /* fragmentSize */
            istore 4
        16: .line 1480
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        17: .line 1469
            iload 4
            ireturn
        18: .line 1472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
            ifeq 21
        19: .line 1480
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        20: .line 1473
            sipush 16384
            ireturn
        21: .line 1475
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
            ifeq 23
        22: .line 1476
            ldc 33093
            goto 24
      StackMap locals:
      StackMap stack:
        23: sipush 16709
        24: .line 1475
      StackMap locals:
      StackMap stack: int
            istore 2 /* maxPacketSize */
        start local 2 // int maxPacketSize
        25: .line 1477
            iload 2 /* maxPacketSize */
            iconst_5
            isub
            istore 4
        26: .line 1480
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        27: .line 1477
            iload 4
            ireturn
        end local 2 // int maxPacketSize
        end local 1 // int fragmentSize
        28: .line 1479
      StackMap locals: sun.security.ssl.SSLSessionImpl
      StackMap stack: java.lang.Throwable
            astore 3
        29: .line 1480
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        30: .line 1481
            aload 3
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   31     0           this  Lsun/security/ssl/SSLSessionImpl;
            2   28     1   fragmentSize  I
           25   28     2  maxPacketSize  I
      Exception table:
        from    to  target  type
           1    12      28  any
          14    16      28  any
          18    19      28  any
          21    26      28  any

  void setNegotiatedMaxFragSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // int negotiatedMaxFragLen
         0: .line 1494
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1496
            aload 0 /* this */
            iload 1 /* negotiatedMaxFragLen */
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         2: .line 1497
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 1498
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 1499
            aload 2
            athrow
         6: .line 1498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         7: .line 1500
            return
        end local 1 // int negotiatedMaxFragLen
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lsun/security/ssl/SSLSessionImpl;
            0    8     1  negotiatedMaxFragLen  I
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
                      Name  Flags
      negotiatedMaxFragLen  

  int getNegotiatedMaxFragSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1510
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1512
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            istore 2
         2: .line 1514
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 1512
            iload 2
            ireturn
         4: .line 1513
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1514
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 1515
            aload 1
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     2       4  any

  void setMaximumPacketSize(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.ssl.SSLSessionImpl this
        start local 1 // int maximumPacketSize
         0: .line 1519
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1521
            aload 0 /* this */
            iload 1 /* maximumPacketSize */
            putfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
         2: .line 1522
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 1523
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 1524
            aload 2
            athrow
         6: .line 1523
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         7: .line 1525
            return
        end local 1 // int maximumPacketSize
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    8     0               this  Lsun/security/ssl/SSLSessionImpl;
            0    8     1  maximumPacketSize  I
      Exception table:
        from    to  target  type
           1     3       3  any
    MethodParameters:
                   Name  Flags
      maximumPacketSize  

  int getMaximumPacketSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1528
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1530
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            istore 2
         2: .line 1532
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 1530
            iload 2
            ireturn
         4: .line 1531
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1532
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 1533
            aload 1
            athrow
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/ssl/SSLSessionImpl;
      Exception table:
        from    to  target  type
           1     2       4  any

  public java.lang.String[] getLocalSupportedSignatureAlgorithms();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1542
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
            invokestatic sun.security.ssl.SignatureScheme.getAlgorithmNames:(Ljava/util/Collection;)[Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  public java.util.Collection<sun.security.ssl.SignatureScheme> getLocalSupportedSignatureSchemes();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1550
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;
    Signature: ()Ljava/util/Collection<Lsun/security/ssl/SignatureScheme;>;

  public java.lang.String[] getPeerSupportedSignatureAlgorithms();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1559
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
            invokestatic sun.security.ssl.SignatureScheme.getAlgorithmNames:(Ljava/util/Collection;)[Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;

  public java.util.List<javax.net.ssl.SNIServerName> getRequestedServerNames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1568
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;
    Signature: ()Ljava/util/List<Ljavax/net/ssl/SNIServerName;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 1574
            new java.lang.StringBuilder
            dup
            ldc "Session("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.creationTime:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            ldc "|"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getCipherSuite:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/ssl/SSLSessionImpl;
}
SourceFile: "SSLSessionImpl.java"