final class sun.security.ssl.HandshakeMessage$HelloVerifyRequest extends sun.security.ssl.HandshakeMessage
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.HandshakeMessage$HelloVerifyRequest
super_class: sun.security.ssl.HandshakeMessage
{
sun.security.ssl.ProtocolVersion protocolVersion;
descriptor: Lsun/security/ssl/ProtocolVersion;
flags: (0x0000)
byte[] cookie;
descriptor: [B
flags: (0x0000)
void <init>(sun.security.ssl.HelloCookieManager, sun.security.ssl.HandshakeMessage$ClientHello);
descriptor: (Lsun/security/ssl/HelloCookieManager;Lsun/security/ssl/HandshakeMessage$ClientHello;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
1: aload 0
aload 2
getfield sun.security.ssl.HandshakeMessage$ClientHello.protocolVersion:Lsun/security/ssl/ProtocolVersion;
putfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
2: aload 0
aload 1
aload 2
invokevirtual sun.security.ssl.HelloCookieManager.getCookie:(Lsun/security/ssl/HandshakeMessage$ClientHello;)[B
putfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
0 4 1 helloCookieManager Lsun/security/ssl/HelloCookieManager;
0 4 2 clientHelloMsg Lsun/security/ssl/HandshakeMessage$ClientHello;
MethodParameters:
Name Flags
helloCookieManager
clientHelloMsg
void <init>(sun.security.ssl.HandshakeInStream, int);
descriptor: (Lsun/security/ssl/HandshakeInStream;I)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial sun.security.ssl.HandshakeMessage.<init>:()V
1: aload 0
2: aload 1
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
aload 1
invokevirtual sun.security.ssl.HandshakeInStream.getInt8:()I
invokestatic sun.security.ssl.ProtocolVersion.valueOf:(II)Lsun/security/ssl/ProtocolVersion;
3: putfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
4: aload 0
aload 1
invokevirtual sun.security.ssl.HandshakeInStream.getBytes8:()[B
putfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
5: aload 0
getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
aload 0
getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
invokestatic sun.security.ssl.HelloCookieManager.checkCookie:(Lsun/security/ssl/ProtocolVersion;[B)V
6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
0 7 1 input Lsun/security/ssl/HandshakeInStream;
0 7 2 messageLength I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
input
messageLength
int messageType();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_3
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
int messageLength();
descriptor: ()I
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: iconst_2
aload 0
getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
arraylength
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
void send(sun.security.ssl.HandshakeOutStream);
descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.major:B
invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
1: aload 1
aload 0
getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
getfield sun.security.ssl.ProtocolVersion.minor:B
invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
2: aload 1
aload 0
getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
invokevirtual sun.security.ssl.HandshakeOutStream.putBytes8:([B)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/HandshakeMessage$HelloVerifyRequest;
0 4 1 hos Lsun/security/ssl/HandshakeOutStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
hos
void print(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ldc "*** HelloVerifyRequest"
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
1: getstatic sun.security.ssl.HandshakeMessage$HelloVerifyRequest.debug:Lsun/security/ssl/Debug;
ifnull 4
ldc "verbose"
invokestatic sun.security.ssl.Debug.isOn:(Ljava/lang/String;)Z
ifeq 4
2: aload 1
new java.lang.StringBuilder
dup
ldc "server_version: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.protocolVersion:Lsun/security/ssl/ProtocolVersion;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
3: aload 1
ldc "cookie"
aload 0
getfield sun.security.ssl.HandshakeMessage$HelloVerifyRequest.cookie:[B
invokestatic sun.security.ssl.Debug.println:(Ljava/io/PrintStream;Ljava/lang/String;[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/HandshakeMessage$HelloVerifyRequest;
0 5 1 out Ljava/io/PrintStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
out
}
SourceFile: "HandshakeMessage.java"
NestHost: sun.security.ssl.HandshakeMessage
InnerClasses:
final ClientHello = sun.security.ssl.HandshakeMessage$ClientHello of sun.security.ssl.HandshakeMessage
final HelloVerifyRequest = sun.security.ssl.HandshakeMessage$HelloVerifyRequest of sun.security.ssl.HandshakeMessage