abstract class sun.security.ssl.Handshaker
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: sun.security.ssl.Handshaker
super_class: java.lang.Object
{
sun.security.ssl.ProtocolVersion protocolVersion;
descriptor: Lsun/security/ssl/ProtocolVersion;
flags: (0x0000)
sun.security.ssl.ProtocolVersion activeProtocolVersion;
descriptor: Lsun/security/ssl/ProtocolVersion;
flags: (0x0000)
boolean secureRenegotiation;
descriptor: Z
flags: (0x0000)
byte[] clientVerifyData;
descriptor: [B
flags: (0x0000)
byte[] serverVerifyData;
descriptor: [B
flags: (0x0000)
boolean isInitialHandshake;
descriptor: Z
flags: (0x0000)
private sun.security.ssl.ProtocolList enabledProtocols;
descriptor: Lsun/security/ssl/ProtocolList;
flags: (0x0002) ACC_PRIVATE
private sun.security.ssl.CipherSuiteList enabledCipherSuites;
descriptor: Lsun/security/ssl/CipherSuiteList;
flags: (0x0002) ACC_PRIVATE
sun.security.util.AlgorithmConstraints algorithmConstraints;
descriptor: Lsun/security/util/AlgorithmConstraints;
flags: (0x0000)
private sun.security.ssl.ProtocolList activeProtocols;
descriptor: Lsun/security/ssl/ProtocolList;
flags: (0x0002) ACC_PRIVATE
private sun.security.ssl.CipherSuiteList activeCipherSuites;
descriptor: Lsun/security/ssl/CipherSuiteList;
flags: (0x0002) ACC_PRIVATE
private boolean isClient;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
sun.security.ssl.SSLSocketImpl conn;
descriptor: Lsun/security/ssl/SSLSocketImpl;
flags: (0x0000)
sun.security.ssl.SSLEngineImpl engine;
descriptor: Lsun/security/ssl/SSLEngineImpl;
flags: (0x0000)
sun.security.ssl.HandshakeHash handshakeHash;
descriptor: Lsun/security/ssl/HandshakeHash;
flags: (0x0000)
sun.security.ssl.HandshakeInStream input;
descriptor: Lsun/security/ssl/HandshakeInStream;
flags: (0x0000)
sun.security.ssl.HandshakeOutStream output;
descriptor: Lsun/security/ssl/HandshakeOutStream;
flags: (0x0000)
int state;
descriptor: I
flags: (0x0000)
sun.security.ssl.SSLContextImpl sslContext;
descriptor: Lsun/security/ssl/SSLContextImpl;
flags: (0x0000)
sun.security.ssl.RandomCookie clnt_random;
descriptor: Lsun/security/ssl/RandomCookie;
flags: (0x0000)
sun.security.ssl.RandomCookie svr_random;
descriptor: Lsun/security/ssl/RandomCookie;
flags: (0x0000)
sun.security.ssl.SSLSessionImpl session;
descriptor: Lsun/security/ssl/SSLSessionImpl;
flags: (0x0000)
private boolean sessKeysCalculated;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private java.security.MessageDigest md5Tmp;
descriptor: Ljava/security/MessageDigest;
flags: (0x0002) ACC_PRIVATE
private java.security.MessageDigest shaTmp;
descriptor: Ljava/security/MessageDigest;
flags: (0x0002) ACC_PRIVATE
sun.security.ssl.CipherSuite cipherSuite;
descriptor: Lsun/security/ssl/CipherSuite;
flags: (0x0000)
sun.security.ssl.CipherSuite$KeyExchange keyExchange;
descriptor: Lsun/security/ssl/CipherSuite$KeyExchange;
flags: (0x0000)
boolean resumingSession;
descriptor: Z
flags: (0x0000)
boolean enableNewSession;
descriptor: Z
flags: (0x0000)
private javax.crypto.SecretKey clntWriteKey;
descriptor: Ljavax/crypto/SecretKey;
flags: (0x0002) ACC_PRIVATE
private javax.crypto.SecretKey svrWriteKey;
descriptor: Ljavax/crypto/SecretKey;
flags: (0x0002) ACC_PRIVATE
private javax.crypto.spec.IvParameterSpec clntWriteIV;
descriptor: Ljavax/crypto/spec/IvParameterSpec;
flags: (0x0002) ACC_PRIVATE
private javax.crypto.spec.IvParameterSpec svrWriteIV;
descriptor: Ljavax/crypto/spec/IvParameterSpec;
flags: (0x0002) ACC_PRIVATE
private javax.crypto.SecretKey clntMacSecret;
descriptor: Ljavax/crypto/SecretKey;
flags: (0x0002) ACC_PRIVATE
private javax.crypto.SecretKey svrMacSecret;
descriptor: Ljavax/crypto/SecretKey;
flags: (0x0002) ACC_PRIVATE
private volatile boolean taskDelegated;
descriptor: Z
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
private volatile sun.security.ssl.Handshaker$DelegatedTask<?> delegatedTask;
descriptor: Lsun/security/ssl/Handshaker$DelegatedTask;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
Signature: Lsun/security/ssl/Handshaker$DelegatedTask<*>;
private volatile java.lang.Exception thrown;
descriptor: Ljava/lang/Exception;
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
private java.lang.Object thrownLock;
descriptor: Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
static final sun.security.ssl.Debug debug;
descriptor: Lsun/security/ssl/Debug;
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final boolean allowUnsafeRenegotiation;
descriptor: Z
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final boolean allowLegacyHelloMessages;
descriptor: Z
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final boolean useExtendedMasterSecret;
descriptor: Z
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final boolean allowLegacyResumption;
descriptor: Z
flags: (0x0018) ACC_STATIC, ACC_FINAL
static final boolean allowLegacyMasterSecret;
descriptor: Z
flags: (0x0018) ACC_STATIC, ACC_FINAL
boolean requestedToUseEMS;
descriptor: Z
flags: (0x0000)
boolean invalidated;
descriptor: Z
flags: (0x0000)
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=1, args_size=0
0: ldc "ssl"
invokestatic sun.security.ssl.Debug.getInstance:(Ljava/lang/String;)Lsun/security/ssl/Debug;
putstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
1: ldc "sun.security.ssl.allowUnsafeRenegotiation"
iconst_0
2: invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
putstatic sun.security.ssl.Handshaker.allowUnsafeRenegotiation:Z
3: ldc "sun.security.ssl.allowLegacyHelloMessages"
iconst_1
4: invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
putstatic sun.security.ssl.Handshaker.allowLegacyHelloMessages:Z
5: ldc "jdk.tls.allowLegacyResumption"
iconst_1
invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
6: putstatic sun.security.ssl.Handshaker.allowLegacyResumption:Z
7: ldc "jdk.tls.allowLegacyMasterSecret"
iconst_1
invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
8: putstatic sun.security.ssl.Handshaker.allowLegacyMasterSecret:Z
9: iconst_1
istore 0
start local 0 10: ldc "SunTlsExtendedMasterSecret"
invokestatic sun.security.ssl.JsseJce.getKeyGenerator:(Ljava/lang/String;)Ljavax/crypto/KeyGenerator;
pop
11: goto 14
StackMap locals: int
StackMap stack: java.security.NoSuchAlgorithmException
12: pop
13: iconst_0
istore 0
14: StackMap locals:
StackMap stack:
iload 0
ifeq 18
15: ldc "jdk.tls.useExtendedMasterSecret"
iconst_1
16: invokestatic sun.security.ssl.Debug.getBooleanProperty:(Ljava/lang/String;Z)Z
putstatic sun.security.ssl.Handshaker.useExtendedMasterSecret:Z
17: goto 19
18: StackMap locals:
StackMap stack:
iconst_0
putstatic sun.security.ssl.Handshaker.useExtendedMasterSecret:Z
end local 0 19: StackMap locals:
StackMap stack:
return
LocalVariableTable:
Start End Slot Name Signature
10 19 0 supportExtendedMasterSecret Z
Exception table:
from to target type
10 11 12 Class java.security.NoSuchAlgorithmException
void <init>(sun.security.ssl.SSLSocketImpl, sun.security.ssl.SSLContextImpl, sun.security.ssl.ProtocolList, boolean, boolean, sun.security.ssl.ProtocolVersion, boolean, boolean, byte[], byte[]);
descriptor: (Lsun/security/ssl/SSLSocketImpl;Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
flags: (0x0000)
Code:
stack=10, locals=11, args_size=11
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 start local 10 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
2: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
3: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
4: aload 0
iconst_0
putfield sun.security.ssl.Handshaker.taskDelegated:Z
5: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
6: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
7: aload 0
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
putfield sun.security.ssl.Handshaker.thrownLock:Ljava/lang/Object;
8: aload 0
iconst_0
putfield sun.security.ssl.Handshaker.requestedToUseEMS:Z
9: aload 0
aload 1
putfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
10: aload 0
aload 2
aload 3
iload 4
iload 5
11: aload 6
iload 7
iload 8
12: aload 9
aload 10
13: invokevirtual sun.security.ssl.Handshaker.init:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
14: return
end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/security/ssl/Handshaker;
0 15 1 c Lsun/security/ssl/SSLSocketImpl;
0 15 2 context Lsun/security/ssl/SSLContextImpl;
0 15 3 enabledProtocols Lsun/security/ssl/ProtocolList;
0 15 4 needCertVerify Z
0 15 5 isClient Z
0 15 6 activeProtocolVersion Lsun/security/ssl/ProtocolVersion;
0 15 7 isInitialHandshake Z
0 15 8 secureRenegotiation Z
0 15 9 clientVerifyData [B
0 15 10 serverVerifyData [B
MethodParameters:
Name Flags
c
context
enabledProtocols
needCertVerify
isClient
activeProtocolVersion
isInitialHandshake
secureRenegotiation
clientVerifyData
serverVerifyData
void <init>(sun.security.ssl.SSLEngineImpl, sun.security.ssl.SSLContextImpl, sun.security.ssl.ProtocolList, boolean, boolean, sun.security.ssl.ProtocolVersion, boolean, boolean, byte[], byte[]);
descriptor: (Lsun/security/ssl/SSLEngineImpl;Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
flags: (0x0000)
Code:
stack=10, locals=11, args_size=11
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 start local 10 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
2: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
3: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
4: aload 0
iconst_0
putfield sun.security.ssl.Handshaker.taskDelegated:Z
5: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
6: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
7: aload 0
new java.lang.Object
dup
invokespecial java.lang.Object.<init>:()V
putfield sun.security.ssl.Handshaker.thrownLock:Ljava/lang/Object;
8: aload 0
iconst_0
putfield sun.security.ssl.Handshaker.requestedToUseEMS:Z
9: aload 0
aload 1
putfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
10: aload 0
aload 2
aload 3
iload 4
iload 5
11: aload 6
iload 7
iload 8
12: aload 9
aload 10
13: invokevirtual sun.security.ssl.Handshaker.init:(Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
14: return
end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lsun/security/ssl/Handshaker;
0 15 1 engine Lsun/security/ssl/SSLEngineImpl;
0 15 2 context Lsun/security/ssl/SSLContextImpl;
0 15 3 enabledProtocols Lsun/security/ssl/ProtocolList;
0 15 4 needCertVerify Z
0 15 5 isClient Z
0 15 6 activeProtocolVersion Lsun/security/ssl/ProtocolVersion;
0 15 7 isInitialHandshake Z
0 15 8 secureRenegotiation Z
0 15 9 clientVerifyData [B
0 15 10 serverVerifyData [B
MethodParameters:
Name Flags
engine
context
enabledProtocols
needCertVerify
isClient
activeProtocolVersion
isInitialHandshake
secureRenegotiation
clientVerifyData
serverVerifyData
private void init(sun.security.ssl.SSLContextImpl, sun.security.ssl.ProtocolList, boolean, boolean, sun.security.ssl.ProtocolVersion, boolean, boolean, byte[], byte[]);
descriptor: (Lsun/security/ssl/SSLContextImpl;Lsun/security/ssl/ProtocolList;ZZLsun/security/ssl/ProtocolVersion;ZZ[B[B)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=10, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 8
ldc "handshake"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 8
1: getstatic java.lang.System.out:Ljava/io/PrintStream;
2: new java.lang.StringBuilder
dup
ldc "Allow unsafe renegotiation: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
getstatic sun.security.ssl.Handshaker.allowUnsafeRenegotiation:Z
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
3: ldc "\nAllow legacy hello messages: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
getstatic sun.security.ssl.Handshaker.allowLegacyHelloMessages:Z
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
4: ldc "\nIs initial handshake: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 6
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
5: ldc "\nIs secure renegotiation: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 7
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
6: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
7: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
8: StackMap locals:
StackMap stack:
aload 0
aload 1
putfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
9: aload 0
iload 4
putfield sun.security.ssl.Handshaker.isClient:Z
10: aload 0
aload 5
putfield sun.security.ssl.Handshaker.activeProtocolVersion:Lsun/security/ssl/ProtocolVersion;
11: aload 0
iload 6
putfield sun.security.ssl.Handshaker.isInitialHandshake:Z
12: aload 0
iload 7
putfield sun.security.ssl.Handshaker.secureRenegotiation:Z
13: aload 0
aload 8
putfield sun.security.ssl.Handshaker.clientVerifyData:[B
14: aload 0
aload 9
putfield sun.security.ssl.Handshaker.serverVerifyData:[B
15: aload 0
iconst_1
putfield sun.security.ssl.Handshaker.enableNewSession:Z
16: aload 0
iconst_0
putfield sun.security.ssl.Handshaker.invalidated:Z
17: aload 0
iconst_0
putfield sun.security.ssl.Handshaker.sessKeysCalculated:Z
18: aload 0
getstatic sun.security.ssl.CipherSuite.C_NULL:Lsun/security/ssl/CipherSuite;
invokevirtual sun.security.ssl.Handshaker.setCipherSuite:(Lsun/security/ssl/CipherSuite;)V
19: aload 0
invokestatic sun.security.ssl.JsseJce.getMD5:()Ljava/security/MessageDigest;
putfield sun.security.ssl.Handshaker.md5Tmp:Ljava/security/MessageDigest;
20: aload 0
invokestatic sun.security.ssl.JsseJce.getSHA:()Ljava/security/MessageDigest;
putfield sun.security.ssl.Handshaker.shaTmp:Ljava/security/MessageDigest;
21: aload 0
new sun.security.ssl.HandshakeHash
dup
iload 3
invokespecial sun.security.ssl.HandshakeHash.<init>:(Z)V
putfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
22: aload 0
aload 2
invokevirtual sun.security.ssl.Handshaker.setEnabledProtocols:(Lsun/security/ssl/ProtocolList;)V
23: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 27
24: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getAppInputStream:()Lsun/security/ssl/AppInputStream;
getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
aload 0
getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
invokevirtual sun.security.ssl.InputRecord.setHandshakeHash:(Lsun/security/ssl/HandshakeHash;)V
25: aload 0
new sun.security.ssl.SSLAlgorithmConstraints
dup
aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
iconst_1
invokespecial sun.security.ssl.SSLAlgorithmConstraints.<init>:(Ljavax/net/ssl/SSLSocket;Z)V
putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
26: goto 29
27: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
getfield sun.security.ssl.SSLEngineImpl.inputRecord:Lsun/security/ssl/EngineInputRecord;
aload 0
getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
invokevirtual sun.security.ssl.EngineInputRecord.setHandshakeHash:(Lsun/security/ssl/HandshakeHash;)V
28: aload 0
new sun.security.ssl.SSLAlgorithmConstraints
dup
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
iconst_1
invokespecial sun.security.ssl.SSLAlgorithmConstraints.<init>:(Ljavax/net/ssl/SSLEngine;Z)V
putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
29: StackMap locals:
StackMap stack:
aload 0
bipush -2
putfield sun.security.ssl.Handshaker.state:I
30: return
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Lsun/security/ssl/Handshaker;
0 31 1 context Lsun/security/ssl/SSLContextImpl;
0 31 2 enabledProtocols Lsun/security/ssl/ProtocolList;
0 31 3 needCertVerify Z
0 31 4 isClient Z
0 31 5 activeProtocolVersion Lsun/security/ssl/ProtocolVersion;
0 31 6 isInitialHandshake Z
0 31 7 secureRenegotiation Z
0 31 8 clientVerifyData [B
0 31 9 serverVerifyData [B
MethodParameters:
Name Flags
context
enabledProtocols
needCertVerify
isClient
activeProtocolVersion
isInitialHandshake
secureRenegotiation
clientVerifyData
serverVerifyData
void fatalSE(byte, java.lang.String);
descriptor: (BLjava/lang/String;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
aconst_null
invokevirtual sun.security.ssl.Handshaker.fatalSE:(BLjava/lang/String;Ljava/lang/Throwable;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/Handshaker;
0 2 1 b B
0 2 2 diagnostic Ljava/lang/String;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
diagnostic
void fatalSE(byte, java.lang.Throwable);
descriptor: (BLjava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aconst_null
aload 2
invokevirtual sun.security.ssl.Handshaker.fatalSE:(BLjava/lang/String;Ljava/lang/Throwable;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/Handshaker;
0 2 1 b B
0 2 2 cause Ljava/lang/Throwable;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
cause
void fatalSE(byte, java.lang.String, java.lang.Throwable);
descriptor: (BLjava/lang/String;Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 3
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
iload 1
aload 2
aload 3
invokevirtual sun.security.ssl.SSLSocketImpl.fatal:(BLjava/lang/String;Ljava/lang/Throwable;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
iload 1
aload 2
aload 3
invokevirtual sun.security.ssl.SSLEngineImpl.fatal:(BLjava/lang/String;Ljava/lang/Throwable;)V
4: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/Handshaker;
0 5 1 b B
0 5 2 diagnostic Ljava/lang/String;
0 5 3 cause Ljava/lang/Throwable;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
diagnostic
cause
void warningSE(byte);
descriptor: (B)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 3
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
iload 1
invokevirtual sun.security.ssl.SSLSocketImpl.warning:(B)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
iload 1
invokevirtual sun.security.ssl.SSLEngineImpl.warning:(B)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/Handshaker;
0 5 1 b B
MethodParameters:
Name Flags
b
java.lang.String getHostSE();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getHost:()Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokevirtual sun.security.ssl.SSLEngineImpl.getPeerHost:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
java.lang.String getHostAddressSE();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getInetAddress:()Ljava/net/InetAddress;
invokevirtual java.net.InetAddress.getHostAddress:()Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokevirtual sun.security.ssl.SSLEngineImpl.getPeerHost:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
boolean isLoopbackSE();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getInetAddress:()Ljava/net/InetAddress;
invokevirtual java.net.InetAddress.isLoopbackAddress:()Z
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
int getPortSE();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getPort:()I
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokevirtual sun.security.ssl.SSLEngineImpl.getPeerPort:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
int getLocalPortSE();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getLocalPort:()I
ireturn
2: StackMap locals:
StackMap stack:
iconst_m1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
java.lang.String getHostnameVerificationSE();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getHostnameVerification:()Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokevirtual sun.security.ssl.SSLEngineImpl.getHostnameVerification:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
java.security.AccessControlContext getAccSE();
descriptor: ()Ljava/security/AccessControlContext;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getAcc:()Ljava/security/AccessControlContext;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokevirtual sun.security.ssl.SSLEngineImpl.getAcc:()Ljava/security/AccessControlContext;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
java.lang.String getEndpointIdentificationAlgorithmSE();
descriptor: ()Ljava/lang/String;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getHostnameVerification:()Ljava/lang/String;
areturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokevirtual sun.security.ssl.SSLEngineImpl.getHostnameVerification:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
private void setVersionSE(sun.security.ssl.ProtocolVersion);
descriptor: (Lsun/security/ssl/ProtocolVersion;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 3
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
aload 1
invokevirtual sun.security.ssl.SSLSocketImpl.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
aload 1
invokevirtual sun.security.ssl.SSLEngineImpl.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/security/ssl/Handshaker;
0 5 1 protocolVersion Lsun/security/ssl/ProtocolVersion;
MethodParameters:
Name Flags
protocolVersion
final boolean receivedChangeCipherSpec();
descriptor: ()Z
flags: (0x0010) ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 2
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.receivedChangeCipherSpec:()Z
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokevirtual sun.security.ssl.SSLEngineImpl.receivedChangeCipherSpec:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
void setVersion(sun.security.ssl.ProtocolVersion);
descriptor: (Lsun/security/ssl/ProtocolVersion;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
1: aload 0
aload 1
invokevirtual sun.security.ssl.Handshaker.setVersionSE:(Lsun/security/ssl/ProtocolVersion;)V
2: aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
getfield sun.security.ssl.HandshakeOutStream.r:Lsun/security/ssl/OutputRecord;
aload 1
invokevirtual sun.security.ssl.OutputRecord.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/Handshaker;
0 4 1 protocolVersion Lsun/security/ssl/ProtocolVersion;
MethodParameters:
Name Flags
protocolVersion
void setEnabledProtocols(sun.security.ssl.ProtocolList);
descriptor: (Lsun/security/ssl/ProtocolList;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
1: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
2: aload 0
aload 1
putfield sun.security.ssl.Handshaker.enabledProtocols:Lsun/security/ssl/ProtocolList;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/Handshaker;
0 4 1 enabledProtocols Lsun/security/ssl/ProtocolList;
MethodParameters:
Name Flags
enabledProtocols
void setEnabledCipherSuites(sun.security.ssl.CipherSuiteList);
descriptor: (Lsun/security/ssl/CipherSuiteList;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
1: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
2: aload 0
aload 1
putfield sun.security.ssl.Handshaker.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/Handshaker;
0 4 1 enabledCipherSuites Lsun/security/ssl/CipherSuiteList;
MethodParameters:
Name Flags
enabledCipherSuites
void setAlgorithmConstraints(sun.security.util.AlgorithmConstraints);
descriptor: (Lsun/security/util/AlgorithmConstraints;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
1: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
2: aload 0
3: new sun.security.ssl.SSLAlgorithmConstraints
dup
aload 1
invokespecial sun.security.ssl.SSLAlgorithmConstraints.<init>:(Lsun/security/util/AlgorithmConstraints;)V
4: putfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/security/ssl/Handshaker;
0 6 1 algorithmConstraints Lsun/security/util/AlgorithmConstraints;
MethodParameters:
Name Flags
algorithmConstraints
void activate(sun.security.ssl.ProtocolVersion);
descriptor: (Lsun/security/ssl/ProtocolVersion;)V
flags: (0x0000)
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
ifnonnull 2
1: aload 0
aload 0
invokevirtual sun.security.ssl.Handshaker.getActiveProtocols:()Lsun/security/ssl/ProtocolList;
putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
invokevirtual sun.security.ssl.ProtocolList.collection:()Ljava/util/Collection;
invokeinterface java.util.Collection.isEmpty:()Z
ifne 4
3: aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
getfield sun.security.ssl.ProtocolList.max:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmpne 7
4: StackMap locals:
StackMap stack:
new javax.net.ssl.SSLHandshakeException
dup
5: ldc "No appropriate protocol (protocol is disabled or cipher suites are inappropriate)"
6: invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
athrow
7: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
ifnonnull 9
8: aload 0
aload 0
invokevirtual sun.security.ssl.Handshaker.getActiveCipherSuites:()Lsun/security/ssl/CipherSuiteList;
putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
9: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
invokevirtual sun.security.ssl.CipherSuiteList.collection:()Ljava/util/Collection;
invokeinterface java.util.Collection.isEmpty:()Z
ifeq 11
10: new javax.net.ssl.SSLHandshakeException
dup
ldc "No appropriate cipher suite"
invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.isInitialHandshake:Z
ifne 14
12: aload 0
aload 0
getfield sun.security.ssl.Handshaker.activeProtocolVersion:Lsun/security/ssl/ProtocolVersion;
putfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
13: goto 15
14: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
getfield sun.security.ssl.ProtocolList.max:Lsun/security/ssl/ProtocolVersion;
putfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
15: StackMap locals:
StackMap stack:
aload 1
ifnull 16
aload 1
getfield sun.security.ssl.ProtocolVersion.v:I
getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmpne 17
16: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
getfield sun.security.ssl.ProtocolList.helloVersion:Lsun/security/ssl/ProtocolVersion;
astore 1
17: StackMap locals:
StackMap stack:
aload 0
new sun.security.ssl.HandshakeInStream
dup
aload 0
getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
invokespecial sun.security.ssl.HandshakeInStream.<init>:(Lsun/security/ssl/HandshakeHash;)V
putfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
18: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 25
19: aload 0
new sun.security.ssl.HandshakeOutStream
dup
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 1
20: aload 0
getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokespecial sun.security.ssl.HandshakeOutStream.<init>:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLSocketImpl;)V
21: putfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
22: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getAppInputStream:()Lsun/security/ssl/AppInputStream;
getfield sun.security.ssl.AppInputStream.r:Lsun/security/ssl/InputRecord;
aload 1
invokevirtual sun.security.ssl.InputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
23: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.getAppOutputStream:()Lsun/security/ssl/AppOutputStream;
getfield sun.security.ssl.AppOutputStream.r:Lsun/security/ssl/OutputRecord;
aload 1
invokevirtual sun.security.ssl.OutputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
24: goto 30
25: StackMap locals:
StackMap stack:
aload 0
new sun.security.ssl.HandshakeOutStream
dup
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 1
26: aload 0
getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokespecial sun.security.ssl.HandshakeOutStream.<init>:(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/HandshakeHash;Lsun/security/ssl/SSLEngineImpl;)V
27: putfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
28: aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
getfield sun.security.ssl.SSLEngineImpl.inputRecord:Lsun/security/ssl/EngineInputRecord;
aload 1
invokevirtual sun.security.ssl.EngineInputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
29: aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
getfield sun.security.ssl.SSLEngineImpl.outputRecord:Lsun/security/ssl/EngineOutputRecord;
aload 1
invokevirtual sun.security.ssl.EngineOutputRecord.setHelloVersion:(Lsun/security/ssl/ProtocolVersion;)V
30: StackMap locals:
StackMap stack:
aload 0
iconst_m1
putfield sun.security.ssl.Handshaker.state:I
31: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 32 0 this Lsun/security/ssl/Handshaker;
0 32 1 helloVersion Lsun/security/ssl/ProtocolVersion;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
helloVersion
void setCipherSuite(sun.security.ssl.CipherSuite);
descriptor: (Lsun/security/ssl/CipherSuite;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
1: aload 0
aload 1
getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
putfield sun.security.ssl.Handshaker.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
0 3 1 s Lsun/security/ssl/CipherSuite;
MethodParameters:
Name Flags
s
boolean isNegotiable(sun.security.ssl.CipherSuite);
descriptor: (Lsun/security/ssl/CipherSuite;)Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
ifnonnull 2
1: aload 0
aload 0
invokevirtual sun.security.ssl.Handshaker.getActiveCipherSuites:()Lsun/security/ssl/CipherSuiteList;
putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
aload 1
invokevirtual sun.security.ssl.CipherSuiteList.contains:(Lsun/security/ssl/CipherSuite;)Z
ifeq 3
aload 1
invokevirtual sun.security.ssl.CipherSuite.isNegotiable:()Z
ifeq 3
iconst_1
ireturn
StackMap locals:
StackMap stack:
3: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/Handshaker;
0 4 1 s Lsun/security/ssl/CipherSuite;
MethodParameters:
Name Flags
s
boolean isNegotiable(sun.security.ssl.ProtocolVersion);
descriptor: (Lsun/security/ssl/ProtocolVersion;)Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
ifnonnull 2
1: aload 0
aload 0
invokevirtual sun.security.ssl.Handshaker.getActiveProtocols:()Lsun/security/ssl/ProtocolList;
putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
aload 1
invokevirtual sun.security.ssl.ProtocolList.contains:(Lsun/security/ssl/ProtocolVersion;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
0 3 1 protocolVersion Lsun/security/ssl/ProtocolVersion;
MethodParameters:
Name Flags
protocolVersion
sun.security.ssl.ProtocolVersion selectProtocolVersion(sun.security.ssl.ProtocolVersion);
descriptor: (Lsun/security/ssl/ProtocolVersion;)Lsun/security/ssl/ProtocolVersion;
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
ifnonnull 2
1: aload 0
aload 0
invokevirtual sun.security.ssl.Handshaker.getActiveProtocols:()Lsun/security/ssl/ProtocolList;
putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
2: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
aload 1
invokevirtual sun.security.ssl.ProtocolList.selectProtocolVersion:(Lsun/security/ssl/ProtocolVersion;)Lsun/security/ssl/ProtocolVersion;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/Handshaker;
0 3 1 protocolVersion Lsun/security/ssl/ProtocolVersion;
MethodParameters:
Name Flags
protocolVersion
sun.security.ssl.CipherSuiteList getActiveCipherSuites();
descriptor: ()Lsun/security/ssl/CipherSuiteList;
flags: (0x0000)
Code:
stack=4, locals=7, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
ifnonnull 50
1: aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
ifnonnull 3
2: aload 0
aload 0
invokevirtual sun.security.ssl.Handshaker.getActiveProtocols:()Lsun/security/ssl/ProtocolList;
putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
3: StackMap locals:
StackMap stack:
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 1
start local 1 4: aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
invokevirtual sun.security.ssl.ProtocolList.collection:()Ljava/util/Collection;
invokeinterface java.util.Collection.isEmpty:()Z
ifne 49
5: aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
getfield sun.security.ssl.ProtocolList.min:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
getstatic sun.security.ssl.ProtocolVersion.NONE:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmpeq 49
6: iconst_0
istore 2
start local 2 7: iconst_0
istore 3
start local 3 8: aload 0
getfield sun.security.ssl.Handshaker.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
invokevirtual sun.security.ssl.CipherSuiteList.collection:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 5
goto 48
StackMap locals: sun.security.ssl.Handshaker java.util.ArrayList int int top java.util.Iterator
StackMap stack:
9: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.CipherSuite
astore 4
start local 4 10: aload 4
getfield sun.security.ssl.CipherSuite.obsoleted:I
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
getfield sun.security.ssl.ProtocolList.min:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmple 39
11: aload 4
getfield sun.security.ssl.CipherSuite.supported:I
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
getfield sun.security.ssl.ProtocolList.max:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmpgt 39
12: aload 0
getfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
13: getstatic sun.security.util.CryptoPrimitive.KEY_AGREEMENT:Lsun/security/util/CryptoPrimitive;
invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
14: aload 4
getfield sun.security.ssl.CipherSuite.name:Ljava/lang/String;
aconst_null
15: invokeinterface sun.security.util.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/lang/String;Ljava/security/AlgorithmParameters;)Z
16: ifeq 48
17: iconst_1
istore 6
start local 6 18: aload 4
getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
getfield sun.security.ssl.CipherSuite$KeyExchange.isEC:Z
ifeq 36
19: iload 2
ifne 28
20: aload 0
getfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
invokestatic sun.security.ssl.SupportedEllipticCurvesExtension.hasActiveCurves:(Lsun/security/util/AlgorithmConstraints;)Z
21: istore 3
22: iconst_1
istore 2
23: iload 3
ifne 28
getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 28
24: ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 28
25: getstatic java.lang.System.out:Ljava/io/PrintStream;
26: ldc "No available elliptic curves"
27: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
28: StackMap locals: sun.security.ssl.Handshaker java.util.ArrayList int int sun.security.ssl.CipherSuite java.util.Iterator int
StackMap stack:
iload 3
istore 6
29: iload 6
ifne 36
getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 36
30: ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 36
31: getstatic java.lang.System.out:Ljava/io/PrintStream;
32: new java.lang.StringBuilder
dup
ldc "No active elliptic curves, ignore "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
33: aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
34: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
35: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
36: StackMap locals:
StackMap stack:
iload 6
ifeq 48
37: aload 1
aload 4
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
end local 6 38: goto 48
StackMap locals:
StackMap stack:
39: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 48
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 48
40: aload 4
getfield sun.security.ssl.CipherSuite.obsoleted:I
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
getfield sun.security.ssl.ProtocolList.min:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmpgt 45
41: getstatic java.lang.System.out:Ljava/io/PrintStream;
42: new java.lang.StringBuilder
dup
ldc "Ignoring obsoleted cipher suite: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
43: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
44: goto 48
45: StackMap locals:
StackMap stack:
getstatic java.lang.System.out:Ljava/io/PrintStream;
46: new java.lang.StringBuilder
dup
ldc "Ignoring unsupported cipher suite: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 4
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
47: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
end local 4 48: StackMap locals: sun.security.ssl.Handshaker java.util.ArrayList int int top java.util.Iterator
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 9
end local 3 end local 2 49: StackMap locals: sun.security.ssl.Handshaker java.util.ArrayList
StackMap stack:
aload 0
new sun.security.ssl.CipherSuiteList
dup
aload 1
invokespecial sun.security.ssl.CipherSuiteList.<init>:(Ljava/util/Collection;)V
putfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
end local 1 50: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeCipherSuites:Lsun/security/ssl/CipherSuiteList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 51 0 this Lsun/security/ssl/Handshaker;
4 50 1 suites Ljava/util/ArrayList<Lsun/security/ssl/CipherSuite;>;
7 49 2 checkedCurves Z
8 49 3 hasCurves Z
10 48 4 suite Lsun/security/ssl/CipherSuite;
18 38 6 available Z
sun.security.ssl.ProtocolList getActiveProtocols();
descriptor: ()Lsun/security/ssl/ProtocolList;
flags: (0x0000)
Code:
stack=4, locals=11, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
ifnonnull 61
1: iconst_0
istore 1
start local 1 2: iconst_0
istore 2
start local 2 3: new java.util.ArrayList
dup
iconst_3
invokespecial java.util.ArrayList.<init>:(I)V
4: astore 3
start local 3 5: getstatic sun.security.util.CryptoPrimitive.KEY_AGREEMENT:Lsun/security/util/CryptoPrimitive;
invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
6: astore 4
start local 4 7: aload 0
getfield sun.security.ssl.Handshaker.enabledProtocols:Lsun/security/ssl/ProtocolList;
invokevirtual sun.security.ssl.ProtocolList.collection:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 6
goto 59
StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet top java.util.Iterator
StackMap stack:
8: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.ProtocolVersion
astore 5
start local 5 9: iconst_0
istore 7
start local 7 10: aload 0
getfield sun.security.ssl.Handshaker.enabledCipherSuites:Lsun/security/ssl/CipherSuiteList;
invokevirtual sun.security.ssl.CipherSuiteList.collection:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 9
goto 54
StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet sun.security.ssl.ProtocolVersion java.util.Iterator int top java.util.Iterator
StackMap stack:
11: aload 9
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast sun.security.ssl.CipherSuite
astore 8
start local 8 12: aload 8
invokevirtual sun.security.ssl.CipherSuite.isAvailable:()Z
ifeq 48
aload 8
getfield sun.security.ssl.CipherSuite.obsoleted:I
aload 5
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmple 48
13: aload 8
getfield sun.security.ssl.CipherSuite.supported:I
aload 5
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmpgt 48
14: aload 0
getfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
15: aload 4
aload 8
getfield sun.security.ssl.CipherSuite.name:Ljava/lang/String;
aconst_null
16: invokeinterface sun.security.util.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/lang/String;Ljava/security/AlgorithmParameters;)Z
17: ifeq 41
18: iconst_1
istore 10
start local 10 19: aload 8
getfield sun.security.ssl.CipherSuite.keyExchange:Lsun/security/ssl/CipherSuite$KeyExchange;
getfield sun.security.ssl.CipherSuite$KeyExchange.isEC:Z
ifeq 37
20: iload 1
ifne 29
21: aload 0
getfield sun.security.ssl.Handshaker.algorithmConstraints:Lsun/security/util/AlgorithmConstraints;
invokestatic sun.security.ssl.SupportedEllipticCurvesExtension.hasActiveCurves:(Lsun/security/util/AlgorithmConstraints;)Z
22: istore 2
23: iconst_1
istore 1
24: iload 2
ifne 29
getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 29
25: ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 29
26: getstatic java.lang.System.out:Ljava/io/PrintStream;
27: ldc "No activated elliptic curves"
28: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
29: StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet sun.security.ssl.ProtocolVersion java.util.Iterator int sun.security.ssl.CipherSuite java.util.Iterator int
StackMap stack:
iload 2
istore 10
30: iload 10
ifne 37
getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 37
31: ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 37
32: getstatic java.lang.System.out:Ljava/io/PrintStream;
33: new java.lang.StringBuilder
dup
ldc "No active elliptic curves, ignore "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
34: aload 8
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " for "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
35: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
36: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
37: StackMap locals:
StackMap stack:
iload 10
ifeq 54
38: aload 3
aload 5
invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
pop
39: iconst_1
istore 7
40: goto 55
end local 10 41: StackMap locals:
StackMap stack:
getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 54
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 54
42: getstatic java.lang.System.out:Ljava/io/PrintStream;
43: new java.lang.StringBuilder
dup
ldc "Ignoring disabled cipher suite: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 8
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
44: ldc " for "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
45: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
46: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
47: goto 54
StackMap locals:
StackMap stack:
48: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 54
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 54
49: getstatic java.lang.System.out:Ljava/io/PrintStream;
50: new java.lang.StringBuilder
dup
ldc "Ignoring unsupported cipher suite: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 8
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
51: ldc " for "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
52: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
53: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
end local 8 54: StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet sun.security.ssl.ProtocolVersion java.util.Iterator int top java.util.Iterator
StackMap stack:
aload 9
invokeinterface java.util.Iterator.hasNext:()Z
ifne 11
55: StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet sun.security.ssl.ProtocolVersion java.util.Iterator int
StackMap stack:
iload 7
ifne 59
getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 59
ldc "handshake"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 59
56: getstatic java.lang.System.out:Ljava/io/PrintStream;
57: new java.lang.StringBuilder
dup
ldc "No available cipher suite for "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
58: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
end local 7 end local 5 59: StackMap locals: sun.security.ssl.Handshaker int int java.util.ArrayList java.util.EnumSet top java.util.Iterator
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 8
60: aload 0
new sun.security.ssl.ProtocolList
dup
aload 3
invokespecial sun.security.ssl.ProtocolList.<init>:(Ljava/util/ArrayList;)V
putfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
end local 4 end local 3 end local 2 end local 1 61: StackMap locals: sun.security.ssl.Handshaker
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.activeProtocols:Lsun/security/ssl/ProtocolList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 62 0 this Lsun/security/ssl/Handshaker;
2 61 1 checkedCurves Z
3 61 2 hasCurves Z
5 61 3 protocols Ljava/util/ArrayList<Lsun/security/ssl/ProtocolVersion;>;
7 61 4 cryptoPrimitives Ljava/util/EnumSet<Lsun/security/util/CryptoPrimitive;>;
9 59 5 protocol Lsun/security/ssl/ProtocolVersion;
10 59 7 found Z
12 54 8 suite Lsun/security/ssl/CipherSuite;
19 41 10 available Z
void setEnableSessionCreation(boolean);
descriptor: (Z)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield sun.security.ssl.Handshaker.enableNewSession:Z
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/Handshaker;
0 2 1 newSessions Z
MethodParameters:
Name Flags
newSessions
sun.security.ssl.CipherBox newReadCipher();
descriptor: ()Lsun/security/ssl/CipherBox;
flags: (0x0000)
Code:
stack=6, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
getfield sun.security.ssl.CipherSuite.cipher:Lsun/security/ssl/CipherSuite$BulkCipher;
astore 1
start local 1 1: aload 0
getfield sun.security.ssl.Handshaker.isClient:Z
ifeq 8
2: aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
aload 0
getfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
3: aload 0
getfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
iconst_0
4: invokevirtual sun.security.ssl.CipherSuite$BulkCipher.newCipher:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;Z)Lsun/security/ssl/CipherBox;
astore 2
start local 2 5: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
6: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
7: goto 13
end local 2 8: StackMap locals: sun.security.ssl.CipherSuite$BulkCipher
StackMap stack:
aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
aload 0
getfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
9: aload 0
getfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
iconst_0
10: invokevirtual sun.security.ssl.CipherSuite$BulkCipher.newCipher:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;Z)Lsun/security/ssl/CipherBox;
astore 2
start local 2 11: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
12: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
13: StackMap locals: sun.security.ssl.CipherBox
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/Handshaker;
1 14 1 cipher Lsun/security/ssl/CipherSuite$BulkCipher;
5 8 2 box Lsun/security/ssl/CipherBox;
11 14 2 box Lsun/security/ssl/CipherBox;
Exceptions:
throws java.security.NoSuchAlgorithmException
sun.security.ssl.CipherBox newWriteCipher();
descriptor: ()Lsun/security/ssl/CipherBox;
flags: (0x0000)
Code:
stack=6, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
getfield sun.security.ssl.CipherSuite.cipher:Lsun/security/ssl/CipherSuite$BulkCipher;
astore 1
start local 1 1: aload 0
getfield sun.security.ssl.Handshaker.isClient:Z
ifeq 8
2: aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
aload 0
getfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
3: aload 0
getfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
iconst_1
4: invokevirtual sun.security.ssl.CipherSuite$BulkCipher.newCipher:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;Z)Lsun/security/ssl/CipherBox;
astore 2
start local 2 5: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
6: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
7: goto 13
end local 2 8: StackMap locals: sun.security.ssl.CipherSuite$BulkCipher
StackMap stack:
aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
aload 0
getfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
9: aload 0
getfield sun.security.ssl.Handshaker.sslContext:Lsun/security/ssl/SSLContextImpl;
invokevirtual sun.security.ssl.SSLContextImpl.getSecureRandom:()Ljava/security/SecureRandom;
iconst_1
10: invokevirtual sun.security.ssl.CipherSuite$BulkCipher.newCipher:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;Ljavax/crypto/spec/IvParameterSpec;Ljava/security/SecureRandom;Z)Lsun/security/ssl/CipherBox;
astore 2
start local 2 11: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
12: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
13: StackMap locals: sun.security.ssl.CipherBox
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/security/ssl/Handshaker;
1 14 1 cipher Lsun/security/ssl/CipherSuite$BulkCipher;
5 8 2 box Lsun/security/ssl/CipherBox;
11 14 2 box Lsun/security/ssl/CipherBox;
Exceptions:
throws java.security.NoSuchAlgorithmException
sun.security.ssl.MAC newReadMAC();
descriptor: ()Lsun/security/ssl/MAC;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
getfield sun.security.ssl.CipherSuite.macAlg:Lsun/security/ssl/CipherSuite$MacAlg;
astore 1
start local 1 1: aload 0
getfield sun.security.ssl.Handshaker.isClient:Z
ifeq 5
2: aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
invokevirtual sun.security.ssl.CipherSuite$MacAlg.newMac:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;)Lsun/security/ssl/MAC;
astore 2
start local 2 3: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
4: goto 7
end local 2 5: StackMap locals: sun.security.ssl.CipherSuite$MacAlg
StackMap stack:
aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
invokevirtual sun.security.ssl.CipherSuite$MacAlg.newMac:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;)Lsun/security/ssl/MAC;
astore 2
start local 2 6: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
7: StackMap locals: sun.security.ssl.MAC
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/ssl/Handshaker;
1 8 1 macAlg Lsun/security/ssl/CipherSuite$MacAlg;
3 5 2 mac Lsun/security/ssl/MAC;
6 8 2 mac Lsun/security/ssl/MAC;
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.InvalidKeyException
sun.security.ssl.MAC newWriteMAC();
descriptor: ()Lsun/security/ssl/MAC;
flags: (0x0000)
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
getfield sun.security.ssl.CipherSuite.macAlg:Lsun/security/ssl/CipherSuite$MacAlg;
astore 1
start local 1 1: aload 0
getfield sun.security.ssl.Handshaker.isClient:Z
ifeq 5
2: aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
invokevirtual sun.security.ssl.CipherSuite$MacAlg.newMac:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;)Lsun/security/ssl/MAC;
astore 2
start local 2 3: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
4: goto 7
end local 2 5: StackMap locals: sun.security.ssl.CipherSuite$MacAlg
StackMap stack:
aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
invokevirtual sun.security.ssl.CipherSuite$MacAlg.newMac:(Lsun/security/ssl/ProtocolVersion;Ljavax/crypto/SecretKey;)Lsun/security/ssl/MAC;
astore 2
start local 2 6: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
7: StackMap locals: sun.security.ssl.MAC
StackMap stack:
aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/ssl/Handshaker;
1 8 1 macAlg Lsun/security/ssl/CipherSuite$MacAlg;
3 5 2 mac Lsun/security/ssl/MAC;
6 8 2 mac Lsun/security/ssl/MAC;
Exceptions:
throws java.security.NoSuchAlgorithmException, java.security.InvalidKeyException
boolean isDone();
descriptor: ()Z
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.state:I
bipush 20
if_icmpne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/Handshaker;
sun.security.ssl.SSLSessionImpl getSession();
descriptor: ()Lsun/security/ssl/SSLSessionImpl;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.session:Lsun/security/ssl/SSLSessionImpl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/Handshaker;
boolean isSecureRenegotiation();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.secureRenegotiation:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/Handshaker;
byte[] getClientVerifyData();
descriptor: ()[B
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.clientVerifyData:[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/Handshaker;
byte[] getServerVerifyData();
descriptor: ()[B
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.serverVerifyData:[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/Handshaker;
void process_record(sun.security.ssl.InputRecord, boolean);
descriptor: (Lsun/security/ssl/InputRecord;Z)V
flags: (0x0000)
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual sun.security.ssl.Handshaker.checkThrown:()V
1: aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
aload 1
invokevirtual sun.security.ssl.HandshakeInStream.incomingRecord:(Lsun/security/ssl/InputRecord;)V
2: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnonnull 3
iload 2
ifeq 5
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.security.ssl.Handshaker.processLoop:()V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 0
new sun.security.ssl.Handshaker$1
dup
aload 0
invokespecial sun.security.ssl.Handshaker$1.<init>:(Lsun/security/ssl/Handshaker;)V
invokevirtual sun.security.ssl.Handshaker.delegateTask:(Ljava/security/PrivilegedExceptionAction;)V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/security/ssl/Handshaker;
0 7 1 r Lsun/security/ssl/InputRecord;
0 7 2 expectingFinished Z
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
r
expectingFinished
void processLoop();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=1
start local 0 0: goto 15
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
iconst_4
invokevirtual sun.security.ssl.HandshakeInStream.mark:(I)V
2: aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
i2b
istore 1
start local 1 3: aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
invokevirtual sun.security.ssl.HandshakeInStream.getInt24:()I
istore 2
start local 2 4: aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
invokevirtual sun.security.ssl.HandshakeInStream.available:()I
iload 2
if_icmpge 7
5: aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
invokevirtual sun.security.ssl.HandshakeInStream.reset:()V
6: return
7: StackMap locals: int int
StackMap stack:
iload 1
ifne 12
8: aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
invokevirtual sun.security.ssl.HandshakeInStream.reset:()V
9: aload 0
iload 1
iload 2
invokevirtual sun.security.ssl.Handshaker.processMessage:(BI)V
10: aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
iconst_4
iload 2
iadd
invokevirtual sun.security.ssl.HandshakeInStream.ignore:(I)V
11: goto 15
12: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
iload 2
invokevirtual sun.security.ssl.HandshakeInStream.mark:(I)V
13: aload 0
iload 1
iload 2
invokevirtual sun.security.ssl.Handshaker.processMessage:(BI)V
14: aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
invokevirtual sun.security.ssl.HandshakeInStream.digestNow:()V
end local 2 end local 1 15: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.input:Lsun/security/ssl/HandshakeInStream;
invokevirtual sun.security.ssl.HandshakeInStream.available:()I
iconst_4
if_icmpge 1
16: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/security/ssl/Handshaker;
3 15 1 messageType B
4 15 2 messageLen I
Exceptions:
throws java.io.IOException
boolean activated();
descriptor: ()Z
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.state:I
iconst_m1
if_icmplt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/Handshaker;
boolean started();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.state:I
iflt 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/Handshaker;
void kickstart();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.state:I
iflt 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.security.ssl.Handshaker.getKickstartMessage:()Lsun/security/ssl/HandshakeMessage;
astore 1
start local 1 3: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 5
ldc "handshake"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 5
4: aload 1
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual sun.security.ssl.HandshakeMessage.print:(Ljava/io/PrintStream;)V
5: StackMap locals: sun.security.ssl.HandshakeMessage
StackMap stack:
aload 1
aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeMessage.write:(Lsun/security/ssl/HandshakeOutStream;)V
6: aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
7: aload 0
aload 1
invokevirtual sun.security.ssl.HandshakeMessage.messageType:()I
putfield sun.security.ssl.Handshaker.state:I
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/security/ssl/Handshaker;
3 9 1 m Lsun/security/ssl/HandshakeMessage;
Exceptions:
throws java.io.IOException
abstract sun.security.ssl.HandshakeMessage getKickstartMessage();
descriptor: ()Lsun/security/ssl/HandshakeMessage;
flags: (0x0400) ACC_ABSTRACT
Exceptions:
throws javax.net.ssl.SSLException
abstract void processMessage(byte, int);
descriptor: (BI)V
flags: (0x0400) ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
messageType
messageLen
abstract void handshakeAlert(byte);
descriptor: (B)V
flags: (0x0400) ACC_ABSTRACT
Exceptions:
throws javax.net.ssl.SSLProtocolException
MethodParameters:
Name Flags
description
void sendChangeCipherSpec(sun.security.ssl.HandshakeMessage$Finished, boolean);
descriptor: (Lsun/security/ssl/HandshakeMessage$Finished;Z)V
flags: (0x0000)
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
1: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 4
2: new sun.security.ssl.OutputRecord
dup
bipush 20
invokespecial sun.security.ssl.OutputRecord.<init>:(B)V
astore 3
start local 3 3: goto 5
end local 3 4: StackMap locals:
StackMap stack:
new sun.security.ssl.EngineOutputRecord
dup
bipush 20
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokespecial sun.security.ssl.EngineOutputRecord.<init>:(BLsun/security/ssl/SSLEngineImpl;)V
astore 3
start local 3 5: StackMap locals: sun.security.ssl.OutputRecord
StackMap stack:
aload 3
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
invokevirtual sun.security.ssl.OutputRecord.setVersion:(Lsun/security/ssl/ProtocolVersion;)V
6: aload 3
iconst_1
invokevirtual sun.security.ssl.OutputRecord.write:(I)V
7: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
ifnull 21
8: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
getfield sun.security.ssl.SSLSocketImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
invokevirtual java.util.concurrent.locks.ReentrantLock.lock:()V
9: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
aload 3
invokevirtual sun.security.ssl.SSLSocketImpl.writeRecord:(Lsun/security/ssl/OutputRecord;)V
10: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
invokevirtual sun.security.ssl.SSLSocketImpl.changeWriteCiphers:()V
11: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 13
ldc "handshake"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 13
12: aload 1
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual sun.security.ssl.HandshakeMessage$Finished.print:(Ljava/io/PrintStream;)V
13: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeMessage$Finished.write:(Lsun/security/ssl/HandshakeOutStream;)V
14: aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
15: goto 19
StackMap locals:
StackMap stack: java.lang.Throwable
16: astore 4
17: aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
getfield sun.security.ssl.SSLSocketImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
18: aload 4
athrow
19: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.conn:Lsun/security/ssl/SSLSocketImpl;
getfield sun.security.ssl.SSLSocketImpl.writeLock:Ljava/util/concurrent/locks/ReentrantLock;
invokevirtual java.util.concurrent.locks.ReentrantLock.unlock:()V
20: goto 34
21: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
getfield sun.security.ssl.SSLEngineImpl.writeLock:Ljava/lang/Object;
dup
astore 4
monitorenter
22: aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
aload 3
checkcast sun.security.ssl.EngineOutputRecord
invokevirtual sun.security.ssl.SSLEngineImpl.writeRecord:(Lsun/security/ssl/EngineOutputRecord;)V
23: aload 0
getfield sun.security.ssl.Handshaker.engine:Lsun/security/ssl/SSLEngineImpl;
invokevirtual sun.security.ssl.SSLEngineImpl.changeWriteCiphers:()V
24: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 26
ldc "handshake"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 26
25: aload 1
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual sun.security.ssl.HandshakeMessage$Finished.print:(Ljava/io/PrintStream;)V
26: StackMap locals: java.lang.Object
StackMap stack:
aload 1
aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeMessage$Finished.write:(Lsun/security/ssl/HandshakeOutStream;)V
27: iload 2
ifeq 29
28: aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.setFinishedMsg:()V
29: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.output:Lsun/security/ssl/HandshakeOutStream;
invokevirtual sun.security.ssl.HandshakeOutStream.flush:()V
30: aload 4
monitorexit
31: goto 34
StackMap locals:
StackMap stack: java.lang.Throwable
32: aload 4
monitorexit
33: athrow
34: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 35 0 this Lsun/security/ssl/Handshaker;
0 35 1 mesg Lsun/security/ssl/HandshakeMessage$Finished;
0 35 2 lastMessage Z
3 4 3 r Lsun/security/ssl/OutputRecord;
5 35 3 r Lsun/security/ssl/OutputRecord;
Exception table:
from to target type
9 16 16 any
22 31 32 any
32 33 32 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
mesg
lastMessage
void calculateKeys(javax.crypto.SecretKey, sun.security.ssl.ProtocolVersion);
descriptor: (Ljavax/crypto/SecretKey;Lsun/security/ssl/ProtocolVersion;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual sun.security.ssl.Handshaker.calculateMasterSecret:(Ljavax/crypto/SecretKey;Lsun/security/ssl/ProtocolVersion;)Ljavax/crypto/SecretKey;
astore 3
start local 3 1: aload 0
getfield sun.security.ssl.Handshaker.session:Lsun/security/ssl/SSLSessionImpl;
aload 3
invokevirtual sun.security.ssl.SSLSessionImpl.setMasterSecret:(Ljavax/crypto/SecretKey;)V
2: aload 0
aload 3
invokevirtual sun.security.ssl.Handshaker.calculateConnectionKeys:(Ljavax/crypto/SecretKey;)V
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/Handshaker;
0 4 1 preMasterSecret Ljavax/crypto/SecretKey;
0 4 2 version Lsun/security/ssl/ProtocolVersion;
1 4 3 master Ljavax/crypto/SecretKey;
MethodParameters:
Name Flags
preMasterSecret
version
private javax.crypto.SecretKey calculateMasterSecret(javax.crypto.SecretKey, sun.security.ssl.ProtocolVersion);
descriptor: (Ljavax/crypto/SecretKey;Lsun/security/ssl/ProtocolVersion;)Ljavax/crypto/SecretKey;
flags: (0x0002) ACC_PRIVATE
Code:
stack=7, locals=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield sun.security.ssl.Handshaker.session:Lsun/security/ssl/SSLSessionImpl;
invokevirtual sun.security.ssl.SSLSessionImpl.getUseExtendedMasterSecret:()Z
ifeq 12
1: ldc "SunTlsExtendedMasterSecret"
astore 4
start local 4 2: bipush 36
newarray 8
astore 5
start local 5 3: aload 0
getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
invokevirtual sun.security.ssl.HandshakeHash.getMD5Clone:()Ljava/security/MessageDigest;
aload 5
iconst_0
bipush 16
invokevirtual java.security.MessageDigest.digest:([BII)I
pop
4: aload 0
getfield sun.security.ssl.Handshaker.handshakeHash:Lsun/security/ssl/HandshakeHash;
invokevirtual sun.security.ssl.HandshakeHash.getSHAClone:()Ljava/security/MessageDigest;
aload 5
bipush 16
bipush 20
invokevirtual java.security.MessageDigest.digest:([BII)I
pop
5: goto 8
StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey sun.security.ssl.ProtocolVersion top java.lang.String byte[]
StackMap stack: java.security.DigestException
6: astore 6
start local 6 7: new java.security.ProviderException
dup
aload 6
invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 6 8: StackMap locals:
StackMap stack:
new sun.security.internal.spec.TlsMasterSecretParameterSpec
dup
9: aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.major:B
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.minor:B
aload 5
10: invokespecial sun.security.internal.spec.TlsMasterSecretParameterSpec.<init>:(Ljavax/crypto/SecretKey;II[B)V
astore 3
end local 5 start local 3 11: goto 17
end local 4 end local 3 12: StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey sun.security.ssl.ProtocolVersion
StackMap stack:
ldc "SunTlsMasterSecret"
astore 4
start local 4 13: new sun.security.internal.spec.TlsMasterSecretParameterSpec
dup
14: aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.major:B
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.minor:B
15: aload 0
getfield sun.security.ssl.Handshaker.clnt_random:Lsun/security/ssl/RandomCookie;
getfield sun.security.ssl.RandomCookie.random_bytes:[B
aload 0
getfield sun.security.ssl.Handshaker.svr_random:Lsun/security/ssl/RandomCookie;
getfield sun.security.ssl.RandomCookie.random_bytes:[B
16: invokespecial sun.security.internal.spec.TlsMasterSecretParameterSpec.<init>:(Ljavax/crypto/SecretKey;II[B[B)V
astore 3
start local 3 17: StackMap locals: sun.security.internal.spec.TlsMasterSecretParameterSpec java.lang.String
StackMap stack:
getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 22
ldc "keygen"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 22
18: new sun.misc.HexDumpEncoder
dup
invokespecial sun.misc.HexDumpEncoder.<init>:()V
astore 5
start local 5 19: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "SESSION KEYGEN:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
20: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "PreMaster Secret:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
21: aload 5
aload 1
invokeinterface javax.crypto.SecretKey.getEncoded:()[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
end local 5 22: StackMap locals:
StackMap stack:
aload 4
invokestatic sun.security.ssl.JsseJce.getKeyGenerator:(Ljava/lang/String;)Ljavax/crypto/KeyGenerator;
astore 5
start local 5 23: aload 5
aload 3
invokevirtual javax.crypto.KeyGenerator.init:(Ljava/security/spec/AlgorithmParameterSpec;)V
24: aload 5
invokevirtual javax.crypto.KeyGenerator.generateKey:()Ljavax/crypto/SecretKey;
25: areturn
end local 5 26: StackMap locals:
StackMap stack: java.security.InvalidAlgorithmParameterException
astore 5
start local 5 27: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 30
ldc "handshake"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 30
28: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "RSA master secret generation error:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
29: aload 5
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual java.security.InvalidAlgorithmParameterException.printStackTrace:(Ljava/io/PrintStream;)V
30: StackMap locals: java.security.InvalidAlgorithmParameterException
StackMap stack:
new java.security.ProviderException
dup
aload 5
invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 5 31: StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey sun.security.ssl.ProtocolVersion sun.security.internal.spec.TlsMasterSecretParameterSpec java.lang.String
StackMap stack: java.security.NoSuchAlgorithmException
astore 5
start local 5 32: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 35
ldc "handshake"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 35
33: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "RSA master secret generation error:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
34: aload 5
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual java.security.NoSuchAlgorithmException.printStackTrace:(Ljava/io/PrintStream;)V
35: StackMap locals: java.security.NoSuchAlgorithmException
StackMap stack:
new java.security.ProviderException
dup
aload 5
invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 36 0 this Lsun/security/ssl/Handshaker;
0 36 1 preMasterSecret Ljavax/crypto/SecretKey;
0 36 2 requestedVersion Lsun/security/ssl/ProtocolVersion;
11 12 3 spec Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
17 36 3 spec Lsun/security/internal/spec/TlsMasterSecretParameterSpec;
2 12 4 masterAlg Ljava/lang/String;
13 36 4 masterAlg Ljava/lang/String;
3 11 5 sessionHash [B
7 8 6 de Ljava/security/DigestException;
19 22 5 dump Lsun/misc/HexDumpEncoder;
23 26 5 kg Ljavax/crypto/KeyGenerator;
27 31 5 e Ljava/security/InvalidAlgorithmParameterException;
32 36 5 e Ljava/security/NoSuchAlgorithmException;
Exception table:
from to target type
3 5 6 Class java.security.DigestException
22 25 26 Class java.security.InvalidAlgorithmParameterException
22 25 31 Class java.security.NoSuchAlgorithmException
MethodParameters:
Name Flags
preMasterSecret
requestedVersion
void calculateConnectionKeys(javax.crypto.SecretKey);
descriptor: (Ljavax/crypto/SecretKey;)V
flags: (0x0000)
Code:
stack=12, locals=9, args_size=2
start local 0 start local 1 0: aload 0
getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
getfield sun.security.ssl.CipherSuite.macAlg:Lsun/security/ssl/CipherSuite$MacAlg;
getfield sun.security.ssl.CipherSuite$MacAlg.size:I
istore 2
start local 2 1: aload 0
getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
getfield sun.security.ssl.CipherSuite.exportable:Z
istore 3
start local 3 2: aload 0
getfield sun.security.ssl.Handshaker.cipherSuite:Lsun/security/ssl/CipherSuite;
getfield sun.security.ssl.CipherSuite.cipher:Lsun/security/ssl/CipherSuite$BulkCipher;
astore 4
start local 4 3: iload 3
ifeq 4
aload 4
getfield sun.security.ssl.CipherSuite$BulkCipher.expandedKeySize:I
goto 5
StackMap locals: int int sun.security.ssl.CipherSuite$BulkCipher
StackMap stack:
4: iconst_0
StackMap locals:
StackMap stack: int
5: istore 5
start local 5 6: new sun.security.internal.spec.TlsKeyMaterialParameterSpec
dup
7: aload 1
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.major:B
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.minor:B
8: aload 0
getfield sun.security.ssl.Handshaker.clnt_random:Lsun/security/ssl/RandomCookie;
getfield sun.security.ssl.RandomCookie.random_bytes:[B
aload 0
getfield sun.security.ssl.Handshaker.svr_random:Lsun/security/ssl/RandomCookie;
getfield sun.security.ssl.RandomCookie.random_bytes:[B
9: aload 4
getfield sun.security.ssl.CipherSuite$BulkCipher.algorithm:Ljava/lang/String;
aload 4
getfield sun.security.ssl.CipherSuite$BulkCipher.keySize:I
iload 5
10: aload 4
getfield sun.security.ssl.CipherSuite$BulkCipher.ivSize:I
iload 2
11: invokespecial sun.security.internal.spec.TlsKeyMaterialParameterSpec.<init>:(Ljavax/crypto/SecretKey;II[B[BLjava/lang/String;IIII)V
astore 6
start local 6 12: ldc "SunTlsKeyMaterial"
invokestatic sun.security.ssl.JsseJce.getKeyGenerator:(Ljava/lang/String;)Ljavax/crypto/KeyGenerator;
astore 7
start local 7 13: aload 7
aload 6
invokevirtual javax.crypto.KeyGenerator.init:(Ljava/security/spec/AlgorithmParameterSpec;)V
14: aload 7
invokevirtual javax.crypto.KeyGenerator.generateKey:()Ljavax/crypto/SecretKey;
checkcast sun.security.internal.spec.TlsKeyMaterialSpec
astore 8
start local 8 15: aload 0
aload 8
invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getClientCipherKey:()Ljavax/crypto/SecretKey;
putfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
16: aload 0
aload 8
invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getServerCipherKey:()Ljavax/crypto/SecretKey;
putfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
17: aload 0
aload 8
invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getClientIv:()Ljavax/crypto/spec/IvParameterSpec;
putfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
18: aload 0
aload 8
invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getServerIv:()Ljavax/crypto/spec/IvParameterSpec;
putfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
19: aload 0
aload 8
invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getClientMacKey:()Ljavax/crypto/SecretKey;
putfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
20: aload 0
aload 8
invokevirtual sun.security.internal.spec.TlsKeyMaterialSpec.getServerMacKey:()Ljavax/crypto/SecretKey;
putfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
end local 8 end local 7 21: goto 24
StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey int int sun.security.ssl.CipherSuite$BulkCipher int sun.security.internal.spec.TlsKeyMaterialParameterSpec
StackMap stack: java.security.GeneralSecurityException
22: astore 7
start local 7 23: new java.security.ProviderException
dup
aload 7
invokespecial java.security.ProviderException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 7 24: StackMap locals:
StackMap stack:
aload 0
iconst_1
putfield sun.security.ssl.Handshaker.sessKeysCalculated:Z
25: getstatic sun.security.ssl.Handshaker.debug:Lsun/security/ssl/Debug;
ifnull 63
ldc "keygen"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 63
26: getstatic java.lang.System.out:Ljava/io/PrintStream;
dup
astore 7
monitorenter
27: new sun.misc.HexDumpEncoder
dup
invokespecial sun.misc.HexDumpEncoder.<init>:()V
astore 8
start local 8 28: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "CONNECTION KEYGEN:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
29: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Client Nonce:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
30: aload 8
aload 0
getfield sun.security.ssl.Handshaker.clnt_random:Lsun/security/ssl/RandomCookie;
getfield sun.security.ssl.RandomCookie.random_bytes:[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
31: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Server Nonce:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
32: aload 8
aload 0
getfield sun.security.ssl.Handshaker.svr_random:Lsun/security/ssl/RandomCookie;
getfield sun.security.ssl.RandomCookie.random_bytes:[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
33: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Master Secret:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
34: aload 8
aload 1
invokeinterface javax.crypto.SecretKey.getEncoded:()[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
35: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Client MAC write Secret:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
36: aload 8
aload 0
getfield sun.security.ssl.Handshaker.clntMacSecret:Ljavax/crypto/SecretKey;
invokeinterface javax.crypto.SecretKey.getEncoded:()[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
37: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Server MAC write Secret:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
38: aload 8
aload 0
getfield sun.security.ssl.Handshaker.svrMacSecret:Ljavax/crypto/SecretKey;
invokeinterface javax.crypto.SecretKey.getEncoded:()[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
39: aload 0
getfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
ifnull 45
40: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Client write key:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
41: aload 8
aload 0
getfield sun.security.ssl.Handshaker.clntWriteKey:Ljavax/crypto/SecretKey;
invokeinterface javax.crypto.SecretKey.getEncoded:()[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
42: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Server write key:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
43: aload 8
aload 0
getfield sun.security.ssl.Handshaker.svrWriteKey:Ljavax/crypto/SecretKey;
invokeinterface javax.crypto.SecretKey.getEncoded:()[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
44: goto 46
45: StackMap locals: java.io.PrintStream sun.misc.HexDumpEncoder
StackMap stack:
getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "... no encryption keys used"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
46: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
ifnull 52
47: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Client write IV:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
48: aload 8
aload 0
getfield sun.security.ssl.Handshaker.clntWriteIV:Ljavax/crypto/spec/IvParameterSpec;
invokevirtual javax.crypto.spec.IvParameterSpec.getIV:()[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
49: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "Server write IV:"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
50: aload 8
aload 0
getfield sun.security.ssl.Handshaker.svrWriteIV:Ljavax/crypto/spec/IvParameterSpec;
invokevirtual javax.crypto.spec.IvParameterSpec.getIV:()[B
invokestatic sun.security.ssl.Handshaker.printHex:(Lsun/misc/HexDumpEncoder;[B)V
51: goto 58
52: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
getstatic sun.security.ssl.ProtocolVersion.TLS11:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.v:I
if_icmplt 57
53: getstatic java.lang.System.out:Ljava/io/PrintStream;
54: ldc "... no IV derived for this protocol"
55: invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
56: goto 58
57: StackMap locals:
StackMap stack:
getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "... no IV used for this cipher"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
58: StackMap locals:
StackMap stack:
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual java.io.PrintStream.flush:()V
end local 8 59: aload 7
monitorexit
60: goto 63
StackMap locals: sun.security.ssl.Handshaker javax.crypto.SecretKey int int sun.security.ssl.CipherSuite$BulkCipher int sun.security.internal.spec.TlsKeyMaterialParameterSpec java.io.PrintStream
StackMap stack: java.lang.Throwable
61: aload 7
monitorexit
62: athrow
63: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 64 0 this Lsun/security/ssl/Handshaker;
0 64 1 masterKey Ljavax/crypto/SecretKey;
1 64 2 hashSize I
2 64 3 is_exportable Z
3 64 4 cipher Lsun/security/ssl/CipherSuite$BulkCipher;
6 64 5 expandedKeySize I
12 64 6 spec Lsun/security/internal/spec/TlsKeyMaterialParameterSpec;
13 21 7 kg Ljavax/crypto/KeyGenerator;
15 21 8 keySpec Lsun/security/internal/spec/TlsKeyMaterialSpec;
23 24 7 e Ljava/security/GeneralSecurityException;
28 59 8 dump Lsun/misc/HexDumpEncoder;
Exception table:
from to target type
12 21 22 Class java.security.GeneralSecurityException
27 60 61 any
61 62 61 any
MethodParameters:
Name Flags
masterKey
boolean sessionKeysCalculated();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.sessKeysCalculated:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/Handshaker;
private static void printHex(sun.misc.HexDumpEncoder, byte[]);
descriptor: (Lsun/misc/HexDumpEncoder;[B)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 3
1: getstatic java.lang.System.out:Ljava/io/PrintStream;
ldc "(key bytes not available)"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
2: goto 6
3: StackMap locals:
StackMap stack:
aload 0
aload 1
getstatic java.lang.System.out:Ljava/io/PrintStream;
invokevirtual sun.misc.HexDumpEncoder.encodeBuffer:([BLjava/io/OutputStream;)V
4: goto 6
StackMap locals:
StackMap stack: java.io.IOException
5: pop
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 dump Lsun/misc/HexDumpEncoder;
0 7 1 bytes [B
Exception table:
from to target type
3 4 5 Class java.io.IOException
MethodParameters:
Name Flags
dump
bytes
static void throwSSLException(java.lang.String, java.lang.Throwable);
descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new javax.net.ssl.SSLException
dup
aload 0
invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;)V
astore 2
start local 2 1: aload 2
aload 1
invokevirtual javax.net.ssl.SSLException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
pop
2: aload 2
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 msg Ljava/lang/String;
0 3 1 cause Ljava/lang/Throwable;
1 3 2 e Ljavax/net/ssl/SSLException;
Exceptions:
throws javax.net.ssl.SSLException
MethodParameters:
Name Flags
msg
cause
private <T> void delegateTask(java.security.PrivilegedExceptionAction<T>);
descriptor: (Ljava/security/PrivilegedExceptionAction;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=2, args_size=2
start local 0 start local 1 0: aload 0
new sun.security.ssl.Handshaker$DelegatedTask
dup
aload 0
aload 1
invokespecial sun.security.ssl.Handshaker$DelegatedTask.<init>:(Lsun/security/ssl/Handshaker;Ljava/security/PrivilegedExceptionAction;)V
putfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
1: aload 0
iconst_0
putfield sun.security.ssl.Handshaker.taskDelegated:Z
2: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/Handshaker;
0 4 1 pea Ljava/security/PrivilegedExceptionAction<TT;>;
Signature: <T:Ljava/lang/Object;>(Ljava/security/PrivilegedExceptionAction<TT;>;)V
MethodParameters:
Name Flags
pea
sun.security.ssl.Handshaker$DelegatedTask<?> getTask();
descriptor: ()Lsun/security/ssl/Handshaker$DelegatedTask;
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.taskDelegated:Z
ifne 3
1: aload 0
iconst_1
putfield sun.security.ssl.Handshaker.taskDelegated:Z
2: aload 0
getfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
areturn
3: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/Handshaker;
Signature: ()Lsun/security/ssl/Handshaker$DelegatedTask<*>;
boolean taskOutstanding();
descriptor: ()Z
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.delegatedTask:Lsun/security/ssl/Handshaker$DelegatedTask;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/Handshaker;
void checkThrown();
descriptor: ()V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.Handshaker.thrownLock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
ifnull 22
2: aload 0
getfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
astore 2
start local 2 3: aload 2
ifnonnull 5
4: ldc "Delegated task threw Exception/Error"
astore 2
5: StackMap locals: java.lang.Object java.lang.String
StackMap stack:
aload 0
getfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
astore 3
start local 3 6: aload 0
aconst_null
putfield sun.security.ssl.Handshaker.thrown:Ljava/lang/Exception;
7: aload 3
instanceof java.lang.RuntimeException
ifeq 9
8: new java.lang.RuntimeException
dup
aload 2
aload 3
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
9: StackMap locals: java.lang.Exception
StackMap stack:
aload 3
instanceof javax.net.ssl.SSLHandshakeException
ifeq 12
10: new javax.net.ssl.SSLHandshakeException
dup
aload 2
invokespecial javax.net.ssl.SSLHandshakeException.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual javax.net.ssl.SSLHandshakeException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
11: checkcast javax.net.ssl.SSLHandshakeException
athrow
12: StackMap locals:
StackMap stack:
aload 3
instanceof javax.net.ssl.SSLKeyException
ifeq 15
13: new javax.net.ssl.SSLKeyException
dup
aload 2
invokespecial javax.net.ssl.SSLKeyException.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual javax.net.ssl.SSLKeyException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
14: checkcast javax.net.ssl.SSLKeyException
athrow
15: StackMap locals:
StackMap stack:
aload 3
instanceof javax.net.ssl.SSLPeerUnverifiedException
ifeq 18
16: new javax.net.ssl.SSLPeerUnverifiedException
dup
aload 2
invokespecial javax.net.ssl.SSLPeerUnverifiedException.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual javax.net.ssl.SSLPeerUnverifiedException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
17: checkcast javax.net.ssl.SSLPeerUnverifiedException
athrow
18: StackMap locals:
StackMap stack:
aload 3
instanceof javax.net.ssl.SSLProtocolException
ifeq 21
19: new javax.net.ssl.SSLProtocolException
dup
aload 2
invokespecial javax.net.ssl.SSLProtocolException.<init>:(Ljava/lang/String;)V
aload 3
invokevirtual javax.net.ssl.SSLProtocolException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
20: checkcast javax.net.ssl.SSLProtocolException
athrow
21: StackMap locals:
StackMap stack:
new javax.net.ssl.SSLException
dup
aload 2
aload 3
invokespecial javax.net.ssl.SSLException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 3 end local 2 22: StackMap locals:
StackMap stack:
aload 1
monitorexit
23: goto 26
StackMap locals:
StackMap stack: java.lang.Throwable
24: aload 1
monitorexit
25: athrow
26: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lsun/security/ssl/Handshaker;
3 22 2 msg Ljava/lang/String;
6 22 3 e Ljava/lang/Exception;
Exception table:
from to target type
1 23 24 any
24 25 24 any
Exceptions:
throws javax.net.ssl.SSLException
}
SourceFile: "Handshaker.java"
NestMembers:
sun.security.ssl.Handshaker$1 sun.security.ssl.Handshaker$DelegatedTask
InnerClasses:
final BulkCipher = sun.security.ssl.CipherSuite$BulkCipher of sun.security.ssl.CipherSuite
final KeyExchange = sun.security.ssl.CipherSuite$KeyExchange of sun.security.ssl.CipherSuite
final MacAlg = sun.security.ssl.CipherSuite$MacAlg of sun.security.ssl.CipherSuite
final Finished = sun.security.ssl.HandshakeMessage$Finished of sun.security.ssl.HandshakeMessage
sun.security.ssl.Handshaker$1
DelegatedTask = sun.security.ssl.Handshaker$DelegatedTask of sun.security.ssl.Handshaker