public class sun.security.x509.OtherName implements sun.security.x509.GeneralNameInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.security.x509.OtherName
  super_class: java.lang.Object
{
  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private sun.security.util.ObjectIdentifier oid;
    descriptor: Lsun/security/util/ObjectIdentifier;
    flags: (0x0002) ACC_PRIVATE

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

  private sun.security.x509.GeneralNameInterface gni;
    descriptor: Lsun/security/x509/GeneralNameInterface;
    flags: (0x0002) ACC_PRIVATE

  private static final byte TAG_VALUE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

  public void <init>(sun.security.util.ObjectIdentifier, byte[]);
    descriptor: (Lsun/security/util/ObjectIdentifier;[B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.security.x509.OtherName this
        start local 1 // sun.security.util.ObjectIdentifier oid
        start local 2 // byte[] value
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aconst_null
            putfield sun.security.x509.OtherName.nameValue:[B
         2: .line 54
            aload 0 /* this */
            aconst_null
            putfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
         3: .line 58
            aload 0 /* this */
            iconst_m1
            putfield sun.security.x509.OtherName.myhash:I
         4: .line 69
            aload 1 /* oid */
            ifnull 5
            aload 2 /* value */
            ifnonnull 6
         5: .line 70
      StackMap locals: sun.security.x509.OtherName sun.security.util.ObjectIdentifier byte[]
      StackMap stack:
            new java.lang.NullPointerException
            dup
            ldc "parameters may not be null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* oid */
            putfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
         7: .line 73
            aload 0 /* this */
            aload 2 /* value */
            putfield sun.security.x509.OtherName.nameValue:[B
         8: .line 74
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* oid */
            aload 2 /* value */
            invokevirtual sun.security.x509.OtherName.getGNI:(Lsun/security/util/ObjectIdentifier;[B)Lsun/security/x509/GeneralNameInterface;
            putfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
         9: .line 75
            aload 0 /* this */
            getfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
            ifnull 12
        10: .line 76
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            putfield sun.security.x509.OtherName.name:Ljava/lang/String;
        11: .line 77
            goto 13
        12: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized ObjectIdentifier: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* oid */
            invokevirtual sun.security.util.ObjectIdentifier.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield sun.security.x509.OtherName.name:Ljava/lang/String;
        13: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 2 // byte[] value
        end local 1 // sun.security.util.ObjectIdentifier oid
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lsun/security/x509/OtherName;
            0   14     1    oid  Lsun/security/util/ObjectIdentifier;
            0   14     2  value  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      oid    
      value  

  public void <init>(sun.security.util.DerValue);
    descriptor: (Lsun/security/util/DerValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // sun.security.x509.OtherName this
        start local 1 // sun.security.util.DerValue derValue
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aconst_null
            putfield sun.security.x509.OtherName.nameValue:[B
         2: .line 54
            aload 0 /* this */
            aconst_null
            putfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
         3: .line 58
            aload 0 /* this */
            iconst_m1
            putfield sun.security.x509.OtherName.myhash:I
         4: .line 89
            aload 1 /* derValue */
            invokevirtual sun.security.util.DerValue.toDerInputStream:()Lsun/security/util/DerInputStream;
            astore 2 /* in */
        start local 2 // sun.security.util.DerInputStream in
         5: .line 91
            aload 0 /* this */
            aload 2 /* in */
            invokevirtual sun.security.util.DerInputStream.getOID:()Lsun/security/util/ObjectIdentifier;
            putfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
         6: .line 92
            aload 2 /* in */
            invokevirtual sun.security.util.DerInputStream.getDerValue:()Lsun/security/util/DerValue;
            astore 3 /* val */
        start local 3 // sun.security.util.DerValue val
         7: .line 93
            aload 0 /* this */
            aload 3 /* val */
            invokevirtual sun.security.util.DerValue.toByteArray:()[B
            putfield sun.security.x509.OtherName.nameValue:[B
         8: .line 94
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
            aload 0 /* this */
            getfield sun.security.x509.OtherName.nameValue:[B
            invokevirtual sun.security.x509.OtherName.getGNI:(Lsun/security/util/ObjectIdentifier;[B)Lsun/security/x509/GeneralNameInterface;
            putfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
         9: .line 95
            aload 0 /* this */
            getfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
            ifnull 12
        10: .line 96
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            putfield sun.security.x509.OtherName.name:Ljava/lang/String;
        11: .line 97
            goto 13
        12: .line 98
      StackMap locals: sun.security.x509.OtherName sun.security.util.DerValue sun.security.util.DerInputStream sun.security.util.DerValue
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Unrecognized ObjectIdentifier: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
            invokevirtual sun.security.util.ObjectIdentifier.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield sun.security.x509.OtherName.name:Ljava/lang/String;
        13: .line 100
      StackMap locals:
      StackMap stack:
            return
        end local 3 // sun.security.util.DerValue val
        end local 2 // sun.security.util.DerInputStream in
        end local 1 // sun.security.util.DerValue derValue
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Lsun/security/x509/OtherName;
            0   14     1  derValue  Lsun/security/util/DerValue;
            5   14     2        in  Lsun/security/util/DerInputStream;
            7   14     3       val  Lsun/security/util/DerValue;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      derValue  

  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.x509.OtherName this
         0: .line 107
            aload 0 /* this */
            getfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
            areturn
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/x509/OtherName;

  public byte[] getNameValue();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.x509.OtherName this
         0: .line 114
            aload 0 /* this */
            getfield sun.security.x509.OtherName.nameValue:[B
            invokevirtual byte[].clone:()Ljava/lang/Object;
            checkcast byte[]
            areturn
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/x509/OtherName;

  private sun.security.x509.GeneralNameInterface getGNI(sun.security.util.ObjectIdentifier, byte[]);
    descriptor: (Lsun/security/util/ObjectIdentifier;[B)Lsun/security/x509/GeneralNameInterface;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // sun.security.x509.OtherName this
        start local 1 // sun.security.util.ObjectIdentifier oid
        start local 2 // byte[] nameValue
         0: .line 123
            aload 1 /* oid */
            invokestatic sun.security.x509.OIDMap.getClass:(Lsun/security/util/ObjectIdentifier;)Ljava/lang/Class;
            astore 3 /* extClass */
        start local 3 // java.lang.Class extClass
         1: .line 124
            aload 3 /* extClass */
            ifnonnull 3
         2: .line 125
            aconst_null
            areturn
         3: .line 127
      StackMap locals: java.lang.Class
      StackMap stack:
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/Object;
            aastore
            astore 4 /* params */
        start local 4 // java.lang.Class[] params
         4: .line 128
            aload 3 /* extClass */
            aload 4 /* params */
            invokevirtual java.lang.Class.getConstructor:([Ljava/lang/Class;)Ljava/lang/reflect/Constructor;
            astore 5 /* cons */
        start local 5 // java.lang.reflect.Constructor cons
         5: .line 130
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* nameValue */
            aastore
            astore 6 /* passed */
        start local 6 // java.lang.Object[] passed
         6: .line 132
            aload 5 /* cons */
            aload 6 /* passed */
            invokevirtual java.lang.reflect.Constructor.newInstance:([Ljava/lang/Object;)Ljava/lang/Object;
            checkcast sun.security.x509.GeneralNameInterface
         7: .line 131
            astore 7 /* gni */
        start local 7 // sun.security.x509.GeneralNameInterface gni
         8: .line 133
            aload 7 /* gni */
         9: areturn
        end local 7 // sun.security.x509.GeneralNameInterface gni
        end local 6 // java.lang.Object[] passed
        end local 5 // java.lang.reflect.Constructor cons
        end local 4 // java.lang.Class[] params
        end local 3 // java.lang.Class extClass
        10: .line 134
      StackMap locals: sun.security.x509.OtherName sun.security.util.ObjectIdentifier byte[]
      StackMap stack: java.lang.Exception
            astore 3 /* e */
        start local 3 // java.lang.Exception e
        11: .line 135
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Instantiation error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* e */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 3 /* e */
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.lang.Exception e
        end local 2 // byte[] nameValue
        end local 1 // sun.security.util.ObjectIdentifier oid
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lsun/security/x509/OtherName;
            0   12     1        oid  Lsun/security/util/ObjectIdentifier;
            0   12     2  nameValue  [B
            1   10     3   extClass  Ljava/lang/Class<*>;
            4   10     4     params  [Ljava/lang/Class;
            5   10     5       cons  Ljava/lang/reflect/Constructor<*>;
            6   10     6     passed  [Ljava/lang/Object;
            8   10     7        gni  Lsun/security/x509/GeneralNameInterface;
           11   12     3          e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2      10  Class java.lang.Exception
           3     9      10  Class java.lang.Exception
    Exceptions:
      throws java.io.IOException
    MethodParameters:
           Name  Flags
      oid        
      nameValue  

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.x509.OtherName this
         0: .line 143
            iconst_0
            ireturn
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/x509/OtherName;

  public void encode(sun.security.util.DerOutputStream);
    descriptor: (Lsun/security/util/DerOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // sun.security.x509.OtherName this
        start local 1 // sun.security.util.DerOutputStream out
         0: .line 153
            aload 0 /* this */
            getfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
            ifnull 3
         1: .line 155
            aload 0 /* this */
            getfield sun.security.x509.OtherName.gni:Lsun/security/x509/GeneralNameInterface;
            aload 1 /* out */
            invokeinterface sun.security.x509.GeneralNameInterface.encode:(Lsun/security/util/DerOutputStream;)V
         2: .line 156
            return
         3: .line 159
      StackMap locals:
      StackMap stack:
            new sun.security.util.DerOutputStream
            dup
            invokespecial sun.security.util.DerOutputStream.<init>:()V
            astore 2 /* tmp */
        start local 2 // sun.security.util.DerOutputStream tmp
         4: .line 160
            aload 2 /* tmp */
            aload 0 /* this */
            getfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
            invokevirtual sun.security.util.DerOutputStream.putOID:(Lsun/security/util/ObjectIdentifier;)V
         5: .line 161
            aload 2 /* tmp */
            bipush -128
            iconst_1
            iconst_0
            invokestatic sun.security.util.DerValue.createTag:(BZB)B
            aload 0 /* this */
            getfield sun.security.x509.OtherName.nameValue:[B
            invokevirtual sun.security.util.DerOutputStream.write:(B[B)V
         6: .line 162
            aload 1 /* out */
            bipush 48
            aload 2 /* tmp */
            invokevirtual sun.security.util.DerOutputStream.write:(BLsun/security/util/DerOutputStream;)V
        end local 2 // sun.security.util.DerOutputStream tmp
         7: .line 164
            return
        end local 1 // sun.security.util.DerOutputStream out
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/x509/OtherName;
            0    8     1   out  Lsun/security/util/DerOutputStream;
            4    7     2   tmp  Lsun/security/util/DerOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.security.x509.OtherName this
        start local 1 // java.lang.Object other
         0: .line 172
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 173
            iconst_1
            ireturn
         2: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof sun.security.x509.OtherName
            ifne 4
         3: .line 176
            iconst_0
            ireturn
         4: .line 178
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast sun.security.x509.OtherName
            astore 2 /* otherOther */
        start local 2 // sun.security.x509.OtherName otherOther
         5: .line 179
            aload 2 /* otherOther */
            getfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
            aload 0 /* this */
            getfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
            invokevirtual sun.security.util.ObjectIdentifier.equals:(Ljava/lang/Object;)Z
            ifne 7
         6: .line 180
            iconst_0
            ireturn
         7: .line 182
      StackMap locals: sun.security.x509.OtherName
      StackMap stack:
            aconst_null
            astore 3 /* otherGNI */
        start local 3 // sun.security.x509.GeneralNameInterface otherGNI
         8: .line 184
            aload 0 /* this */
            aload 2 /* otherOther */
            getfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
            aload 2 /* otherOther */
            getfield sun.security.x509.OtherName.nameValue:[B
            invokevirtual sun.security.x509.OtherName.getGNI:(Lsun/security/util/ObjectIdentifier;[B)Lsun/security/x509/GeneralNameInterface;
            astore 3 /* otherGNI */
         9: .line 185
            goto 12
      StackMap locals: sun.security.x509.OtherName java.lang.Object sun.security.x509.OtherName sun.security.x509.GeneralNameInterface
      StackMap stack: java.io.IOException
        10: pop
        11: .line 186
            iconst_0
            ireturn
        12: .line 190
      StackMap locals:
      StackMap stack:
            aload 3 /* otherGNI */
            ifnull 20
        13: .line 192
            aload 3 /* otherGNI */
            aload 0 /* this */
            invokeinterface sun.security.x509.GeneralNameInterface.constrains:(Lsun/security/x509/GeneralNameInterface;)I
            ifne 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 4 /* result */
        start local 4 // boolean result
        16: .line 193
            goto 21
        end local 4 // boolean result
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
        17: pop
        18: .line 194
            iconst_0
            istore 4 /* result */
        start local 4 // boolean result
        19: .line 196
            goto 21
        end local 4 // boolean result
        20: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.x509.OtherName.nameValue:[B
            aload 2 /* otherOther */
            getfield sun.security.x509.OtherName.nameValue:[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            istore 4 /* result */
        start local 4 // boolean result
        21: .line 200
      StackMap locals: int
      StackMap stack:
            iload 4 /* result */
            ireturn
        end local 4 // boolean result
        end local 3 // sun.security.x509.GeneralNameInterface otherGNI
        end local 2 // sun.security.x509.OtherName otherOther
        end local 1 // java.lang.Object other
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   22     0        this  Lsun/security/x509/OtherName;
            0   22     1       other  Ljava/lang/Object;
            5   22     2  otherOther  Lsun/security/x509/OtherName;
            8   22     3    otherGNI  Lsun/security/x509/GeneralNameInterface;
           16   17     4      result  Z
           19   20     4      result  Z
           21   22     4      result  Z
      Exception table:
        from    to  target  type
           8     9      10  Class java.io.IOException
          13    16      17  Class java.lang.UnsupportedOperationException
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.security.x509.OtherName this
         0: .line 209
            aload 0 /* this */
            getfield sun.security.x509.OtherName.myhash:I
            iconst_m1
            if_icmpne 7
         1: .line 210
            aload 0 /* this */
            bipush 37
            aload 0 /* this */
            getfield sun.security.x509.OtherName.oid:Lsun/security/util/ObjectIdentifier;
            invokevirtual sun.security.util.ObjectIdentifier.hashCode:()I
            iadd
            putfield sun.security.x509.OtherName.myhash:I
         2: .line 211
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         3: goto 6
         4: .line 212
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            bipush 37
            aload 0 /* this */
            getfield sun.security.x509.OtherName.myhash:I
            imul
            aload 0 /* this */
            getfield sun.security.x509.OtherName.nameValue:[B
            iload 1 /* i */
            baload
            iadd
            putfield sun.security.x509.OtherName.myhash:I
         5: .line 211
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            aload 0 /* this */
            getfield sun.security.x509.OtherName.nameValue:[B
            arraylength
            if_icmplt 4
        end local 1 // int i
         7: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.x509.OtherName.myhash:I
            ireturn
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/security/x509/OtherName;
            3    7     1     i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.x509.OtherName this
         0: .line 222
            new java.lang.StringBuilder
            dup
            ldc "Other-Name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.x509.OtherName.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/x509/OtherName;

  public int constrains(sun.security.x509.GeneralNameInterface);
    descriptor: (Lsun/security/x509/GeneralNameInterface;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.security.x509.OtherName this
        start local 1 // sun.security.x509.GeneralNameInterface inputName
         0: .line 246
            aload 1 /* inputName */
            ifnonnull 3
         1: .line 247
            iconst_m1
            istore 2 /* constraintType */
        start local 2 // int constraintType
         2: .line 248
            goto 7
        end local 2 // int constraintType
      StackMap locals:
      StackMap stack:
         3: aload 1 /* inputName */
            invokeinterface sun.security.x509.GeneralNameInterface.getType:()I
            ifeq 6
         4: .line 249
            iconst_m1
            istore 2 /* constraintType */
        start local 2 // int constraintType
         5: .line 250
            goto 7
        end local 2 // int constraintType
         6: .line 251
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            ldc "Narrowing, widening, and matching are not supported for OtherName."
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        start local 2 // int constraintType
         7: .line 254
      StackMap locals: int
      StackMap stack:
            iload 2 /* constraintType */
            ireturn
        end local 2 // int constraintType
        end local 1 // sun.security.x509.GeneralNameInterface inputName
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lsun/security/x509/OtherName;
            0    8     1       inputName  Lsun/security/x509/GeneralNameInterface;
            2    3     2  constraintType  I
            5    6     2  constraintType  I
            7    8     2  constraintType  I
    MethodParameters:
           Name  Flags
      inputName  

  public int subtreeDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.security.x509.OtherName this
         0: .line 265
            new java.lang.UnsupportedOperationException
            dup
         1: .line 266
            ldc "subtreeDepth() not supported for generic OtherName"
         2: .line 265
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.security.x509.OtherName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/security/x509/OtherName;
}
SourceFile: "OtherName.java"