final class sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesConsumer implements sun.security.ssl.SSLExtension$ExtensionConsumer
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesConsumer
super_class: java.lang.Object
{
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=1, args_size=1
start local 0 // sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesConsumer this
0: .line 131
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 133
return
end local 0 // sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/security/ssl/CertSignAlgsExtension$CHCertSignatureSchemesConsumer;
public void consume(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage, java.nio.ByteBuffer);
descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;Ljava/nio/ByteBuffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=4
start local 0 // sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesConsumer this
start local 1 // sun.security.ssl.ConnectionContext context
start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
start local 3 // java.nio.ByteBuffer buffer
0: .line 139
aload 1 /* context */
checkcast sun.security.ssl.ServerHandshakeContext
astore 4 /* shc */
start local 4 // sun.security.ssl.ServerHandshakeContext shc
1: .line 142
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
2: .line 143
getstatic sun.security.ssl.SSLExtension.CH_SIGNATURE_ALGORITHMS_CERT:Lsun/security/ssl/SSLExtension;
3: .line 142
invokevirtual sun.security.ssl.SSLConfiguration.isAvailable:(Lsun/security/ssl/SSLExtension;)Z
4: .line 143
ifne 9
5: .line 144
getstatic sun.security.ssl.SSLLogger.isOn:Z
ifeq 8
ldc "ssl,handshake"
invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
ifeq 8
6: .line 146
ldc "Ignore unavailable signature_algorithms_cert extension"
iconst_0
anewarray java.lang.Object
7: .line 145
invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
8: .line 149
StackMap locals: sun.security.ssl.ServerHandshakeContext
StackMap stack:
return
9: .line 155
StackMap locals:
StackMap stack:
new sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec
dup
aload 3 /* buffer */
invokespecial sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec.<init>:(Ljava/nio/ByteBuffer;)V
astore 5 /* spec */
start local 5 // sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec spec
10: .line 156
goto 13
end local 5 // sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec spec
StackMap locals:
StackMap stack: java.io.IOException
11: astore 6 /* ioe */
start local 6 // java.io.IOException ioe
12: .line 157
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
getstatic sun.security.ssl.Alert.UNEXPECTED_MESSAGE:Lsun/security/ssl/Alert;
aload 6 /* ioe */
invokevirtual sun.security.ssl.TransportContext.fatal:(Lsun/security/ssl/Alert;Ljava/lang/Throwable;)Ljavax/net/ssl/SSLException;
athrow
end local 6 // java.io.IOException ioe
start local 5 // sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec spec
13: .line 161
StackMap locals: sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec
StackMap stack:
aload 4 /* shc */
getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
14: .line 162
getstatic sun.security.ssl.SSLExtension.CH_SIGNATURE_ALGORITHMS_CERT:Lsun/security/ssl/SSLExtension;
aload 5 /* spec */
15: .line 161
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
16: .line 165
return
end local 5 // sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec spec
end local 4 // sun.security.ssl.ServerHandshakeContext shc
end local 3 // java.nio.ByteBuffer buffer
end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
end local 1 // sun.security.ssl.ConnectionContext context
end local 0 // sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesConsumer this
LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/security/ssl/CertSignAlgsExtension$CHCertSignatureSchemesConsumer;
0 17 1 context Lsun/security/ssl/ConnectionContext;
0 17 2 message Lsun/security/ssl/SSLHandshake$HandshakeMessage;
0 17 3 buffer Ljava/nio/ByteBuffer;
1 17 4 shc Lsun/security/ssl/ServerHandshakeContext;
10 11 5 spec Lsun/security/ssl/SignatureAlgorithmsExtension$SignatureSchemesSpec;
13 17 5 spec Lsun/security/ssl/SignatureAlgorithmsExtension$SignatureSchemesSpec;
12 13 6 ioe Ljava/io/IOException;
Exception table:
from to target type
9 10 11 Class java.io.IOException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
context
message
buffer
}
SourceFile: "CertSignAlgsExtension.java"
NestHost: sun.security.ssl.CertSignAlgsExtension
InnerClasses:
private final CHCertSignatureSchemesConsumer = sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesConsumer of sun.security.ssl.CertSignAlgsExtension
abstract ExtensionConsumer = sun.security.ssl.SSLExtension$ExtensionConsumer of sun.security.ssl.SSLExtension
abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
final SignatureSchemesSpec = sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec of sun.security.ssl.SignatureAlgorithmsExtension