final class sun.security.ssl.NewSessionTicket$T12NewSessionTicketMessage 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$T12NewSessionTicketMessage
super_class: sun.security.ssl.NewSessionTicket$NewSessionTicketMessage
{
void <init>(sun.security.ssl.HandshakeContext, int, byte[]);
descriptor: (Lsun/security/ssl/HandshakeContext;I[B)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 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$T12NewSessionTicketMessage.ticketLifetime:I
2: aload 0
aload 3
putfield sun.security.ssl.NewSessionTicket$T12NewSessionTicketMessage.ticket:[B
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/NewSessionTicket$T12NewSessionTicketMessage;
0 4 1 context Lsun/security/ssl/HandshakeContext;
0 4 2 ticketLifetime I
0 4 3 ticket [B
MethodParameters:
Name Flags
context
ticketLifetime
ticket
void <init>(sun.security.ssl.HandshakeContext, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/HandshakeContext;Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=3, locals=3, 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 6
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$T12NewSessionTicketMessage 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$T12NewSessionTicketMessage.ticketLifetime:I
6: aload 0
aload 2
invokestatic sun.security.ssl.Record.getBytes16:(Ljava/nio/ByteBuffer;)[B
putfield sun.security.ssl.NewSessionTicket$T12NewSessionTicketMessage.ticket:[B
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/ssl/NewSessionTicket$T12NewSessionTicketMessage;
0 8 1 context Lsun/security/ssl/HandshakeContext;
0 8 2 m Ljava/nio/ByteBuffer;
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$T12NewSessionTicketMessage;
public int messageLength();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: bipush 6
1: aload 0
getfield sun.security.ssl.NewSessionTicket$T12NewSessionTicketMessage.ticket:[B
arraylength
2: iadd
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/NewSessionTicket$T12NewSessionTicketMessage;
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$T12NewSessionTicketMessage.ticketLifetime:I
invokevirtual sun.security.ssl.HandshakeOutStream.putInt32:(I)V
1: aload 1
aload 0
getfield sun.security.ssl.NewSessionTicket$T12NewSessionTicketMessage.ticket:[B
invokevirtual sun.security.ssl.HandshakeOutStream.putBytes16:([B)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/NewSessionTicket$T12NewSessionTicketMessage;
0 3 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\" : '{'\n{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: new sun.security.util.HexDumpEncoder
dup
invokespecial sun.security.util.HexDumpEncoder.<init>:()V
astore 2
start local 2 5: iconst_2
anewarray java.lang.Object
dup
iconst_0
6: aload 0
getfield sun.security.ssl.NewSessionTicket$T12NewSessionTicketMessage.ticketLifetime:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aastore
dup
iconst_1
7: aload 2
aload 0
getfield sun.security.ssl.NewSessionTicket$T12NewSessionTicketMessage.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
8: astore 3
start local 3 9: 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 10 0 this Lsun/security/ssl/NewSessionTicket$T12NewSessionTicketMessage;
4 10 1 messageFormat Ljava/text/MessageFormat;
5 10 2 hexEncoder Lsun/security/util/HexDumpEncoder;
9 10 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 T12NewSessionTicketMessage = sun.security.ssl.NewSessionTicket$T12NewSessionTicketMessage of sun.security.ssl.NewSessionTicket