public class sun.security.jgss.GSSHeader
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.jgss.GSSHeader
  super_class: java.lang.Object
{
  private sun.security.util.ObjectIdentifier mechOid;
    descriptor: Lsun/security/util/ObjectIdentifier;
    flags: (0x0002) ACC_PRIVATE

  private byte[] mechOidBytes;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private int mechTokenLength;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public static final int TOKEN_ID;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 96

  public void <init>(sun.security.util.ObjectIdentifier, int);
    descriptor: (Lsun/security/util/ObjectIdentifier;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // sun.security.util.ObjectIdentifier mechOid
        start local 2 // int mechTokenLength
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.GSSHeader.mechOid:Lsun/security/util/ObjectIdentifier;
         2: .line 56
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.GSSHeader.mechOidBytes:[B
         3: .line 57
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.GSSHeader.mechTokenLength:I
         4: .line 75
            aload 0 /* this */
            aload 1 /* mechOid */
            putfield sun.security.jgss.GSSHeader.mechOid:Lsun/security/util/ObjectIdentifier;
         5: .line 76
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 3 /* temp */
        start local 3 // sun.security.util.DerOutputStream temp
         6: .line 77
            aload 3 /* temp */
            aload 1 /* mechOid */
            invokevirtual sun.security.util.DerOutputStream.putOID:(Lsun/security/util/ObjectIdentifier;)V
         7: .line 78
            aload 0 /* this */
            aload 3 /* temp */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
            putfield sun.security.jgss.GSSHeader.mechOidBytes:[B
         8: .line 79
            aload 0 /* this */
            iload 2 /* mechTokenLength */
            putfield sun.security.jgss.GSSHeader.mechTokenLength:I
         9: .line 80
            return
        end local 3 // sun.security.util.DerOutputStream temp
        end local 2 // int mechTokenLength
        end local 1 // sun.security.util.ObjectIdentifier mechOid
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lsun/security/jgss/GSSHeader;
            0   10     1          mechOid  Lsun/security/util/ObjectIdentifier;
            0   10     2  mechTokenLength  I
            6   10     3             temp  Lsun/security/util/DerOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      mechOid          
      mechTokenLength  

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // java.io.InputStream is
         0: .line 87
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.GSSHeader.mechOid:Lsun/security/util/ObjectIdentifier;
         2: .line 56
            aload 0 /* this */
            aconst_null
            putfield sun.security.jgss.GSSHeader.mechOidBytes:[B
         3: .line 57
            aload 0 /* this */
            iconst_0
            putfield sun.security.jgss.GSSHeader.mechTokenLength:I
         4: .line 92
            aload 1 /* is */
            invokevirtual java.io.InputStream.read:()I
            istore 2 /* tag */
        start local 2 // int tag
         5: .line 96
            iload 2 /* tag */
            bipush 96
            if_icmpeq 9
         6: .line 97
            new org.ietf.jgss.GSSException
            dup
            bipush 10
            iconst_m1
         7: .line 98
            ldc "GSSHeader did not find the right tag"
         8: .line 97
            invokespecial org.ietf.jgss.GSSException.<init>:(IILjava/lang/String;)V
            athrow
         9: .line 100
      StackMap locals: sun.security.jgss.GSSHeader java.io.InputStream int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual sun.security.jgss.GSSHeader.getLength:(Ljava/io/InputStream;)I
            istore 3 /* length */
        start local 3 // int length
        10: .line 102
            new sun.security.util.DerValue
            dup
            aload 1 /* is */
            invokespecial sun.security.util.DerValue.<init>:(Ljava/io/InputStream;)V
            astore 4 /* temp */
        start local 4 // sun.security.util.DerValue temp
        11: .line 103
            aload 0 /* this */
            aload 4 /* temp */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
            putfield sun.security.jgss.GSSHeader.mechOidBytes:[B
        12: .line 104
            aload 0 /* this */
            aload 4 /* temp */
            invokevirtual sun.security.util.DerValue.getOID:()Lsun/security/util/ObjectIdentifier;
            putfield sun.security.jgss.GSSHeader.mechOid:Lsun/security/util/ObjectIdentifier;
        13: .line 108
            aload 0 /* this */
            iload 3 /* length */
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechOidBytes:[B
            arraylength
            isub
            putfield sun.security.jgss.GSSHeader.mechTokenLength:I
        14: .line 112
            return
        end local 4 // sun.security.util.DerValue temp
        end local 3 // int length
        end local 2 // int tag
        end local 1 // java.io.InputStream is
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/security/jgss/GSSHeader;
            0   15     1      is  Ljava/io/InputStream;
            5   15     2     tag  I
           10   15     3  length  I
           11   15     4    temp  Lsun/security/util/DerValue;
    Exceptions:
      throws java.io.IOException, org.ietf.jgss.GSSException
    MethodParameters:
      Name  Flags
      is    

  public sun.security.util.ObjectIdentifier getOid();
    descriptor: ()Lsun/security/util/ObjectIdentifier;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.GSSHeader this
         0: .line 119
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechOid:Lsun/security/util/ObjectIdentifier;
            areturn
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/GSSHeader;

  public int getMechTokenLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.jgss.GSSHeader this
         0: .line 129
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechTokenLength:I
            ireturn
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/GSSHeader;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.security.jgss.GSSHeader this
         0: .line 137
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechOidBytes:[B
            arraylength
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechTokenLength:I
            iadd
            istore 1 /* lenField */
        start local 1 // int lenField
         1: .line 138
            iconst_1
            aload 0 /* this */
            iload 1 /* lenField */
            invokevirtual sun.security.jgss.GSSHeader.getLenFieldSize:(I)I
            iadd
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechOidBytes:[B
            arraylength
            iadd
            ireturn
        end local 1 // int lenField
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/security/jgss/GSSHeader;
            1    2     1  lenField  I

  public static int getMaxMechTokenSize(sun.security.util.ObjectIdentifier, int);
    descriptor: (Lsun/security/util/ObjectIdentifier;I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier mechOid
        start local 1 // int maxTotalSize
         0: .line 157
            iconst_0
            istore 2 /* mechOidBytesSize */
        start local 2 // int mechOidBytesSize
         1: .line 159
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 3 /* temp */
        start local 3 // sun.security.util.DerOutputStream temp
         2: .line 160
            aload 3 /* temp */
            aload 0 /* mechOid */
            invokevirtual sun.security.util.DerOutputStream.putOID:(Lsun/security/util/ObjectIdentifier;)V
         3: .line 161
            aload 3 /* temp */
            invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
            arraylength
            istore 2 /* mechOidBytesSize */
        end local 3 // sun.security.util.DerOutputStream temp
         4: .line 162
            goto 6
      StackMap locals: sun.security.util.ObjectIdentifier int int
      StackMap stack: java.io.IOException
         5: pop
         6: .line 166
      StackMap locals:
      StackMap stack:
            iload 1 /* maxTotalSize */
            iconst_1
            iload 2 /* mechOidBytesSize */
            iadd
            isub
            istore 1 /* maxTotalSize */
         7: .line 169
            iinc 1 /* maxTotalSize */ -5
         8: .line 171
            iload 1 /* maxTotalSize */
            ireturn
        end local 2 // int mechOidBytesSize
        end local 1 // int maxTotalSize
        end local 0 // sun.security.util.ObjectIdentifier mechOid
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0           mechOid  Lsun/security/util/ObjectIdentifier;
            0    9     1      maxTotalSize  I
            1    9     2  mechOidBytesSize  I
            2    4     3              temp  Lsun/security/util/DerOutputStream;
      Exception table:
        from    to  target  type
           1     4       5  Class java.io.IOException
    MethodParameters:
              Name  Flags
      mechOid       
      maxTotalSize  

  private int getLenFieldSize(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // int len
         0: .line 199
            iconst_1
            istore 2 /* retVal */
        start local 2 // int retVal
         1: .line 200
            iload 1 /* len */
            sipush 128
            if_icmpge 4
         2: .line 201
            iconst_1
            istore 2 /* retVal */
         3: .line 202
            goto 14
      StackMap locals: int
      StackMap stack:
         4: iload 1 /* len */
            sipush 256
            if_icmpge 7
         5: .line 203
            iconst_2
            istore 2 /* retVal */
         6: .line 204
            goto 14
      StackMap locals:
      StackMap stack:
         7: iload 1 /* len */
            ldc 65536
            if_icmpge 10
         8: .line 205
            iconst_3
            istore 2 /* retVal */
         9: .line 206
            goto 14
      StackMap locals:
      StackMap stack:
        10: iload 1 /* len */
            ldc 16777216
            if_icmpge 13
        11: .line 207
            iconst_4
            istore 2 /* retVal */
        12: .line 208
            goto 14
        13: .line 209
      StackMap locals:
      StackMap stack:
            iconst_5
            istore 2 /* retVal */
        14: .line 211
      StackMap locals:
      StackMap stack:
            iload 2 /* retVal */
            ireturn
        end local 2 // int retVal
        end local 1 // int len
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/security/jgss/GSSHeader;
            0   15     1     len  I
            1   15     2  retVal  I
    MethodParameters:
      Name  Flags
      len   

  public int encode(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // java.io.OutputStream os
         0: .line 221
            iconst_1
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechOidBytes:[B
            arraylength
            iadd
            istore 2 /* retVal */
        start local 2 // int retVal
         1: .line 222
            aload 1 /* os */
            bipush 96
            invokevirtual java.io.OutputStream.write:(I)V
         2: .line 223
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechOidBytes:[B
            arraylength
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechTokenLength:I
            iadd
            istore 3 /* length */
        start local 3 // int length
         3: .line 224
            iload 2 /* retVal */
            aload 0 /* this */
            iload 3 /* length */
            aload 1 /* os */
            invokevirtual sun.security.jgss.GSSHeader.putLength:(ILjava/io/OutputStream;)I
            iadd
            istore 2 /* retVal */
         4: .line 225
            aload 1 /* os */
            aload 0 /* this */
            getfield sun.security.jgss.GSSHeader.mechOidBytes:[B
            invokevirtual java.io.OutputStream.write:([B)V
         5: .line 226
            iload 2 /* retVal */
            ireturn
        end local 3 // int length
        end local 2 // int retVal
        end local 1 // java.io.OutputStream os
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lsun/security/jgss/GSSHeader;
            0    6     1      os  Ljava/io/OutputStream;
            1    6     2  retVal  I
            3    6     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      os    

  private int getLength(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // java.io.InputStream in
         0: .line 238
            aload 0 /* this */
            aload 1 /* in */
            invokevirtual java.io.InputStream.read:()I
            aload 1 /* in */
            invokevirtual sun.security.jgss.GSSHeader.getLength:(ILjava/io/InputStream;)I
            ireturn
        end local 1 // java.io.InputStream in
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/jgss/GSSHeader;
            0    1     1    in  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  private int getLength(int, java.io.InputStream);
    descriptor: (ILjava/io/InputStream;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // int lenByte
        start local 2 // java.io.InputStream in
         0: .line 252
            iload 1 /* lenByte */
            istore 4 /* tmp */
        start local 4 // int tmp
         1: .line 253
            iload 4 /* tmp */
            sipush 128
            iand
            ifne 4
         2: .line 254
            iload 4 /* tmp */
            istore 3 /* value */
        start local 3 // int value
         3: .line 255
            goto 22
        end local 3 // int value
         4: .line 256
      StackMap locals: sun.security.jgss.GSSHeader int java.io.InputStream top int
      StackMap stack:
            iload 4 /* tmp */
            bipush 127
            iand
            istore 4 /* tmp */
         5: .line 262
            iload 4 /* tmp */
            ifne 7
         6: .line 263
            iconst_m1
            ireturn
         7: .line 264
      StackMap locals:
      StackMap stack:
            iload 4 /* tmp */
            iflt 8
            iload 4 /* tmp */
            iconst_4
            if_icmple 14
         8: .line 265
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "DerInputStream.getLength(): lengthTag="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         9: .line 266
            iload 4 /* tmp */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        10: .line 267
            iload 4 /* tmp */
            ifge 11
            ldc "incorrect DER encoding."
            goto 12
      StackMap locals: sun.security.jgss.GSSHeader int java.io.InputStream top int
      StackMap stack: new 8 new 8 java.lang.StringBuilder
        11: ldc "too big."
      StackMap locals: sun.security.jgss.GSSHeader int java.io.InputStream top int
      StackMap stack: new 8 new 8 java.lang.StringBuilder java.lang.String
        12: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        13: .line 265
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 269
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* value */
        start local 3 // int value
        15: goto 19
        16: .line 270
      StackMap locals: sun.security.jgss.GSSHeader int java.io.InputStream int int
      StackMap stack:
            iload 3 /* value */
            bipush 8
            ishl
            istore 3 /* value */
        17: .line 271
            iload 3 /* value */
            sipush 255
            aload 2 /* in */
            invokevirtual java.io.InputStream.read:()I
            iand
            iadd
            istore 3 /* value */
        18: .line 269
            iinc 4 /* tmp */ -1
      StackMap locals:
      StackMap stack:
        19: iload 4 /* tmp */
            ifgt 16
        20: .line 273
            iload 3 /* value */
            ifge 22
        21: .line 274
            new java.io.IOException
            dup
            ldc "Invalid length bytes"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        22: .line 277
      StackMap locals:
      StackMap stack:
            iload 3 /* value */
            ireturn
        end local 4 // int tmp
        end local 3 // int value
        end local 2 // java.io.InputStream in
        end local 1 // int lenByte
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   23     0     this  Lsun/security/jgss/GSSHeader;
            0   23     1  lenByte  I
            0   23     2       in  Ljava/io/InputStream;
            3    4     3    value  I
           15   23     3    value  I
            1   23     4      tmp  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      lenByte  
      in       

  private int putLength(int, java.io.OutputStream);
    descriptor: (ILjava/io/OutputStream;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // int len
        start local 2 // java.io.OutputStream out
         0: .line 290
            iconst_0
            istore 3 /* retVal */
        start local 3 // int retVal
         1: .line 291
            iload 1 /* len */
            sipush 128
            if_icmpge 5
         2: .line 292
            aload 2 /* out */
            iload 1 /* len */
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
         3: .line 293
            iconst_1
            istore 3 /* retVal */
         4: .line 295
            goto 29
      StackMap locals: int
      StackMap stack:
         5: iload 1 /* len */
            sipush 256
            if_icmpge 10
         6: .line 296
            aload 2 /* out */
            bipush -127
            invokevirtual java.io.OutputStream.write:(I)V
         7: .line 297
            aload 2 /* out */
            iload 1 /* len */
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
         8: .line 298
            iconst_2
            istore 3 /* retVal */
         9: .line 300
            goto 29
      StackMap locals:
      StackMap stack:
        10: iload 1 /* len */
            ldc 65536
            if_icmpge 16
        11: .line 301
            aload 2 /* out */
            bipush -126
            invokevirtual java.io.OutputStream.write:(I)V
        12: .line 302
            aload 2 /* out */
            iload 1 /* len */
            bipush 8
            ishr
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        13: .line 303
            aload 2 /* out */
            iload 1 /* len */
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        14: .line 304
            iconst_3
            istore 3 /* retVal */
        15: .line 306
            goto 29
      StackMap locals:
      StackMap stack:
        16: iload 1 /* len */
            ldc 16777216
            if_icmpge 23
        17: .line 307
            aload 2 /* out */
            bipush -125
            invokevirtual java.io.OutputStream.write:(I)V
        18: .line 308
            aload 2 /* out */
            iload 1 /* len */
            bipush 16
            ishr
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        19: .line 309
            aload 2 /* out */
            iload 1 /* len */
            bipush 8
            ishr
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        20: .line 310
            aload 2 /* out */
            iload 1 /* len */
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        21: .line 311
            iconst_4
            istore 3 /* retVal */
        22: .line 313
            goto 29
        23: .line 314
      StackMap locals:
      StackMap stack:
            aload 2 /* out */
            bipush -124
            invokevirtual java.io.OutputStream.write:(I)V
        24: .line 315
            aload 2 /* out */
            iload 1 /* len */
            bipush 24
            ishr
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        25: .line 316
            aload 2 /* out */
            iload 1 /* len */
            bipush 16
            ishr
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        26: .line 317
            aload 2 /* out */
            iload 1 /* len */
            bipush 8
            ishr
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        27: .line 318
            aload 2 /* out */
            iload 1 /* len */
            i2b
            invokevirtual java.io.OutputStream.write:(I)V
        28: .line 319
            iconst_5
            istore 3 /* retVal */
        29: .line 322
      StackMap locals:
      StackMap stack:
            iload 3 /* retVal */
            ireturn
        end local 3 // int retVal
        end local 2 // java.io.OutputStream out
        end local 1 // int len
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   30     0    this  Lsun/security/jgss/GSSHeader;
            0   30     1     len  I
            0   30     2     out  Ljava/io/OutputStream;
            1   30     3  retVal  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      len   
      out   

  private void debug(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // java.lang.String str
         0: .line 327
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            aload 1 /* str */
            invokevirtual java.io.PrintStream.print:(Ljava/lang/String;)V
         1: .line 328
            return
        end local 1 // java.lang.String str
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/jgss/GSSHeader;
            0    2     1   str  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      str   

  private java.lang.String getHexBytes(byte[], int);
    descriptor: ([BI)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // sun.security.jgss.GSSHeader this
        start local 1 // byte[] bytes
        start local 2 // int len
         0: .line 333
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 3 /* sb */
        start local 3 // java.lang.StringBuilder sb
         1: .line 334
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 9
         3: .line 336
      StackMap locals: java.lang.StringBuilder int
      StackMap stack:
            aload 1 /* bytes */
            iload 4 /* i */
            baload
            iconst_4
            ishr
            bipush 15
            iand
            istore 5 /* b1 */
        start local 5 // int b1
         4: .line 337
            aload 1 /* bytes */
            iload 4 /* i */
            baload
            bipush 15
            iand
            istore 6 /* b2 */
        start local 6 // int b2
         5: .line 339
            aload 3 /* sb */
            iload 5 /* b1 */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 340
            aload 3 /* sb */
            iload 6 /* b2 */
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         7: .line 341
            aload 3 /* sb */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        end local 6 // int b2
        end local 5 // int b1
         8: .line 334
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 4 /* i */
            iload 2 /* len */
            if_icmplt 3
        end local 4 // int i
        10: .line 343
            aload 3 /* sb */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // java.lang.StringBuilder sb
        end local 2 // int len
        end local 1 // byte[] bytes
        end local 0 // sun.security.jgss.GSSHeader this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lsun/security/jgss/GSSHeader;
            0   11     1  bytes  [B
            0   11     2    len  I
            1   11     3     sb  Ljava/lang/StringBuilder;
            2   10     4      i  I
            4    8     5     b1  I
            5    8     6     b2  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  
      len    
}
SourceFile: "GSSHeader.java"