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 128
            iconst_1
            putstatic sun.security.ssl.SSLSessionImpl.defaultRejoinable:Z
         1: .line 818
            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 819
            getstatic sun.security.ssl.SignatureScheme.DSA_SHA1:Lsun/security/ssl/SignatureScheme;
            aastore
            dup
            iconst_2
         3: .line 820
            getstatic sun.security.ssl.SignatureScheme.ECDSA_SHA1:Lsun/security/ssl/SignatureScheme;
            aastore
         4: .line 818
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
         5: .line 817
            putstatic sun.security.ssl.SSLSessionImpl.defaultPeerSupportedSignAlgs:Ljava/util/ArrayList;
         6: .line 820
            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 149
            aload 0 /* this */
            invokespecial javax.net.ssl.ExtendedSSLSession.<init>:()V
         1: .line 94
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         2: .line 103
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         3: .line 108
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
         4: .line 111
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         5: .line 114
            aload 0 /* this */
         6: .line 115
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
         7: .line 123
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         8: .line 135
            aload 0 /* this */
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         9: .line 141
            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 1342
            aload 0 /* this */
        11: .line 1344
            ldc "jsse.SSLEngine.acceptLargeFragments"
            iconst_0
        12: .line 1343
            invokestatic sun.security.ssl.Utilities.getBooleanProperty:(Ljava/lang/String;Z)Z
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
        13: .line 150
            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 151
            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 152
            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 153
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
        17: .line 154
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.port:I
        18: .line 155
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
        19: .line 156
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
        20: .line 157
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
        21: .line 158
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
        22: .line 159
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.creationTime:J
        23: .line 160
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
        24: .line 161
            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 162
            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 170
            aload 0 /* this */
            aload 1 /* hc */
            aload 2 /* cipherSuite */
         1: .line 171
            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 172
            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 178
            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 179
            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 189
            aload 0 /* this */
            invokespecial javax.net.ssl.ExtendedSSLSession.<init>:()V
         1: .line 94
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         2: .line 103
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         3: .line 108
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
         4: .line 111
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         5: .line 114
            aload 0 /* this */
         6: .line 115
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
         7: .line 123
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         8: .line 135
            aload 0 /* this */
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         9: .line 141
            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 1342
            aload 0 /* this */
        11: .line 1344
            ldc "jsse.SSLEngine.acceptLargeFragments"
            iconst_0
        12: .line 1343
            invokestatic sun.security.ssl.Utilities.getBooleanProperty:(Ljava/lang/String;Z)Z
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
        13: .line 191
            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 192
            aload 0 /* this */
            aload 2 /* cipherSuite */
            putfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
        15: .line 193
            aload 0 /* this */
            aload 3 /* id */
            putfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
        16: .line 194
            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 195
            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 196
            aload 0 /* this */
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.localSupportedSignAlgs:Ljava/util/List;
            ifnonnull 20
        19: .line 197
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            goto 22
        20: .line 199
      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 198
            invokestatic java.util.Collections.unmodifiableCollection:(Ljava/util/Collection;)Ljava/util/Collection;
        22: .line 196
      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 200
            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 201
            aload 0 /* this */
        25: .line 202
            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 201
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
        27: .line 203
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.isClientMode:Z
            ifeq 38
        28: .line 204
            aload 0 /* this */
        29: .line 205
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.handshakeExtensions:Ljava/util/Map;
        30: .line 206
            getstatic sun.security.ssl.SSLExtension.CH_EXTENDED_MASTER_SECRET:Lsun/security/ssl/SSLExtension;
        31: .line 205
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 35
        32: .line 207
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.handshakeExtensions:Ljava/util/Map;
        33: .line 208
            getstatic sun.security.ssl.SSLExtension.SH_EXTENDED_MASTER_SECRET:Lsun/security/ssl/SSLExtension;
        34: .line 207
            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 204
      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 209
            goto 45
        38: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        39: .line 211
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.handshakeExtensions:Ljava/util/Map;
        40: .line 212
            getstatic sun.security.ssl.SSLExtension.CH_EXTENDED_MASTER_SECRET:Lsun/security/ssl/SSLExtension;
        41: .line 211
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnull 43
        42: .line 213
            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 210
      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 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 4 /* creationTime */
            putfield sun.security.ssl.SSLSessionImpl.creationTime:J
        46: .line 216
            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 217
            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 219
            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 220
            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 222
      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 224
            aload 0 /* this */
            invokespecial javax.net.ssl.ExtendedSSLSession.<init>:()V
         1: .line 94
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         2: .line 103
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         3: .line 108
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
         4: .line 111
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         5: .line 114
            aload 0 /* this */
         6: .line 115
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
         7: .line 123
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         8: .line 135
            aload 0 /* this */
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         9: .line 141
            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 1342
            aload 0 /* this */
        11: .line 1344
            ldc "jsse.SSLEngine.acceptLargeFragments"
            iconst_0
        12: .line 1343
            invokestatic sun.security.ssl.Utilities.getBooleanProperty:(Ljava/lang/String;Z)Z
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
        13: .line 225
            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 226
            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 227
            aload 0 /* this */
            aload 2 /* newId */
            putfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
        16: .line 228
            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 229
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getPeerPort:()I
            putfield sun.security.ssl.SSLSessionImpl.port:I
        18: .line 230
            aload 0 /* this */
        19: .line 231
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.localSupportedSignAlgs:Ljava/util/Collection;
            ifnonnull 21
        20: .line 232
            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 230
      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 233
            aload 0 /* this */
        24: .line 234
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
            ifnonnull 26
        25: .line 235
            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 233
      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 236
            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 237
            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 238
            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 239
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
            putfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
        32: .line 240
            aload 0 /* this */
            aload 1 /* baseSession */
            invokevirtual sun.security.ssl.SSLSessionImpl.getCreationTime:()J
            putfield sun.security.ssl.SSLSessionImpl.creationTime:J
        33: .line 241
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
        34: .line 242
            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 243
            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 244
            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 245
            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 246
            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 247
            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 248
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
        41: .line 249
            aload 0 /* this */
            aload 1 /* baseSession */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            putfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
        42: .line 250
            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 252
            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 253
            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 255
      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 310
            aload 0 /* this */
            invokespecial javax.net.ssl.ExtendedSSLSession.<init>:()V
         1: .line 94
            aload 0 /* this */
            lconst_0
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         2: .line 103
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         3: .line 108
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.ticketCreationTime:J
         4: .line 111
            aload 0 /* this */
            iconst_m1
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         5: .line 114
            aload 0 /* this */
         6: .line 115
            new java.util.concurrent.ConcurrentLinkedQueue
            dup
            invokespecial java.util.concurrent.ConcurrentLinkedQueue.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.childSessions:Ljava/util/Queue;
         7: .line 123
            aload 0 /* this */
            iconst_0
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         8: .line 135
            aload 0 /* this */
            getstatic java.math.BigInteger.ONE:Ljava/math/BigInteger;
            putfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
         9: .line 141
            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 1342
            aload 0 /* this */
        11: .line 1344
            ldc "jsse.SSLEngine.acceptLargeFragments"
            iconst_0
        12: .line 1343
            invokestatic sun.security.ssl.Utilities.getBooleanProperty:(Ljava/lang/String;Z)Z
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
        13: .line 311
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        14: .line 314
            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 315
            aload 0 /* this */
        16: .line 316
            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 315
            putfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
        18: .line 319
            aload 0 /* this */
            new sun.security.ssl.SessionId
            dup
            iconst_1
        19: .line 320
            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
        20: .line 319
            putfield sun.security.ssl.SSLSessionImpl.sessionId:Lsun/security/ssl/SessionId;
        21: .line 322
            aload 0 /* this */
        22: .line 323
            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;
        23: .line 322
            putfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
        24: .line 326
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 5 /* list */
        start local 5 // java.util.ArrayList list
        25: .line 327
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            istore 3 /* i */
        26: .line 328
            goto 30
        27: .line 329
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int top java.util.ArrayList
      StackMap stack:
            aload 5 /* list */
        28: .line 330
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
        29: .line 329
            invokestatic sun.security.ssl.SignatureScheme.valueOf:(I)Lsun/security/ssl/SignatureScheme;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        30: .line 328
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iinc 3 /* i */ -1
            ifgt 27
        31: .line 332
            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;
        32: .line 335
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            istore 3 /* i */
        33: .line 336
            aload 5 /* list */
            invokevirtual java.util.ArrayList.clear:()V
        34: .line 337
            goto 38
        35: .line 338
      StackMap locals:
      StackMap stack:
            aload 5 /* list */
        36: .line 339
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
        37: .line 338
            invokestatic sun.security.ssl.SignatureScheme.valueOf:(I)Lsun/security/ssl/SignatureScheme;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        38: .line 337
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            iinc 3 /* i */ -1
            ifgt 35
        39: .line 341
            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;
        40: .line 344
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 3 /* i */
        41: .line 345
            iload 3 /* i */
            ifle 49
        42: .line 346
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        43: .line 348
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        44: .line 350
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 3 /* i */
        45: .line 352
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        46: .line 353
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        47: .line 354
            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;
        48: .line 355
            goto 50
        end local 4 // byte[] b
        49: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
        50: .line 360
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
        51: .line 361
            iload 3 /* i */
            ifle 56
        52: .line 362
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        53: .line 363
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        54: .line 364
            aload 0 /* this */
            aload 4 /* b */
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
        55: .line 365
            goto 57
        end local 4 // byte[] b
        56: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
        57: .line 370
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
        58: .line 371
            iload 3 /* i */
            ifle 66
        59: .line 372
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        60: .line 374
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        61: .line 376
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 3 /* i */
        62: .line 378
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        63: .line 379
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        64: .line 380
            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;
        65: .line 381
            goto 67
        end local 4 // byte[] b
        66: .line 382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.masterSecret:Ljavax/crypto/SecretKey;
        67: .line 385
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            ifeq 68
            iconst_1
            goto 69
      StackMap locals:
      StackMap stack: sun.security.ssl.SSLSessionImpl
        68: 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
        69: putfield sun.security.ssl.SSLSessionImpl.useExtendedMasterSecret:Z
        70: .line 388
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
        71: .line 389
            iload 3 /* i */
            ifne 74
        72: .line 390
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
        73: .line 391
            goto 77
        74: .line 392
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        75: .line 393
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
        76: .line 394
            aload 0 /* this */
            new java.lang.String
            dup
            aload 4 /* b */
            invokespecial java.lang.String.<init>:([B)V
            putfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
        end local 4 // byte[] b
        77: .line 398
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
        78: .line 399
            iload 3 /* i */
            ifne 81
        79: .line 400
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
        80: .line 401
            goto 84
        81: .line 402
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        82: .line 403
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            aload 4 /* b */
            arraylength
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        83: .line 404
            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
        84: .line 408
      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
        85: .line 409
            iload 6 /* len */
            ifne 88
        86: .line 410
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
        87: .line 411
            goto 96
        88: .line 412
      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;
        89: .line 413
            goto 95
        90: .line 414
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 7 /* l */
        start local 7 // int l
        91: .line 415
            iload 7 /* l */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
        92: .line 416
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 7 /* l */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        93: .line 417
            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
        94: .line 418
            iinc 6 /* len */ -1
        end local 7 // int l
        end local 4 // byte[] b
        95: .line 413
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            ifgt 90
        96: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            putfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
        97: .line 423
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
        98: .line 426
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getLong:()J
            putfield sun.security.ssl.SSLSessionImpl.creationTime:J
        99: .line 431
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 6 /* len */
       100: .line 432
            iload 6 /* len */
            ifne 103
       101: .line 433
            aload 0 /* this */
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            putfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
       102: .line 434
            goto 108
       103: .line 435
      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;
       104: .line 437
            goto 108
       105: .line 438
      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
       106: .line 439
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       107: .line 440
            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
       108: .line 437
      StackMap locals:
      StackMap stack:
            iload 6 /* len */
            iinc 6 /* len */ -1
            ifgt 105
       109: .line 444
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            invokestatic java.lang.Byte.toUnsignedInt:(B)I
            istore 3 /* i */
       110: .line 445
            iload 3 /* i */
            ifne 113
       111: .line 446
            aload 0 /* this */
            new java.lang.String
            dup
            invokespecial java.lang.String.<init>:()V
            putfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
       112: .line 447
            goto 116
       113: .line 448
      StackMap locals:
      StackMap stack:
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       114: .line 449
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
       115: .line 450
            aload 0 /* this */
            new java.lang.String
            dup
            aload 4 /* b */
            invokespecial java.lang.String.<init>:([B)V
            putfield sun.security.ssl.SSLSessionImpl.host:Ljava/lang/String;
        end local 4 // byte[] b
       116: .line 452
      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
       117: .line 455
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
       118: .line 456
            iload 3 /* i */
            ifne 121
       119: .line 457
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
       120: .line 458
            goto 132
       121: .line 459
      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;
       122: .line 460
            iconst_0
            istore 7 /* j */
        start local 7 // int j
       123: .line 461
            goto 131
       124: .line 462
      StackMap locals: int
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       125: .line 463
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       126: .line 465
            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
       127: .line 466
            goto 130
      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
       128: astore 8 /* e */
        start local 8 // java.lang.Exception e
       129: .line 467
            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
       130: .line 469
      StackMap locals:
      StackMap stack:
            iinc 7 /* j */ 1
        end local 4 // byte[] b
       131: .line 461
      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 124
        end local 7 // int j
       132: .line 474
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            tableswitch { // 0 - 2
                    0: 133
                    1: 134
                    2: 147
              default: 158
          }
       133: .line 476
      StackMap locals:
      StackMap stack:
            goto 159
       134: .line 479
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 6 /* len */
       135: .line 480
            aload 0 /* this */
            iload 6 /* len */
            anewarray java.security.cert.X509Certificate
            putfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
       136: .line 481
            iconst_0
            istore 3 /* i */
       137: .line 482
            goto 145
       138: .line 483
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getInt:()I
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       139: .line 484
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       140: .line 486
            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
       141: .line 487
            goto 144
      StackMap locals: sun.security.ssl.SSLSessionImpl sun.security.ssl.HandshakeContext java.nio.ByteBuffer int byte[] java.util.ArrayList int
      StackMap stack: java.lang.Exception
       142: astore 7 /* e */
        start local 7 // java.lang.Exception e
       143: .line 488
            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
       144: .line 490
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
        end local 4 // byte[] b
       145: .line 482
      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 138
       146: .line 492
            goto 159
       147: .line 496
      StackMap locals:
      StackMap stack:
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 3 /* i */
       148: .line 497
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
        start local 4 // byte[] b
       149: .line 498
            aload 2 /* buf */
            aload 4 /* b */
            iconst_0
            iload 3 /* i */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
       150: .line 499
            new java.lang.String
            dup
            aload 4 /* b */
            invokespecial java.lang.String.<init>:([B)V
            astore 7 /* alg */
        start local 7 // java.lang.String alg
       151: .line 501
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.getShort:()S
            invokestatic java.lang.Short.toUnsignedInt:(S)I
            istore 3 /* i */
       152: .line 503
            iload 3 /* i */
            newarray 8
            astore 4 /* b */
       153: .line 504
            aload 2 /* buf */
            aload 4 /* b */
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       154: .line 505
            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;
       155: .line 507
            aload 0 /* this */
            aload 2 /* buf */
            invokevirtual java.nio.ByteBuffer.get:()B
            newarray 8
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
       156: .line 508
            aload 2 /* buf */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            invokevirtual java.nio.ByteBuffer.get:([B)Ljava/nio/ByteBuffer;
            pop
       157: .line 509
            goto 159
        end local 7 // java.lang.String alg
        end local 4 // byte[] b
       158: .line 511
      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
       159: .line 514
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       160: .line 515
            aload 1 /* hc */
            getfield sun.security.ssl.HandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
            invokevirtual sun.security.ssl.SSLContextImpl.engineGetServerSessionContext:()Ljavax/net/ssl/SSLSessionContext;
       161: .line 514
            checkcast sun.security.ssl.SSLSessionContextImpl
            putfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
       162: .line 516
            aload 0 /* this */
            invokestatic java.lang.System.currentTimeMillis:()J
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
       163: .line 517
            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  164     0  this  Lsun/security/ssl/SSLSessionImpl;
            0  164     1    hc  Lsun/security/ssl/HandshakeContext;
            0  164     2   buf  Ljava/nio/ByteBuffer;
           14  164     3     i  I
           43   49     4     b  [B
           53   56     4     b  [B
           60   66     4     b  [B
           75   77     4     b  [B
           82   84     4     b  [B
           92   95     4     b  [B
          106  108     4     b  [B
          114  116     4     b  [B
          125  131     4     b  [B
          139  145     4     b  [B
          149  158     4     b  [B
           25  164     5  list  Ljava/util/ArrayList<Lsun/security/ssl/SignatureScheme;>;
           85  164     6   len  I
           91   95     7     l  I
          123  132     7     j  I
          129  130     8     e  Ljava/lang/Exception;
          143  144     7     e  Ljava/lang/Exception;
          151  158     7   alg  Ljava/lang/String;
      Exception table:
        from    to  target  type
         126   127     128  Class java.lang.Exception
         140   141     142  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      hc    
      buf   

  boolean isStatelessable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 523
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifne 5
         1: .line 524
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getEncoded:()[B
            ifnonnull 5
         2: .line 525
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 4
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 4
         3: .line 526
            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
         4: .line 529
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 532
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            ifnull 9
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.boundValues:Ljava/util/concurrent/ConcurrentHashMap;
            invokevirtual java.util.concurrent.ConcurrentHashMap.size:()I
            ifle 9
         6: .line 533
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 8
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 8
         7: .line 534
            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
         8: .line 537
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         9: .line 540
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // sun.security.ssl.SSLSessionImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lsun/security/ssl/SSLSessionImpl;

  byte[] write();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // sun.security.ssl.SSLSessionImpl this
         0: .line 548
            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 550
            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 551
            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 554
            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 555
            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 556
            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 555
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 560
            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 561
            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 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
        12: .line 561
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        13: .line 566
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            ifnull 15
        14: .line 567
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            ifnonnull 17
        15: .line 568
      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 569
            goto 23
        17: .line 570
      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 571
            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 572
            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 574
      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 575
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        22: .line 576
            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 580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            ifnonnull 26
        24: .line 581
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        25: .line 582
            goto 28
        26: .line 583
      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 584
            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 588
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            ifnull 30
        29: .line 589
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getMasterSecret:()Ljavax/crypto/SecretKey;
            invokeinterface javax.crypto.SecretKey.getAlgorithm:()Ljava/lang/String;
            ifnonnull 32
        30: .line 590
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        31: .line 591
            goto 38
        32: .line 592
      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 593
            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 594
            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 596
      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 597
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        37: .line 598
            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 601
      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 604
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
            ifnonnull 44
        42: .line 605
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        43: .line 606
            goto 48
        44: .line 607
      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 608
            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 609
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.identificationProtocol:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
        47: .line 608
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([BII)V
        48: .line 613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.serverNameIndication:Ljavax/net/ssl/SNIServerName;
            ifnonnull 51
        49: .line 614
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        50: .line 615
            goto 54
        51: .line 616
      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 617
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        53: .line 618
            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 622
      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 623
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.requestedServerNames:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 62
        56: .line 624
            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 /* sn */
        start local 3 // javax.net.ssl.SNIServerName sn
        58: .line 625
            aload 3 /* sn */
            invokevirtual javax.net.ssl.SNIServerName.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        59: .line 626
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        60: .line 627
            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 sn
        end local 1 // byte[] b
        61: .line 624
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 57
        62: .line 632
      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 633
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
        64: .line 636
            bipush 8
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 3 /* buffer */
        start local 3 // java.nio.ByteBuffer buffer
        65: .line 637
            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 640
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.getStatusResponses:()Ljava/util/List;
            astore 4 /* list */
        start local 4 // java.util.List list
        67: .line 641
            aload 4 /* list */
            invokeinterface java.util.List.size:()I
            istore 5 /* l */
        start local 5 // int l
        68: .line 642
            aload 2 /* hos */
            iload 5 /* l */
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        69: .line 643
            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 644
            aload 2 /* hos */
            aload 6 /* e */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
        72: .line 645
            aload 2 /* hos */
            aload 6 /* e */
            invokevirtual sun.security.ssl.HandshakeOutStream.write:([B)V
        end local 6 // byte[] e
        73: .line 643
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 70
        74: .line 649
            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 650
      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 651
            goto 79
        77: .line 652
      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 653
            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 655
      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 658
            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 659
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        82: .line 660
            goto 91
        83: .line 661
      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 662
            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 663
            aload 6 /* c */
            invokevirtual java.security.cert.X509Certificate.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        87: .line 664
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
        88: .line 665
            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 662
            iinc 7 1
      StackMap locals:
      StackMap stack:
        90: iload 7
            iload 8
            if_icmplt 85
        91: .line 670
      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 672
            aload 2 /* hos */
            iconst_1
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
        93: .line 673
            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 674
            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 675
            aload 6 /* c */
            invokevirtual java.security.cert.X509Certificate.getEncoded:()[B
            astore 1 /* b */
        start local 1 // byte[] b
        97: .line 676
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
        98: .line 677
            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 674
            iinc 7 1
      StackMap locals:
      StackMap stack:
       100: iload 7
            iload 8
            if_icmplt 95
       101: .line 679
            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 681
            aload 2 /* hos */
            iconst_2
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
       104: .line 682
            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 683
            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 684
            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 685
            aload 2 /* hos */
            aload 1 /* b */
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
       108: .line 686
            aload 2 /* hos */
            aload 1 /* b */
            invokevirtual sun.security.ssl.HandshakeOutStream.writeBytes:([B)V
       109: .line 687
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            arraylength
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
       110: .line 688
            aload 2 /* hos */
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            invokevirtual sun.security.ssl.HandshakeOutStream.writeBytes:([B)V
       111: .line 689
            goto 113
        end local 1 // byte[] b
       112: .line 691
      StackMap locals:
      StackMap stack:
            aload 2 /* hos */
            iconst_0
            invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
       113: .line 694
      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      sn  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 698
            aload 0 /* this */
            aload 1 /* secret */
            putfield sun.security.ssl.SSLSessionImpl.masterSecret:Ljavax/crypto/SecretKey;
         1: .line 699
            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 702
            aload 0 /* this */
            aload 1 /* secret */
            putfield sun.security.ssl.SSLSessionImpl.resumptionMasterSecret:Ljavax/crypto/SecretKey;
         1: .line 703
            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 706
            aload 0 /* this */
            aload 1 /* key */
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
         1: .line 707
            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 710
            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 711
            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 714
            aload 0 /* this */
            iload 1 /* ticketAgeAdd */
            putfield sun.security.ssl.SSLSessionImpl.ticketAgeAdd:I
         1: .line 715
            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 718
            aload 0 /* this */
            aload 1 /* pskIdentity */
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
         1: .line 719
            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 722
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.ticketNonceCounter:Ljava/math/BigInteger;
            astore 1 /* result */
        start local 1 // java.math.BigInteger result
         1: .line 723
            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 724
            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 728
            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 735
            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 739
            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 743
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 745
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            astore 2
         2: .line 747
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 745
            aload 2
            areturn
         4: .line 746
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 747
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 748
            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 752
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 754
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
            astore 2
         2: .line 756
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
         3: .line 757
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         4: .line 754
            aload 2
            areturn
         5: .line 755
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 756
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.preSharedKey:Ljavax/crypto/SecretKey;
         7: .line 757
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         8: .line 758
            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 762
            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 766
            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 774
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 776
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
            astore 2
         2: .line 778
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
         3: .line 779
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         4: .line 776
            aload 2
            areturn
         5: .line 777
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 778
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.pskIdentity:[B
         7: .line 779
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         8: .line 780
            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 784
            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 788
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 2
         1: .line 789
            aload 0 /* this */
            aload 1 /* peer */
            putfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
         2: .line 791
      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 794
            aload 0 /* this */
            aload 1 /* local */
            putfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
         1: .line 795
            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 798
            aload 0 /* this */
            aload 1 /* privateKey */
            putfield sun.security.ssl.SSLSessionImpl.localPrivateKey:Ljava/security/PrivateKey;
         1: .line 799
            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 803
            aload 0 /* this */
            aload 1 /* signatureSchemes */
            putfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
         1: .line 804
            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 823
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
         1: .line 824
            aload 0 /* this */
            getstatic sun.security.ssl.SSLSessionImpl.defaultPeerSupportedSignAlgs:Ljava/util/ArrayList;
            putfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
         2: .line 825
            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 829
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.useDefaultPeerSignAlgs:Z
            ifeq 2
         1: .line 830
            aload 0 /* this */
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            putfield sun.security.ssl.SSLSessionImpl.peerSupportedSignAlgs:Ljava/util/Collection;
         2: .line 833
      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 842
            aload 1 /* responses */
            ifnull 3
            aload 1 /* responses */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 3
         1: .line 843
            aload 0 /* this */
            aload 1 /* responses */
            putfield sun.security.ssl.SSLSessionImpl.statusResponses:Ljava/util/List;
         2: .line 844
            goto 4
         3: .line 845
      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 847
      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 858
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 3
         1: .line 859
            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 861
      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 862
            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 861
            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 867
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 869
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.isRejoinable:()Z
            istore 2
         2: .line 871
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 869
            iload 2
            ireturn
         4: .line 870
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 871
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 872
            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 880
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localPrivateKey:Ljava/security/PrivateKey;
            ifnull 6
         1: .line 885
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localPrivateKey:Ljava/security/PrivateKey;
            invokeinterface java.security.PrivateKey.getAlgorithm:()Ljava/lang/String;
            pop
         2: .line 886
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: pop
         4: .line 887
            aload 0 /* this */
            invokevirtual sun.security.ssl.SSLSessionImpl.invalidate:()V
         5: .line 888
            iconst_0
            ireturn
         6: .line 892
      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 901
            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 922
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            dup
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         1: ifnull 3
         2: .line 923
            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 926
      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 931
            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 939
            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 946
            aload 0 /* this */
            aload 1 /* suite */
            putfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
         1: .line 948
            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 949
            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 951
      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 958
            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 966
            aload 0 /* this */
            iload 1 /* flag */
            putfield sun.security.ssl.SSLSessionImpl.isSessionResumption:Z
         1: .line 967
            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 974
            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 978
            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 986
            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 994
            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 1003
            aload 1 /* obj */
            aload 0 /* this */
            if_acmpne 2
         1: .line 1004
            iconst_1
            ireturn
         2: .line 1007
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.security.ssl.SSLSessionImpl
            ifeq 10
         3: .line 1008
            aload 1 /* obj */
            checkcast sun.security.ssl.SSLSessionImpl
            astore 2 /* sess */
        start local 2 // sun.security.ssl.SSLSessionImpl sess
         4: .line 1009
            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 1010
            aload 2 /* sess */
            invokevirtual sun.security.ssl.SSLSessionImpl.getSessionId:()Lsun/security/ssl/SessionId;
         6: .line 1009
            invokevirtual sun.security.ssl.SessionId.equals:(Ljava/lang/Object;)Z
         7: .line 1010
            ifeq 9
         8: .line 1009
            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 1013
      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 1035
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 2
         1: .line 1036
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            ldc "peer not authenticated"
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1041
      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 1059
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.localCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 1
            aconst_null
            goto 2
         1: .line 1060
      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 1059
      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 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 1079
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnull 2
         1: .line 1080
            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 1082
      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 1098
            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 1099
      StackMap locals:
      StackMap stack:
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
         2: .line 1102
      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 1103
            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 1104
            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 1103
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 1106
            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 1124
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.peerCerts:[Ljava/security/cert/X509Certificate;
            ifnonnull 2
         1: .line 1125
            new javax.net.ssl.SSLPeerUnverifiedException
            dup
            ldc "peer not authenticated"
            invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1127
      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 1139
            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 1140
      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 1139
      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 1147
            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 1155
            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 1164
            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 1168
            aload 0 /* this */
            lload 1 /* time */
            putfield sun.security.ssl.SSLSessionImpl.lastUsedTime:J
         1: .line 1169
            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 1180
            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 1181
      StackMap locals:
      StackMap stack: java.net.UnknownHostException
            pop
         3: .line 1182
            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 1188
            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 1197
            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 1201
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
            ifnonnull 2
         1: .line 1202
            aload 0 /* this */
            aload 1 /* ctx */
            putfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
         2: .line 1204
      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 1212
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1214
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
            ifnull 4
         2: .line 1215
            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 1216
            aload 0 /* this */
            aconst_null
            putfield sun.security.ssl.SSLSessionImpl.context:Lsun/security/ssl/SSLSessionContextImpl;
         4: .line 1219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.invalidated:Z
            ifeq 7
         5: .line 1230
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 1220
            return
         7: .line 1222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.invalidated:Z
         8: .line 1223
            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 1224
            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 1226
      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 1227
            aload 1 /* child */
            invokevirtual sun.security.ssl.SSLSessionImpl.invalidate:()V
        end local 1 // sun.security.ssl.SSLSessionImpl child
        13: .line 1226
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        14: .line 1229
            goto 18
      StackMap locals: sun.security.ssl.SSLSessionImpl
      StackMap stack: java.lang.Throwable
        15: astore 3
        16: .line 1230
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        17: .line 1231
            aload 3
            athrow
        18: .line 1230
      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 1232
            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 1248
            aload 1 /* key */
            ifnull 1
            aload 2 /* value */
            ifnonnull 2
         1: .line 1249
      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 1252
      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 1253
            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 1255
            aload 4 /* oldValue */
            instanceof javax.net.ssl.SSLSessionBindingListener
            ifeq 7
         5: .line 1258
            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 1259
            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 1261
      StackMap locals: sun.security.ssl.SecureKey java.lang.Object
      StackMap stack:
            aload 2 /* value */
            instanceof javax.net.ssl.SSLSessionBindingListener
            ifeq 10
         8: .line 1264
            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 1265
            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 1267
      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 1268
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.updateNST:Z
        12: .line 1270
      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 1277
            aload 1 /* key */
            ifnonnull 2
         1: .line 1278
            new java.lang.IllegalArgumentException
            dup
            ldc "argument can not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1281
      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 1282
            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 1292
            aload 1 /* key */
            ifnonnull 2
         1: .line 1293
            new java.lang.IllegalArgumentException
            dup
            ldc "argument can not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1296
      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 1297
            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 1299
            aload 3 /* value */
            instanceof javax.net.ssl.SSLSessionBindingListener
            ifeq 7
         5: .line 1302
            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 1303
            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 1305
      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 1306
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.updateNST:Z
         9: .line 1308
      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 1316
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* v */
        start local 1 // java.util.ArrayList v
         1: .line 1317
            invokestatic sun.security.ssl.SecureKey.getCurrentSecurityContext:()Ljava/lang/Object;
            astore 2 /* securityCtx */
        start local 2 // java.lang.Object securityCtx
         2: .line 1318
            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 1319
            goto 7
         4: .line 1320
      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 1321
            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 1322
            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 1319
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ifne 4
        end local 3 // java.util.Enumeration e
         8: .line 1326
            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 1351
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1353
            aload 0 /* this */
            iconst_1
            putfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
         2: .line 1354
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 1355
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 1356
            aload 1
            athrow
         6: .line 1355
      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 1357
            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 1365
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1369
            iconst_0
            istore 1 /* packetSize */
        start local 1 // int packetSize
         2: .line 1370
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            ifle 7
         3: .line 1371
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
         4: .line 1372
            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 1373
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
         6: .line 1371
            invokevirtual sun.security.ssl.CipherSuite.calculatePacketSize:(ILsun/security/ssl/ProtocolVersion;Z)I
            istore 1 /* packetSize */
         7: .line 1376
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            ifle 14
         8: .line 1377
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            iload 1 /* packetSize */
            if_icmple 10
         9: .line 1378
            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 1392
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        13: .line 1377
            iload 3
            ireturn
        14: .line 1381
      StackMap locals:
      StackMap stack:
            iload 1 /* packetSize */
            ifeq 18
        15: .line 1382
            iload 1 /* packetSize */
            istore 3
        16: .line 1392
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        17: .line 1382
            iload 3
            ireturn
        18: .line 1385
      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 1392
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        20: .line 1386
            sipush 16717
            ireturn
        21: .line 1388
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
            ifeq 23
        22: .line 1389
            ldc 33093
            goto 24
      StackMap locals:
      StackMap stack:
        23: sipush 16709
      StackMap locals:
      StackMap stack: int
        24: istore 3
        25: .line 1392
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        26: .line 1388
            iload 3
            ireturn
        end local 1 // int packetSize
        27: .line 1391
      StackMap locals: sun.security.ssl.SSLSessionImpl
      StackMap stack: java.lang.Throwable
            astore 2
        28: .line 1392
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        29: .line 1393
            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 1402
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1406
            iconst_0
            istore 1 /* fragmentSize */
        start local 1 // int fragmentSize
         2: .line 1407
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            ifle 7
         3: .line 1408
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.cipherSuite:Lsun/security/ssl/CipherSuite;
         4: .line 1409
            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 1410
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.protocolVersion:Lsun/security/ssl/ProtocolVersion;
            getfield sun.security.ssl.ProtocolVersion.isDTLS:Z
         6: .line 1408
            invokevirtual sun.security.ssl.CipherSuite.calculateFragSize:(ILsun/security/ssl/ProtocolVersion;Z)I
            istore 1 /* fragmentSize */
         7: .line 1413
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            ifle 14
         8: .line 1414
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            iload 1 /* fragmentSize */
            if_icmple 10
         9: .line 1415
            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 1430
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        13: .line 1414
            iload 4
            ireturn
        14: .line 1418
      StackMap locals:
      StackMap stack:
            iload 1 /* fragmentSize */
            ifeq 18
        15: .line 1419
            iload 1 /* fragmentSize */
            istore 4
        16: .line 1430
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        17: .line 1419
            iload 4
            ireturn
        18: .line 1422
      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 1430
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        20: .line 1423
            sipush 16384
            ireturn
        21: .line 1425
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.acceptLargeFragments:Z
            ifeq 23
        22: .line 1426
            ldc 33093
            goto 24
      StackMap locals:
      StackMap stack:
        23: sipush 16709
        24: .line 1425
      StackMap locals:
      StackMap stack: int
            istore 2 /* maxPacketSize */
        start local 2 // int maxPacketSize
        25: .line 1427
            iload 2 /* maxPacketSize */
            iconst_5
            isub
            istore 4
        26: .line 1430
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        27: .line 1427
            iload 4
            ireturn
        end local 2 // int maxPacketSize
        end local 1 // int fragmentSize
        28: .line 1429
      StackMap locals: sun.security.ssl.SSLSessionImpl
      StackMap stack: java.lang.Throwable
            astore 3
        29: .line 1430
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
        30: .line 1431
            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 1444
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1446
            aload 0 /* this */
            iload 1 /* negotiatedMaxFragLen */
            putfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
         2: .line 1447
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 1448
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 1449
            aload 2
            athrow
         6: .line 1448
      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 1450
            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 1460
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1462
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.negotiatedMaxFragLen:I
            istore 2
         2: .line 1464
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 1462
            iload 2
            ireturn
         4: .line 1463
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1464
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 1465
            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 1469
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1471
            aload 0 /* this */
            iload 1 /* maximumPacketSize */
            putfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
         2: .line 1472
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 1473
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         5: .line 1474
            aload 2
            athrow
         6: .line 1473
      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 1475
            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 1478
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
         1: .line 1480
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.maximumPacketSize:I
            istore 2
         2: .line 1482
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         3: .line 1480
            iload 2
            ireturn
         4: .line 1481
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         5: .line 1482
            aload 0 /* this */
            getfield sun.security.ssl.SSLSessionImpl.sessionLock:Ljava/util/concurrent/locks/ReentrantLock;
            invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
         6: .line 1483
            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 1492
            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 1500
            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 1509
            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 1518
            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 1524
            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"