final class sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage extends sun.security.ssl.SSLHandshake$HandshakeMessage
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage
super_class: sun.security.ssl.SSLHandshake$HandshakeMessage
{
final int serverVersion;
descriptor: I
flags: (0x0010) ACC_FINAL
final byte[] cookie;
descriptor: [B
flags: (0x0010) ACC_FINAL
void <init>(sun.security.ssl.HandshakeContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
descriptor: (Lsun/security/ssl/HandshakeContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
flags: (0x0000)
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: aload 1
checkcast sun.security.ssl.ServerHandshakeContext
2: astore 3
start local 3 3: aload 2
checkcast sun.security.ssl.ClientHello$ClientHelloMessage
astore 4
start local 4 4: aload 3
getfield sun.security.ssl.ServerHandshakeContext.sslContext:Lsun/security/ssl/SSLContextImpl;
getstatic sun.security.ssl.ProtocolVersion.DTLS10:Lsun/security/ssl/ProtocolVersion;
invokevirtual sun.security.ssl.SSLContextImpl.getHelloCookieManager:(Lsun/security/ssl/ProtocolVersion;)Lsun/security/ssl/HelloCookieManager;
5: astore 5
start local 5 6: aload 0
aload 3
getfield sun.security.ssl.ServerHandshakeContext.clientHelloVersion:I
putfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
7: aload 0
aload 5
aload 3
aload 4
invokevirtual sun.security.ssl.HelloCookieManager.createCookie:(Lsun/security/ssl/ServerHandshakeContext;Lsun/security/ssl/ClientHello$ClientHelloMessage;)[B
putfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.cookie:[B
8: return
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 9 0 this Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
0 9 1 context Lsun/security/ssl/HandshakeContext;
0 9 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
3 9 3 shc Lsun/security/ssl/ServerHandshakeContext;
4 9 4 clientHello Lsun/security/ssl/ClientHello$ClientHelloMessage;
6 9 5 hcMgr Lsun/security/ssl/HelloCookieManager;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: aload 1
checkcast sun.security.ssl.ClientHandshakeContext
astore 3
start local 3 2: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
iconst_3
if_icmpge 6
3: aload 3
getfield sun.security.ssl.ClientHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
4: ldc "Invalid HelloVerifyRequest: no sufficient data"
5: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
6: StackMap locals: sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage sun.security.ssl.HandshakeContext java.nio.ByteBuffer sun.security.ssl.ClientHandshakeContext
StackMap stack:
aload 2
invokevirtual java.nio.ByteBuffer.get:()B
istore 4
start local 4 7: aload 2
invokevirtual java.nio.ByteBuffer.get:()B
istore 5
start local 5 8: aload 0
iload 4
sipush 255
iand
bipush 8
ishl
iload 5
sipush 255
iand
ior
putfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
9: aload 0
aload 2
invokestatic sun.security.ssl.Record.getBytes8:(Ljava/nio/ByteBuffer;)[B
putfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.cookie:[B
10: return
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 11 0 this Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
0 11 1 context Lsun/security/ssl/HandshakeContext;
0 11 2 m Ljava/nio/ByteBuffer;
2 11 3 chc Lsun/security/ssl/ClientHandshakeContext;
7 11 4 major B
8 11 5 minor B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
m
public sun.security.ssl.SSLHandshake handshakeType();
descriptor: ()Lsun/security/ssl/SSLHandshake;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic sun.security.ssl.SSLHandshake.HELLO_VERIFY_REQUEST:Lsun/security/ssl/SSLHandshake;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
public int messageLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iconst_3
aload 0
getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.cookie:[B
arraylength
iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
public void send(sun.security.ssl.HandshakeOutStream);
descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
bipush 8
iushr
sipush 255
iand
i2b
invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
1: aload 1
aload 0
getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
sipush 255
iand
i2b
invokevirtual sun.security.ssl.HandshakeOutStream.putInt8:(I)V
2: aload 1
aload 0
getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.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/HelloVerifyRequest$HelloVerifyRequestMessage;
0 4 1 hos Lsun/security/ssl/HandshakeOutStream;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
hos
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: new java.text.MessageFormat
dup
1: ldc "\"HelloVerifyRequest\": '{'\n \"server version\" : \"{0}\",\n \"cookie\" : \"{1}\",\n'}'"
2: getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
3: invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;Ljava/util/Locale;)V
astore 1
start local 1 4: iconst_2
anewarray java.lang.Object
dup
iconst_0
5: aload 0
getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.serverVersion:I
invokestatic sun.security.ssl.ProtocolVersion.nameOf:(I)Ljava/lang/String;
aastore
dup
iconst_1
6: aload 0
getfield sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage.cookie:[B
invokestatic sun.security.ssl.Utilities.toHexString:([B)Ljava/lang/String;
aastore
7: astore 2
start local 2 8: aload 1
aload 2
invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/security/ssl/HelloVerifyRequest$HelloVerifyRequestMessage;
4 9 1 messageFormat Ljava/text/MessageFormat;
8 9 2 messageFields [Ljava/lang/Object;
}
SourceFile: "HelloVerifyRequest.java"
NestHost: sun.security.ssl.HelloVerifyRequest
InnerClasses:
final ClientHelloMessage = sun.security.ssl.ClientHello$ClientHelloMessage of sun.security.ssl.ClientHello
final HelloVerifyRequestMessage = sun.security.ssl.HelloVerifyRequest$HelloVerifyRequestMessage of sun.security.ssl.HelloVerifyRequest
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake