class sun.net.www.protocol.http.NegotiateAuthentication$B64Encoder extends sun.misc.BASE64Encoder
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.net.www.protocol.http.NegotiateAuthentication$B64Encoder
  super_class: sun.misc.BASE64Encoder
{
  final sun.net.www.protocol.http.NegotiateAuthentication this$0;
    descriptor: Lsun/net/www/protocol/http/NegotiateAuthentication;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.net.www.protocol.http.NegotiateAuthentication);
    descriptor: (Lsun/net/www/protocol/http/NegotiateAuthentication;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.net.www.protocol.http.NegotiateAuthentication$B64Encoder this
         0: .line 249
            aload 0 /* this */
            aload 1
            putfield sun.net.www.protocol.http.NegotiateAuthentication$B64Encoder.this$0:Lsun/net/www/protocol/http/NegotiateAuthentication;
            aload 0 /* this */
            invokespecial sun.misc.BASE64Encoder.<init>:()V
            return
        end local 0 // sun.net.www.protocol.http.NegotiateAuthentication$B64Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/NegotiateAuthentication$B64Encoder;
    MethodParameters:
        Name  Flags
      this$0  final

  protected int bytesPerLine();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.net.www.protocol.http.NegotiateAuthentication$B64Encoder this
         0: .line 251
            ldc 100000
            ireturn
        end local 0 // sun.net.www.protocol.http.NegotiateAuthentication$B64Encoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/net/www/protocol/http/NegotiateAuthentication$B64Encoder;
}
SourceFile: "NegotiateAuthentication.java"
NestHost: sun.net.www.protocol.http.NegotiateAuthentication
InnerClasses:
  B64Encoder = sun.net.www.protocol.http.NegotiateAuthentication$B64Encoder of sun.net.www.protocol.http.NegotiateAuthentication