final class sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesUpdate implements sun.security.ssl.HandshakeConsumer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesUpdate
  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$CHCertSignatureSchemesUpdate this
         0: .line 171
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 173
            return
        end local 0 // sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/ssl/CertSignAlgsExtension$CHCertSignatureSchemesUpdate;

  public void consume(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
    descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesUpdate this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 179
            aload 1 /* context */
            checkcast sun.security.ssl.ServerHandshakeContext
            astore 3 /* shc */
        start local 3 // sun.security.ssl.ServerHandshakeContext shc
         1: .line 182
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
         2: .line 183
            getstatic sun.security.ssl.SSLExtension.CH_SIGNATURE_ALGORITHMS_CERT:Lsun/security/ssl/SSLExtension;
         3: .line 182
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec
         4: .line 181
            astore 4 /* spec */
        start local 4 // sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec spec
         5: .line 184
            aload 4 /* spec */
            ifnonnull 7
         6: .line 186
            return
         7: .line 192
      StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
         8: .line 193
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.algorithmConstraints:Ljava/security/AlgorithmConstraints;
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
         9: .line 194
            aload 4 /* spec */
            getfield sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec.signatureSchemes:[I
        10: .line 191
            invokestatic sun.security.ssl.SignatureScheme.getSupportedAlgorithms:(Lsun/security/ssl/SSLConfiguration;Ljava/security/AlgorithmConstraints;Lsun/security/ssl/ProtocolVersion;[I)Ljava/util/List;
        11: .line 190
            astore 5 /* schemes */
        start local 5 // java.util.List schemes
        12: .line 195
            aload 3 /* shc */
            aload 5 /* schemes */
            putfield sun.security.ssl.ServerHandshakeContext.peerRequestedCertSignSchemes:Ljava/util/List;
        13: .line 196
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeSession:Lsun/security/ssl/SSLSessionImpl;
            aload 5 /* schemes */
            invokevirtual sun.security.ssl.SSLSessionImpl.setPeerSupportedSignatureAlgorithms:(Ljava/util/Collection;)V
        14: .line 198
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.isResumption:Z
            ifne 29
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
            invokevirtual sun.security.ssl.ProtocolVersion.useTLS13PlusSpec:()Z
            ifeq 29
        15: .line 199
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.clientAuthType:Lsun/security/ssl/ClientAuthType;
        16: .line 200
            getstatic sun.security.ssl.ClientAuthType.CLIENT_AUTH_NONE:Lsun/security/ssl/ClientAuthType;
        17: .line 199
            if_acmpeq 22
        18: .line 201
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeProducers:Ljava/util/HashMap;
        19: .line 202
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_REQUEST:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
        20: .line 203
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_REQUEST:Lsun/security/ssl/SSLHandshake;
        21: .line 201
            invokevirtual java.util.HashMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        22: .line 205
      StackMap locals: java.util.List
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeProducers:Ljava/util/HashMap;
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
        23: .line 206
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE:Lsun/security/ssl/SSLHandshake;
        24: .line 205
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        25: .line 207
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeProducers:Ljava/util/HashMap;
        26: .line 208
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_VERIFY:Lsun/security/ssl/SSLHandshake;
            getfield sun.security.ssl.SSLHandshake.id:B
            invokestatic java.lang.Byte.valueOf:(B)Ljava/lang/Byte;
        27: .line 209
            getstatic sun.security.ssl.SSLHandshake.CERTIFICATE_VERIFY:Lsun/security/ssl/SSLHandshake;
        28: .line 207
            invokevirtual java.util.HashMap.putIfAbsent:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        29: .line 211
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.util.List schemes
        end local 4 // sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec spec
        end local 3 // sun.security.ssl.ServerHandshakeContext shc
        end local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
        end local 1 // sun.security.ssl.ConnectionContext context
        end local 0 // sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesUpdate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   30     0     this  Lsun/security/ssl/CertSignAlgsExtension$CHCertSignatureSchemesUpdate;
            0   30     1  context  Lsun/security/ssl/ConnectionContext;
            0   30     2  message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            1   30     3      shc  Lsun/security/ssl/ServerHandshakeContext;
            5   30     4     spec  Lsun/security/ssl/SignatureAlgorithmsExtension$SignatureSchemesSpec;
           12   30     5  schemes  Ljava/util/List<Lsun/security/ssl/SignatureScheme;>;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "CertSignAlgsExtension.java"
NestHost: sun.security.ssl.CertSignAlgsExtension
InnerClasses:
  private final CHCertSignatureSchemesUpdate = sun.security.ssl.CertSignAlgsExtension$CHCertSignatureSchemesUpdate of sun.security.ssl.CertSignAlgsExtension
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake
  final SignatureSchemesSpec = sun.security.ssl.SignatureAlgorithmsExtension$SignatureSchemesSpec of sun.security.ssl.SignatureAlgorithmsExtension