final class sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage extends sun.security.ssl.SSLHandshake$HandshakeMessage
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage
super_class: sun.security.ssl.SSLHandshake$HandshakeMessage
{
private final sun.security.ssl.SSLExtensions extensions;
descriptor: Lsun/security/ssl/SSLExtensions;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(sun.security.ssl.HandshakeContext);
descriptor: (Lsun/security/ssl/HandshakeContext;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial sun.security.ssl.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: 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.EncryptedExtensions$EncryptedExtensionsMessage.extensions:Lsun/security/ssl/SSLExtensions;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsMessage;
0 3 1 handshakeContext Lsun/security/ssl/HandshakeContext;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
handshakeContext
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.SSLHandshake$HandshakeMessage.<init>:(Lsun/security/ssl/HandshakeContext;)V
1: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
iconst_2
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 EncryptedExtensions handshake message: no sufficient 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.EncryptedExtensions$EncryptedExtensionsMessage sun.security.ssl.HandshakeContext java.nio.ByteBuffer
StackMap stack:
aload 1
getfield sun.security.ssl.HandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
6: getstatic sun.security.ssl.SSLHandshake.ENCRYPTED_EXTENSIONS:Lsun/security/ssl/SSLHandshake;
7: invokevirtual sun.security.ssl.SSLConfiguration.getEnabledExtensions:(Lsun/security/ssl/SSLHandshake;)[Lsun/security/ssl/SSLExtension;
8: astore 3
start local 3 9: 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.EncryptedExtensions$EncryptedExtensionsMessage.extensions:Lsun/security/ssl/SSLExtensions;
10: return
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/EncryptedExtensions$EncryptedExtensionsMessage;
0 11 1 handshakeContext Lsun/security/ssl/HandshakeContext;
0 11 2 m Ljava/nio/ByteBuffer;
9 11 3 encryptedExtensions [Lsun/security/ssl/SSLExtension;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
handshakeContext
m
sun.security.ssl.SSLHandshake handshakeType();
descriptor: ()Lsun/security/ssl/SSLHandshake;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic sun.security.ssl.SSLHandshake.ENCRYPTED_EXTENSIONS:Lsun/security/ssl/SSLHandshake;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsMessage;
int messageLength();
descriptor: ()I
flags: (0x0000)
Code:
stack=1, locals=2, args_size=1
start local 0 0: aload 0
getfield sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.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:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsMessage;
1 4 1 extLen I
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 0
getfield sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.extensions:Lsun/security/ssl/SSLExtensions;
invokevirtual sun.security.ssl.SSLExtensions.length:()I
ifne 3
1: aload 1
iconst_0
invokevirtual sun.security.ssl.HandshakeOutStream.putInt16:(I)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.extensions:Lsun/security/ssl/SSLExtensions;
aload 1
invokevirtual sun.security.ssl.SSLExtensions.send:(Lsun/security/ssl/HandshakeOutStream;)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/EncryptedExtensions$EncryptedExtensionsMessage;
0 5 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 "\"EncryptedExtensions\": [\n{0}\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_1
anewarray java.lang.Object
dup
iconst_0
5: aload 0
getfield sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage.extensions:Lsun/security/ssl/SSLExtensions;
invokevirtual sun.security.ssl.SSLExtensions.toString:()Ljava/lang/String;
invokestatic sun.security.ssl.Utilities.indent:(Ljava/lang/String;)Ljava/lang/String;
aastore
6: astore 2
start local 2 7: 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 8 0 this Lsun/security/ssl/EncryptedExtensions$EncryptedExtensionsMessage;
4 8 1 messageFormat Ljava/text/MessageFormat;
7 8 2 messageFields [Ljava/lang/Object;
}
SourceFile: "EncryptedExtensions.java"
NestHost: sun.security.ssl.EncryptedExtensions
InnerClasses:
final EncryptedExtensionsMessage = sun.security.ssl.EncryptedExtensions$EncryptedExtensionsMessage of sun.security.ssl.EncryptedExtensions
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake