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

  public byte[] produce(sun.security.ssl.ConnectionContext, sun.security.ssl.SSLHandshake$HandshakeMessage);
    descriptor: (Lsun/security/ssl/ConnectionContext;Lsun/security/ssl/SSLHandshake$HandshakeMessage;)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // sun.security.ssl.MaxFragExtension$SHMaxFragmentLengthProducer this
        start local 1 // sun.security.ssl.ConnectionContext context
        start local 2 // sun.security.ssl.SSLHandshake$HandshakeMessage message
         0: .line 285
            aload 1 /* context */
            checkcast sun.security.ssl.ServerHandshakeContext
            astore 3 /* shc */
        start local 3 // sun.security.ssl.ServerHandshakeContext shc
         1: .line 289
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
            getstatic sun.security.ssl.SSLExtension.CH_MAX_FRAGMENT_LENGTH:Lsun/security/ssl/SSLExtension;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.ssl.MaxFragExtension$MaxFragLenSpec
         2: .line 288
            astore 4 /* spec */
        start local 4 // sun.security.ssl.MaxFragExtension$MaxFragLenSpec spec
         3: .line 290
            aload 4 /* spec */
            ifnonnull 8
         4: .line 291
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 7
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 7
         5: .line 293
            ldc "Ignore unavailable max_fragment_length extension"
            iconst_0
            anewarray java.lang.Object
         6: .line 292
            invokestatic sun.security.ssl.SSLLogger.finest:(Ljava/lang/String;[Ljava/lang/Object;)V
         7: .line 295
      StackMap locals: sun.security.ssl.ServerHandshakeContext sun.security.ssl.MaxFragExtension$MaxFragLenSpec
      StackMap stack:
            aconst_null
            areturn
         8: .line 298
      StackMap locals:
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.maxFragmentLength:I
            ifle 19
         9: .line 299
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.maximumPacketSize:I
            ifeq 19
        10: .line 301
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.negotiatedCipherSuite:Lsun/security/ssl/CipherSuite;
        11: .line 302
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.maxFragmentLength:I
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.negotiatedProtocol:Lsun/security/ssl/ProtocolVersion;
        12: .line 301
            invokevirtual sun.security.ssl.CipherSuite.calculatePacketSize:(ILsun/security/ssl/ProtocolVersion;)I
        13: .line 300
            istore 5 /* estimatedMaxFragSize */
        start local 5 // int estimatedMaxFragSize
        14: .line 303
            iload 5 /* estimatedMaxFragSize */
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.sslConfig:Lsun/security/ssl/SSLConfiguration;
            getfield sun.security.ssl.SSLConfiguration.maximumPacketSize:I
            if_icmple 19
        15: .line 307
            getstatic sun.security.ssl.SSLLogger.isOn:Z
            ifeq 18
            ldc "ssl,handshake"
            invokestatic sun.security.ssl.SSLLogger.isOn:(Ljava/lang/String;)Z
            ifeq 18
        16: .line 309
            ldc "Abort the maximum fragment length negotiation, may overflow the maximum packet size limit."
            iconst_0
            anewarray java.lang.Object
        17: .line 308
            invokestatic sun.security.ssl.SSLLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        18: .line 312
      StackMap locals: int
      StackMap stack:
            aload 3 /* shc */
            iconst_m1
            putfield sun.security.ssl.ServerHandshakeContext.maxFragmentLength:I
        end local 5 // int estimatedMaxFragSize
        19: .line 317
      StackMap locals:
      StackMap stack:
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.maxFragmentLength:I
            ifle 31
        20: .line 318
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeSession:Lsun/security/ssl/SSLSessionImpl;
        21: .line 319
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.maxFragmentLength:I
        22: .line 318
            invokevirtual sun.security.ssl.SSLSessionImpl.setNegotiatedMaxFragSize:(I)V
        23: .line 320
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.inputRecord:Lsun/security/ssl/InputRecord;
        24: .line 321
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.maxFragmentLength:I
        25: .line 320
            invokevirtual sun.security.ssl.InputRecord.changeFragmentSize:(I)V
        26: .line 322
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.conContext:Lsun/security/ssl/TransportContext;
            getfield sun.security.ssl.TransportContext.outputRecord:Lsun/security/ssl/OutputRecord;
        27: .line 323
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.maxFragmentLength:I
        28: .line 322
            invokevirtual sun.security.ssl.OutputRecord.changeFragmentSize:(I)V
        29: .line 326
            aload 3 /* shc */
            getfield sun.security.ssl.ServerHandshakeContext.handshakeExtensions:Ljava/util/Map;
            getstatic sun.security.ssl.SSLExtension.SH_MAX_FRAGMENT_LENGTH:Lsun/security/ssl/SSLExtension;
            aload 4 /* spec */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        30: .line 327
            iconst_1
            newarray 8
            dup
            iconst_0
            aload 4 /* spec */
            getfield sun.security.ssl.MaxFragExtension$MaxFragLenSpec.id:B
            bastore
            areturn
        31: .line 330
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 4 // sun.security.ssl.MaxFragExtension$MaxFragLenSpec 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.MaxFragExtension$SHMaxFragmentLengthProducer this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   32     0                  this  Lsun/security/ssl/MaxFragExtension$SHMaxFragmentLengthProducer;
            0   32     1               context  Lsun/security/ssl/ConnectionContext;
            0   32     2               message  Lsun/security/ssl/SSLHandshake$HandshakeMessage;
            1   32     3                   shc  Lsun/security/ssl/ServerHandshakeContext;
            3   32     4                  spec  Lsun/security/ssl/MaxFragExtension$MaxFragLenSpec;
           14   19     5  estimatedMaxFragSize  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      context  
      message  
}
SourceFile: "MaxFragExtension.java"
NestHost: sun.security.ssl.MaxFragExtension
InnerClasses:
  final MaxFragLenSpec = sun.security.ssl.MaxFragExtension$MaxFragLenSpec of sun.security.ssl.MaxFragExtension
  private final SHMaxFragmentLengthProducer = sun.security.ssl.MaxFragExtension$SHMaxFragmentLengthProducer of sun.security.ssl.MaxFragExtension
  abstract HandshakeMessage = sun.security.ssl.SSLHandshake$HandshakeMessage of sun.security.ssl.SSLHandshake