final class sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage extends sun.security.ssl.NewSessionTicket$NewSessionTicketMessage
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage
super_class: sun.security.ssl.NewSessionTicket$NewSessionTicketMessage
{
int ticketAgeAdd;
descriptor: I
flags: (0x0000)
byte[] ticketNonce;
descriptor: [B
flags: (0x0000)
sun.security.ssl.SSLExtensions extensions;
descriptor: Lsun/security/ssl/SSLExtensions;
flags: (0x0000)
void <init>(sun.security.ssl.HandshakeContext, int, java.security.SecureRandom, byte[], byte[]);
descriptor: (Lsun/security/ssl/HandshakeContext;ILjava/security/SecureRandom;[B[B)V
flags: (0x0000)
Code:
stack=4, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
invokespecial sun.security.ssl.NewSessionTicket$NewSessionTicketMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: aload 0
iload 2
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketLifetime:I
2: aload 0
aload 3
invokevirtual java.security.SecureRandom.nextInt:()I
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketAgeAdd:I
3: aload 0
aload 4
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketNonce:[B
4: aload 0
aload 5
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticket:[B
5: aload 0
new sun.security.ssl.SSLExtensions
dup
aload 0
invokespecial sun.security.ssl.SSLExtensions.<init>:(Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.extensions:Lsun/security/ssl/SSLExtensions;
6: 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 7 0 this Lsun/security/ssl/NewSessionTicket$T13NewSessionTicketMessage;
0 7 1 context Lsun/security/ssl/HandshakeContext;
0 7 2 ticketLifetime I
0 7 3 generator Ljava/security/SecureRandom;
0 7 4 ticketNonce [B
0 7 5 ticket [B
MethodParameters:
Name Flags
context
ticketLifetime
generator
ticketNonce
ticket
void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=6, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial sun.security.ssl.NewSessionTicket$NewSessionTicketMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
bipush 14
if_icmpge 5
2: aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
3: ldc "Invalid NewSessionTicket message: insufficient data"
4: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
5: StackMap locals: sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage sun.security.ssl.HandshakeContext java.nio.ByteBuffer
StackMap stack:
aload 0
aload 2
invokestatic sun.security.ssl.Record.getInt32:(Ljava/nio/ByteBuffer;)I
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketLifetime:I
6: aload 0
aload 2
invokestatic sun.security.ssl.Record.getInt32:(Ljava/nio/ByteBuffer;)I
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketAgeAdd:I
7: aload 0
aload 2
invokestatic sun.security.ssl.Record.getBytes8:(Ljava/nio/ByteBuffer;)[B
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketNonce:[B
8: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
iconst_5
if_icmpge 12
9: aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
10: ldc "Invalid NewSessionTicket message: insufficient ticket data"
11: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
12: StackMap locals:
StackMap stack:
aload 0
aload 2
invokestatic sun.security.ssl.Record.getBytes16:(Ljava/nio/ByteBuffer;)[B
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticket:[B
13: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticket:[B
arraylength
ifne 17
14: getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 17
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 17
15: ldc "No ticket in the NewSessionTicket handshake message"
iconst_0
anewarray java.lang.Object
16: invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
17: StackMap locals:
StackMap stack:
aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
iconst_2
if_icmpge 21
18: aload 1
getfield sun.security.ssl.HandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
19: ldc "Invalid NewSessionTicket message: extra data"
20: invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/String;)Ljavax/net/ssl/SSLException;
athrow
21: StackMap locals:
StackMap stack:
aload 1
getfield sun.security.ssl.HandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
22: getstatic sun.security.ssl.SSLHandshake.NEW_SESSION_TICKET:Lsun/security/ssl/SSLHandshake;
23: invokevirtual sun.security.ssl.SSLConfiguration.getEnabledExtensions:(Lsun/security/ssl/SSLHandshake;)[Lsun/security/ssl/SSLExtension;
24: astore 3
start local 3 25: aload 0
new sun.security.ssl.SSLExtensions
dup
aload 0
aload 2
aload 3
invokespecial sun.security.ssl.SSLExtensions.<init>:(Lsun/security/ssl/SSLHandshake$HandshakeMessage;Ljava/nio/ByteBuffer;[Lsun/security/ssl/SSLExtension;)V
putfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.extensions:Lsun/security/ssl/SSLExtensions;
26: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lsun/security/ssl/NewSessionTicket$T13NewSessionTicketMessage;
0 27 1 context Lsun/security/ssl/HandshakeContext;
0 27 2 m Ljava/nio/ByteBuffer;
25 27 3 supportedExtensions [Lsun/security/ssl/SSLExtension;
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.NEW_SESSION_TICKET:Lsun/security/ssl/SSLHandshake;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/NewSessionTicket$T13NewSessionTicketMessage;
int getTicketAgeAdd();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketAgeAdd:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/NewSessionTicket$T13NewSessionTicketMessage;
byte[] getTicketNonce();
descriptor: ()[B
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketNonce:[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/NewSessionTicket$T13NewSessionTicketMessage;
public int messageLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.extensions:Lsun/security/ssl/SSLExtensions;
invokevirtual sun.security.ssl.SSLExtensions.length:()I
istore 1
start local 1 1: iload 1
ifne 3
2: iconst_2
istore 1
3: StackMap locals: int
StackMap stack:
bipush 9
4: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketNonce:[B
arraylength
5: iadd
6: iconst_2
7: iadd
8: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticket:[B
arraylength
9: iadd
10: iload 1
11: iadd
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lsun/security/ssl/NewSessionTicket$T13NewSessionTicketMessage;
1 12 1 extLen I
public void send(sun.security.ssl.HandshakeOutStream);
descriptor: (Lsun/security/ssl/HandshakeOutStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketLifetime:I
invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
1: aload 1
aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketAgeAdd:I
invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
2: aload 1
aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketNonce:[B
invokevirtual sun.security.ssl.HandshakeOutStream.putBytes8:([B)V
3: aload 1
aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticket:[B
invokevirtual sun.security.ssl.HandshakeOutStream.putBytes16:([B)V
4: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.extensions:Lsun/security/ssl/SSLExtensions;
invokevirtual sun.security.ssl.SSLExtensions.length:()I
ifne 7
5: aload 1
iconst_0
invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
6: goto 8
7: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.extensions:Lsun/security/ssl/SSLExtensions;
aload 1
invokevirtual sun.security.ssl.SSLExtensions.send:(Lsun/security/ssl/HandshakeOutStream;)V
8: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lsun/security/ssl/NewSessionTicket$T13NewSessionTicketMessage;
0 9 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=5, locals=4, args_size=1
start local 0 0: new java.text.MessageFormat
dup
1: ldc "\"NewSessionTicket\": '{'\n \"ticket_lifetime\" : \"{0}\",\n \"ticket_age_add\" : \"{1}\",\n \"ticket_nonce\" : \"{2}\",\n \"ticket\" : '{'\n{3}\n '}' \"extensions\" : [\n{4}\n ]\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: new sun.security.util.HexDumpEncoder
dup
invokespecial sun.security.util.HexDumpEncoder.<init>:()V
astore 2
start local 2 5: iconst_5
anewarray java.lang.Object
dup
iconst_0
6: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketLifetime:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
7: ldc "<omitted>"
aastore
dup
iconst_2
8: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticketNonce:[B
invokestatic sun.security.ssl.Utilities.toHexString:([B)Ljava/lang/String;
aastore
dup
iconst_3
9: aload 2
aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.ticket:[B
invokevirtual sun.security.util.HexDumpEncoder.encode:([B)Ljava/lang/String;
ldc " "
invokestatic sun.security.ssl.Utilities.indent:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
aastore
dup
iconst_4
10: aload 0
getfield sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage.extensions:Lsun/security/ssl/SSLExtensions;
invokevirtual sun.security.ssl.SSLExtensions.toString:()Ljava/lang/String;
ldc " "
invokestatic sun.security.ssl.Utilities.indent:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
aastore
11: astore 3
start local 3 12: aload 1
aload 3
invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lsun/security/ssl/NewSessionTicket$T13NewSessionTicketMessage;
4 13 1 messageFormat Ljava/text/MessageFormat;
5 13 2 hexEncoder Lsun/security/util/HexDumpEncoder;
12 13 3 messageFields [Ljava/lang/Object;
}
SourceFile: "NewSessionTicket.java"
NestHost: sun.security.ssl.NewSessionTicket
InnerClasses:
abstract NewSessionTicketMessage = sun.security.ssl.NewSessionTicket$NewSessionTicketMessage of sun.security.ssl.NewSessionTicket
final T13NewSessionTicketMessage = sun.security.ssl.NewSessionTicket$T13NewSessionTicketMessage of sun.security.ssl.NewSessionTicket
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake