final class sun.security.ssl.Alert$AlertMessage
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.Alert$AlertMessage
super_class: java.lang.Object
{
private final byte level;
descriptor: B
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final byte id;
descriptor: B
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(sun.security.ssl.TransportContext, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/TransportContext;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
invokespecial java.lang.Object.<init>:()V
1: aload 2
invokevirtual java.nio.ByteBuffer.remaining:()I
iconst_2
if_icmpeq 5
2: aload 1
getstatic sun.security.ssl.Alert.ILLEGAL_PARAMETER:Lsun/security/ssl/Alert;
3: ldc "Invalid Alert 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.Alert$AlertMessage sun.security.ssl.TransportContext java.nio.ByteBuffer
StackMap stack:
aload 0
aload 2
invokevirtual java.nio.ByteBuffer.get:()B
putfield sun.security.ssl.Alert$AlertMessage.level:B
6: aload 0
aload 2
invokevirtual java.nio.ByteBuffer.get:()B
putfield sun.security.ssl.Alert$AlertMessage.id: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/Alert$AlertMessage;
0 8 1 context Lsun/security/ssl/TransportContext;
0 8 2 m Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
m
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 "\"Alert\": '{'\n \"level\" : \"{0}\",\n \"description\": \"{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.Alert$AlertMessage.level:B
invokestatic sun.security.ssl.Alert$Level.nameOf:(B)Ljava/lang/String;
aastore
dup
iconst_1
6: aload 0
getfield sun.security.ssl.Alert$AlertMessage.id:B
invokestatic sun.security.ssl.Alert.nameOf:(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/Alert$AlertMessage;
4 9 1 messageFormat Ljava/text/MessageFormat;
8 9 2 messageFields [Ljava/lang/Object;
}
SourceFile: "Alert.java"
NestHost: sun.security.ssl.Alert
InnerClasses:
private final AlertMessage = sun.security.ssl.Alert$AlertMessage of sun.security.ssl.Alert
final Level = sun.security.ssl.Alert$Level of sun.security.ssl.Alert