public final class sun.security.util.ObjectIdentifier implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.util.ObjectIdentifier
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8697030238860181294

  private static final int maxFirstComponent;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int maxSecondComponent;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 39

  private int[] components;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

  private volatile transient java.lang.String stringForm;
    descriptor: Ljava/lang/String;
    flags: (0x00c2) ACC_PRIVATE, ACC_VOLATILE, ACC_TRANSIENT

  private static final int allocationQuantum;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // java.lang.String oid
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            bipush 46
            istore 2 /* ch */
        start local 2 // int ch
         2: .line 67
            iconst_0
            istore 3 /* start */
        start local 3 // int start
         3: .line 68
            iconst_0
            istore 4 /* end */
        start local 4 // int end
         4: .line 71
            aload 0 /* this */
            iconst_0
            putfield sun.security.util.ObjectIdentifier.componentLen:I
         5: .line 72
            goto 8
         6: .line 73
      StackMap locals: sun.security.util.ObjectIdentifier java.lang.String int int int
      StackMap stack:
            iload 4 /* end */
            iconst_1
            iadd
            istore 3 /* start */
         7: .line 74
            aload 0 /* this */
            dup
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            iconst_1
            iadd
            putfield sun.security.util.ObjectIdentifier.componentLen:I
         8: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* oid */
            iload 2 /* ch */
            iload 3 /* start */
            invokevirtual java.lang.String.indexOf:(II)I
            dup
            istore 4 /* end */
            iconst_m1
            if_icmpne 6
         9: .line 76
            aload 0 /* this */
            dup
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            iconst_1
            iadd
            putfield sun.security.util.ObjectIdentifier.componentLen:I
        10: .line 77
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            newarray 10
            putfield sun.security.util.ObjectIdentifier.components:[I
        11: .line 79
            iconst_0
            istore 3 /* start */
        12: .line 80
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        13: .line 81
            aconst_null
            astore 6 /* comp */
        start local 6 // java.lang.String comp
        14: .line 83
            goto 18
        15: .line 84
      StackMap locals: int java.lang.String
      StackMap stack:
            aload 1 /* oid */
            iload 3 /* start */
            iload 4 /* end */
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 6 /* comp */
        16: .line 85
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 5 /* i */
            iinc 5 /* i */ 1
            aload 6 /* comp */
            invokestatic java.lang.Integer.valueOf:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        17: .line 86
            iload 4 /* end */
            iconst_1
            iadd
            istore 3 /* start */
        18: .line 83
      StackMap locals:
      StackMap stack:
            aload 1 /* oid */
            iload 2 /* ch */
            iload 3 /* start */
            invokevirtual java.lang.String.indexOf:(II)I
            dup
            istore 4 /* end */
            iconst_m1
            if_icmpne 15
        19: .line 88
            aload 1 /* oid */
            iload 3 /* start */
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 6 /* comp */
        20: .line 89
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 5 /* i */
            aload 6 /* comp */
            invokestatic java.lang.Integer.valueOf:(Ljava/lang/String;)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        21: .line 90
            goto 26
      StackMap locals:
      StackMap stack: java.lang.Exception
        22: astore 7 /* e */
        start local 7 // java.lang.Exception e
        23: .line 91
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "ObjectIdentifier() -- Invalid format: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        24: .line 92
            aload 7 /* e */
            invokevirtual java.lang.Exception.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 7 /* e */
        25: .line 91
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 7 // java.lang.Exception e
        26: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            invokevirtual sun.security.util.ObjectIdentifier.checkValidOid:([II)V
        27: .line 95
            aload 0 /* this */
            aload 1 /* oid */
            putfield sun.security.util.ObjectIdentifier.stringForm:Ljava/lang/String;
        28: .line 96
            return
        end local 6 // java.lang.String comp
        end local 5 // int i
        end local 4 // int end
        end local 3 // int start
        end local 2 // int ch
        end local 1 // java.lang.String oid
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   29     0   this  Lsun/security/util/ObjectIdentifier;
            0   29     1    oid  Ljava/lang/String;
            2   29     2     ch  I
            3   29     3  start  I
            4   29     4    end  I
           13   29     5      i  I
           14   29     6   comp  Ljava/lang/String;
           23   26     7      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          14    21      22  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      oid   

  private void checkValidOid(int[], int);
    descriptor: ([II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // int[] values
        start local 2 // int len
         0: .line 111
            aload 1 /* values */
            ifnull 1
            iload 2 /* len */
            iconst_2
            if_icmpge 2
         1: .line 112
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            ldc "ObjectIdentifier() -- Must be at least two oid components "
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 116
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 9
         4: .line 117
      StackMap locals: int
      StackMap stack:
            aload 1 /* values */
            iload 3 /* i */
            iaload
            ifge 8
         5: .line 118
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "ObjectIdentifier() -- oid component #"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         6: .line 119
            iload 3 /* i */
            iconst_1
            iadd
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " must be non-negative "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 118
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 116
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* len */
            if_icmplt 4
        end local 3 // int i
        10: .line 123
            aload 1 /* values */
            iconst_0
            iaload
            iconst_2
            if_icmple 12
        11: .line 124
            new java.io.IOException
            dup
            ldc "ObjectIdentifier() -- First oid component is invalid "
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* values */
            iconst_0
            iaload
            iconst_2
            if_icmpge 14
            aload 1 /* values */
            iconst_1
            iaload
            bipush 39
            if_icmple 14
        13: .line 129
            new java.io.IOException
            dup
            ldc "ObjectIdentifier() -- Second oid component is invalid "
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int len
        end local 1 // int[] values
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   15     0    this  Lsun/security/util/ObjectIdentifier;
            0   15     1  values  [I
            0   15     2     len  I
            3   10     3       i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      values  
      len     

  public void <init>(int[]);
    descriptor: ([I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // int[] values
         0: .line 137
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 139
            aload 0 /* this */
            aload 1 /* values */
            aload 1 /* values */
            arraylength
            invokevirtual sun.security.util.ObjectIdentifier.checkValidOid:([II)V
         2: .line 140
            aload 0 /* this */
            aload 1 /* values */
            invokevirtual int[].clone:()Ljava/lang/Object;
            checkcast int[]
            putfield sun.security.util.ObjectIdentifier.components:[I
         3: .line 141
            aload 0 /* this */
            aload 1 /* values */
            arraylength
            putfield sun.security.util.ObjectIdentifier.componentLen:I
         4: .line 142
            return
        end local 1 // int[] values
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/security/util/ObjectIdentifier;
            0    5     1  values  [I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      values  

  public void <init>(sun.security.util.DerInputStream);
    descriptor: (Lsun/security/util/DerInputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // sun.security.util.DerInputStream in
         0: .line 155
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 170
            aload 1 /* in */
            invokevirtual sun.security.util.DerInputStream.getByte:()I
            i2b
            istore 2 /* type_id */
        start local 2 // byte type_id
         2: .line 171
            iload 2 /* type_id */
            bipush 6
            if_icmpeq 8
         3: .line 172
            new java.io.IOException
            dup
         4: .line 173
            new java.lang.StringBuilder
            dup
            ldc "ObjectIdentifier() -- data isn't an object ID (tag = "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         5: .line 174
            iload 2 /* type_id */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         6: .line 173
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 172
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 177
      StackMap locals: sun.security.util.ObjectIdentifier sun.security.util.DerInputStream int
      StackMap stack:
            aload 1 /* in */
            invokevirtual sun.security.util.DerInputStream.available:()I
            aload 1 /* in */
            invokevirtual sun.security.util.DerInputStream.getLength:()I
            isub
            iconst_1
            isub
            istore 3 /* bufferEnd */
        start local 3 // int bufferEnd
         9: .line 178
            iload 3 /* bufferEnd */
            ifge 13
        10: .line 179
            new java.io.IOException
            dup
        11: .line 180
            ldc "ObjectIdentifier() -- not enough data"
        12: .line 179
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 182
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* in */
            iload 3 /* bufferEnd */
            invokevirtual sun.security.util.ObjectIdentifier.initFromEncoding:(Lsun/security/util/DerInputStream;I)V
        14: .line 183
            return
        end local 3 // int bufferEnd
        end local 2 // byte type_id
        end local 1 // sun.security.util.DerInputStream in
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lsun/security/util/ObjectIdentifier;
            0   15     1         in  Lsun/security/util/DerInputStream;
            2   15     2    type_id  B
            9   15     3  bufferEnd  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  void <init>(sun.security.util.DerInputBuffer);
    descriptor: (Lsun/security/util/DerInputBuffer;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // sun.security.util.DerInputBuffer buf
         0: .line 189
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 191
            aload 0 /* this */
            new sun.security.util.DerInputStream
            dup
            aload 1 /* buf */
            invokespecial sun.security.util.DerInputStream.<init>:(Lsun/security/util/DerInputBuffer;)V
            iconst_0
            invokevirtual sun.security.util.ObjectIdentifier.initFromEncoding:(Lsun/security/util/DerInputStream;I)V
         2: .line 192
            return
        end local 1 // sun.security.util.DerInputBuffer buf
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/util/ObjectIdentifier;
            0    3     1   buf  Lsun/security/util/DerInputBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   

  private void <init>(int[], boolean);
    descriptor: ([IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // int[] components
        start local 2 // boolean dummy
         0: .line 198
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 199
            aload 0 /* this */
            aload 1 /* components */
            putfield sun.security.util.ObjectIdentifier.components:[I
         2: .line 200
            aload 0 /* this */
            aload 1 /* components */
            arraylength
            putfield sun.security.util.ObjectIdentifier.componentLen:I
         3: .line 201
            return
        end local 2 // boolean dummy
        end local 1 // int[] components
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lsun/security/util/ObjectIdentifier;
            0    4     1  components  [I
            0    4     2       dummy  Z
    MethodParameters:
            Name  Flags
      components  
      dummy       

  public static sun.security.util.ObjectIdentifier newInternal(int[]);
    descriptor: ([I)Lsun/security/util/ObjectIdentifier;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // int[] values
         0: .line 208
            new sun.security.util.ObjectIdentifier
            dup
            aload 0 /* values */
            iconst_1
            invokespecial sun.security.util.ObjectIdentifier.<init>:([IZ)V
            areturn
        end local 0 // int[] values
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0  values  [I
    MethodParameters:
        Name  Flags
      values  

  private void initFromEncoding(sun.security.util.DerInputStream, int);
    descriptor: (Lsun/security/util/DerInputStream;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=7, args_size=3
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // sun.security.util.DerInputStream in
        start local 2 // int bufferEnd
         0: .line 224
            iconst_1
            istore 4 /* first_subid */
        start local 4 // boolean first_subid
         1: .line 226
            aload 0 /* this */
            iconst_5
            newarray 10
            putfield sun.security.util.ObjectIdentifier.components:[I
            aload 0 /* this */
            iconst_0
            putfield sun.security.util.ObjectIdentifier.componentLen:I
         2: .line 227
            goto 31
         3: .line 229
      StackMap locals: sun.security.util.ObjectIdentifier sun.security.util.DerInputStream int top int
      StackMap stack:
            aload 1 /* in */
            invokestatic sun.security.util.ObjectIdentifier.getComponent:(Lsun/security/util/DerInputStream;)I
            istore 3 /* component */
        start local 3 // int component
         4: .line 230
            iload 3 /* component */
            ifge 8
         5: .line 231
            new java.io.IOException
            dup
         6: .line 232
            ldc "ObjectIdentifier() -- component values must be nonnegative"
         7: .line 231
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 235
      StackMap locals: sun.security.util.ObjectIdentifier sun.security.util.DerInputStream int int int
      StackMap stack:
            iload 4 /* first_subid */
            ifeq 22
         9: .line 242
            iload 3 /* component */
            bipush 40
            if_icmpge 12
        10: .line 243
            iconst_0
            istore 5 /* X */
        start local 5 // int X
        11: goto 16
        end local 5 // int X
        12: .line 244
      StackMap locals:
      StackMap stack:
            iload 3 /* component */
            bipush 80
            if_icmpge 15
        13: .line 245
            iconst_1
            istore 5 /* X */
        start local 5 // int X
        14: goto 16
        end local 5 // int X
        15: .line 247
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 5 /* X */
        start local 5 // int X
        16: .line 248
      StackMap locals: int
      StackMap stack:
            iload 3 /* component */
            iload 5 /* X */
            bipush 40
            imul
            isub
            istore 6 /* Y */
        start local 6 // int Y
        17: .line 249
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iconst_0
            iload 5 /* X */
            iastore
        18: .line 250
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iconst_1
            iload 6 /* Y */
            iastore
        19: .line 251
            aload 0 /* this */
            iconst_2
            putfield sun.security.util.ObjectIdentifier.componentLen:I
        20: .line 253
            iconst_0
            istore 4 /* first_subid */
        end local 6 // int Y
        end local 5 // int X
        21: .line 255
            goto 31
        22: .line 261
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            arraylength
            if_icmplt 30
        23: .line 264
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            arraylength
        24: .line 265
            iconst_5
        25: .line 264
            iadd
            newarray 10
            astore 5 /* tmp_components */
        start local 5 // int[] tmp_components
        26: .line 266
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iconst_0
            aload 5 /* tmp_components */
            iconst_0
        27: .line 267
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            arraylength
        28: .line 266
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        29: .line 268
            aload 0 /* this */
            aload 5 /* tmp_components */
            putfield sun.security.util.ObjectIdentifier.components:[I
        end local 5 // int[] tmp_components
        30: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            aload 0 /* this */
            dup
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            dup_x1
            iconst_1
            iadd
            putfield sun.security.util.ObjectIdentifier.componentLen:I
            iload 3 /* component */
            iastore
        end local 3 // int component
        31: .line 227
      StackMap locals: sun.security.util.ObjectIdentifier sun.security.util.DerInputStream int top int
      StackMap stack:
            aload 1 /* in */
            invokevirtual sun.security.util.DerInputStream.available:()I
            iload 2 /* bufferEnd */
        32: .line 226
            if_icmpgt 3
        33: .line 274
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            invokevirtual sun.security.util.ObjectIdentifier.checkValidOid:([II)V
        34: .line 280
            aload 1 /* in */
            invokevirtual sun.security.util.DerInputStream.available:()I
            iload 2 /* bufferEnd */
            if_icmpeq 38
        35: .line 281
            new java.io.IOException
            dup
        36: .line 282
            ldc "ObjectIdentifier() -- malformed input data"
        37: .line 281
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        38: .line 284
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean first_subid
        end local 2 // int bufferEnd
        end local 1 // sun.security.util.DerInputStream in
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   39     0            this  Lsun/security/util/ObjectIdentifier;
            0   39     1              in  Lsun/security/util/DerInputStream;
            0   39     2       bufferEnd  I
            4   31     3       component  I
            1   39     4     first_subid  Z
           11   12     5               X  I
           14   15     5               X  I
           16   21     5               X  I
           17   21     6               Y  I
           26   30     5  tmp_components  [I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      in         
      bufferEnd  

  void encode(sun.security.util.DerOutputStream);
    descriptor: (Lsun/security/util/DerOutputStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // sun.security.util.DerOutputStream out
         0: .line 292
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 2 /* bytes */
        start local 2 // sun.security.util.DerOutputStream bytes
         1: .line 298
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iconst_0
            iaload
            iconst_2
            if_icmpge 4
         2: .line 299
            aload 2 /* bytes */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iconst_0
            iaload
            bipush 40
            imul
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iconst_1
            iaload
            iadd
            invokevirtual sun.security.util.DerOutputStream.write:(I)V
         3: .line 300
            goto 5
         4: .line 301
      StackMap locals: sun.security.util.DerOutputStream
      StackMap stack:
            aload 2 /* bytes */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iconst_0
            iaload
            bipush 40
            imul
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iconst_1
            iaload
            iadd
            invokestatic sun.security.util.ObjectIdentifier.putComponent:(Lsun/security/util/DerOutputStream;I)V
         5: .line 303
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 3 /* i */
        start local 3 // int i
         6: goto 9
         7: .line 304
      StackMap locals: int
      StackMap stack:
            aload 2 /* bytes */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 3 /* i */
            iaload
            invokestatic sun.security.util.ObjectIdentifier.putComponent:(Lsun/security/util/DerOutputStream;I)V
         8: .line 303
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            if_icmplt 7
        10: .line 310
            aload 1 /* out */
            bipush 6
            aload 2 /* bytes */
            invokevirtual sun.security.util.DerOutputStream.write:(BLsun/security/util/DerOutputStream;)V
        11: .line 311
            return
        end local 3 // int i
        end local 2 // sun.security.util.DerOutputStream bytes
        end local 1 // sun.security.util.DerOutputStream out
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   12     0   this  Lsun/security/util/ObjectIdentifier;
            0   12     1    out  Lsun/security/util/DerOutputStream;
            1   12     2  bytes  Lsun/security/util/DerOutputStream;
            6   12     3      i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  private static int getComponent(sun.security.util.DerInputStream);
    descriptor: (Lsun/security/util/DerInputStream;)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // sun.security.util.DerInputStream in
         0: .line 323
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: iconst_0
            istore 1 /* retval */
        start local 1 // int retval
         2: goto 11
         3: .line 324
      StackMap locals: int int
      StackMap stack:
            iload 1 /* retval */
            bipush 7
            ishl
            istore 1 /* retval */
         4: .line 325
            aload 0 /* in */
            invokevirtual sun.security.util.DerInputStream.getByte:()I
            istore 3 /* tmp */
        start local 3 // int tmp
         5: .line 326
            iload 2 /* i */
            ifne 7
            iload 3 /* tmp */
            sipush 128
            if_icmpne 7
         6: .line 327
            new java.io.IOException
            dup
            ldc "ObjectIdentifier() -- sub component starts with 0x80"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 330
      StackMap locals: int
      StackMap stack:
            iload 1 /* retval */
            iload 3 /* tmp */
            bipush 127
            iand
            ior
            istore 1 /* retval */
         8: .line 331
            iload 3 /* tmp */
            sipush 128
            iand
            ifne 10
         9: .line 332
            iload 1 /* retval */
            ireturn
        10: .line 323
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
        end local 3 // int tmp
      StackMap locals:
      StackMap stack:
        11: iload 2 /* i */
            iconst_4
            if_icmplt 3
        12: .line 335
            new java.io.IOException
            dup
            ldc "ObjectIdentifier() -- component value too big"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int i
        end local 1 // int retval
        end local 0 // sun.security.util.DerInputStream in
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0      in  Lsun/security/util/DerInputStream;
            2   13     1  retval  I
            1   13     2       i  I
            5   11     3     tmp  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  private static void putComponent(sun.security.util.DerOutputStream, int);
    descriptor: (Lsun/security/util/DerOutputStream;I)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.security.util.DerOutputStream out
        start local 1 // int val
         0: .line 349
            iconst_4
            newarray 8
            astore 3 /* buf */
        start local 3 // byte[] buf
         1: .line 351
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 8
         3: .line 352
      StackMap locals: int byte[]
      StackMap stack:
            aload 3 /* buf */
            iload 2 /* i */
            iload 1 /* val */
            bipush 127
            iand
            i2b
            bastore
         4: .line 353
            iload 1 /* val */
            bipush 7
            iushr
            istore 1 /* val */
         5: .line 354
            iload 1 /* val */
            ifne 7
         6: .line 355
            goto 12
         7: .line 351
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 2 /* i */
            iconst_4
            if_icmplt 3
         9: .line 357
            goto 12
        10: .line 358
      StackMap locals:
      StackMap stack:
            aload 0 /* out */
            aload 3 /* buf */
            iload 2 /* i */
            baload
            sipush 128
            ior
            invokevirtual sun.security.util.DerOutputStream.write:(I)V
        11: .line 357
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
        12: iload 2 /* i */
            ifgt 10
        13: .line 359
            aload 0 /* out */
            aload 3 /* buf */
            iconst_0
            baload
            invokevirtual sun.security.util.DerOutputStream.write:(I)V
        14: .line 360
            return
        end local 3 // byte[] buf
        end local 2 // int i
        end local 1 // int val
        end local 0 // sun.security.util.DerOutputStream out
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0   out  Lsun/security/util/DerOutputStream;
            0   15     1   val  I
            2   15     2     i  I
            1   15     3   buf  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   
      val   

  public boolean precedes(sun.security.util.ObjectIdentifier);
    descriptor: (Lsun/security/util/ObjectIdentifier;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // sun.security.util.ObjectIdentifier other
         0: .line 377
            aload 1 /* other */
            aload 0 /* this */
            if_acmpeq 1
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            aload 1 /* other */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            if_icmpge 2
         1: .line 378
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 379
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            if_icmpge 4
         3: .line 380
            iconst_1
            ireturn
         4: .line 383
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         5: goto 9
         6: .line 384
      StackMap locals: int
      StackMap stack:
            aload 1 /* other */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 2 /* i */
            iaload
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 2 /* i */
            iaload
            if_icmpge 8
         7: .line 385
            iconst_1
            ireturn
         8: .line 383
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 2 /* i */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            if_icmplt 6
        10: .line 389
            iconst_0
            ireturn
        end local 2 // int i
        end local 1 // sun.security.util.ObjectIdentifier other
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Lsun/security/util/ObjectIdentifier;
            0   11     1  other  Lsun/security/util/ObjectIdentifier;
            5   11     2      i  I
    MethodParameters:
       Name  Flags
      other  

  public boolean equals(sun.security.util.ObjectIdentifier);
    descriptor: (Lsun/security/util/ObjectIdentifier;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // sun.security.util.ObjectIdentifier other
         0: .line 397
            aload 0 /* this */
            aload 1 /* other */
            invokevirtual sun.security.util.ObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // sun.security.util.ObjectIdentifier other
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lsun/security/util/ObjectIdentifier;
            0    1     1  other  Lsun/security/util/ObjectIdentifier;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      other  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // sun.security.util.ObjectIdentifier this
        start local 1 // java.lang.Object obj
         0: .line 406
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 407
            iconst_1
            ireturn
         2: .line 409
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.security.util.ObjectIdentifier
            ifne 4
         3: .line 410
            iconst_0
            ireturn
         4: .line 412
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.security.util.ObjectIdentifier
            astore 2 /* other */
        start local 2 // sun.security.util.ObjectIdentifier other
         5: .line 413
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            aload 2 /* other */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            if_icmpeq 7
         6: .line 414
            iconst_0
            ireturn
         7: .line 416
      StackMap locals: sun.security.util.ObjectIdentifier
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         8: goto 12
         9: .line 417
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 3 /* i */
            iaload
            aload 2 /* other */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 3 /* i */
            iaload
            if_icmpeq 11
        10: .line 418
            iconst_0
            ireturn
        11: .line 416
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 3 /* i */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            if_icmplt 9
        end local 3 // int i
        13: .line 421
            iconst_1
            ireturn
        end local 2 // sun.security.util.ObjectIdentifier other
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lsun/security/util/ObjectIdentifier;
            0   14     1    obj  Ljava/lang/Object;
            5   14     2  other  Lsun/security/util/ObjectIdentifier;
            8   13     3      i  I
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // sun.security.util.ObjectIdentifier this
         0: .line 425
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            istore 1 /* h */
        start local 1 // int h
         1: .line 426
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 427
      StackMap locals: int int
      StackMap stack:
            iload 1 /* h */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 2 /* i */
            iaload
            bipush 37
            imul
            iadd
            istore 1 /* h */
         4: .line 426
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            if_icmplt 3
        end local 2 // int i
         6: .line 429
            iload 1 /* h */
            ireturn
        end local 1 // int h
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/security/util/ObjectIdentifier;
            1    7     1     h  I
            2    6     2     i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.security.util.ObjectIdentifier this
         0: .line 439
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.stringForm:Ljava/lang/String;
            astore 1 /* s */
        start local 1 // java.lang.String s
         1: .line 440
            aload 1 /* s */
            ifnonnull 12
         2: .line 441
            new java.lang.StringBuffer
            dup
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            iconst_4
            imul
            invokespecial java.lang.StringBuffer.<init>:(I)V
            astore 2 /* sb */
        start local 2 // java.lang.StringBuffer sb
         3: .line 442
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 9
         5: .line 443
      StackMap locals: java.lang.String java.lang.StringBuffer int
      StackMap stack:
            iload 3 /* i */
            ifeq 7
         6: .line 444
            aload 2 /* sb */
            bipush 46
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         7: .line 446
      StackMap locals:
      StackMap stack:
            aload 2 /* sb */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.components:[I
            iload 3 /* i */
            iaload
            invokevirtual java.lang.StringBuffer.append:(I)Ljava/lang/StringBuffer;
            pop
         8: .line 442
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield sun.security.util.ObjectIdentifier.componentLen:I
            if_icmplt 5
        end local 3 // int i
        10: .line 448
            aload 2 /* sb */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            astore 1 /* s */
        11: .line 449
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.security.util.ObjectIdentifier.stringForm:Ljava/lang/String;
        end local 2 // java.lang.StringBuffer sb
        12: .line 451
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            areturn
        end local 1 // java.lang.String s
        end local 0 // sun.security.util.ObjectIdentifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/security/util/ObjectIdentifier;
            1   13     1     s  Ljava/lang/String;
            3   12     2    sb  Ljava/lang/StringBuffer;
            4   10     3     i  I
}
SourceFile: "ObjectIdentifier.java"