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

  public void <init>(sun.security.util.DerValue);
    descriptor: (Lsun/security/util/DerValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.x509.RFC822Name this
        start local 1 // sun.security.util.DerValue derValue
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            aload 1 /* derValue */
            invokevirtual sun.security.util.DerValue.getIA5String:()Ljava/lang/String;
            putfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
         2: .line 55
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
            invokevirtual sun.security.x509.RFC822Name.parseName:(Ljava/lang/String;)V
         3: .line 56
            return
        end local 1 // sun.security.util.DerValue derValue
        end local 0 // sun.security.x509.RFC822Name this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lsun/security/x509/RFC822Name;
            0    4     1  derValue  Lsun/security/util/DerValue;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      derValue  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.x509.RFC822Name this
        start local 1 // java.lang.String name
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* name */
            invokevirtual sun.security.x509.RFC822Name.parseName:(Ljava/lang/String;)V
         2: .line 66
            aload 0 /* this */
            aload 1 /* name */
            putfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
         3: .line 67
            return
        end local 1 // java.lang.String name
        end local 0 // sun.security.x509.RFC822Name this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/security/x509/RFC822Name;
            0    4     1  name  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  

  public void parseName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.security.x509.RFC822Name this
        start local 1 // java.lang.String name
         0: .line 82
            aload 1 /* name */
            ifnull 1
            aload 1 /* name */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 2
         1: .line 83
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            ldc "RFC822Name may not be null or empty"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 86
      StackMap locals:
      StackMap stack:
            aload 1 /* name */
            aload 1 /* name */
            bipush 64
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 2 /* domain */
        start local 2 // java.lang.String domain
         3: .line 87
            aload 2 /* domain */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 5
         4: .line 88
            new java.io.IOException
            dup
            ldc "RFC822Name may not end with @"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 92
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* domain */
            ldc "."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 8
         6: .line 93
            aload 2 /* domain */
            invokevirtual java.lang.String.length:()I
            iconst_1
            if_icmpne 8
         7: .line 94
            new java.io.IOException
            dup
            ldc "RFC822Name domain may not be just ."
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 97
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String domain
        end local 1 // java.lang.String name
        end local 0 // sun.security.x509.RFC822Name this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lsun/security/x509/RFC822Name;
            0    9     1    name  Ljava/lang/String;
            3    9     2  domain  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  

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

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.x509.RFC822Name this
         0: .line 110
            aload 0 /* this */
            getfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
            areturn
        end local 0 // sun.security.x509.RFC822Name this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/x509/RFC822Name;

  public void encode(sun.security.util.DerOutputStream);
    descriptor: (Lsun/security/util/DerOutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.x509.RFC822Name this
        start local 1 // sun.security.util.DerOutputStream out
         0: .line 120
            aload 1 /* out */
            aload 0 /* this */
            getfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
            invokevirtual sun.security.util.DerOutputStream.putIA5String:(Ljava/lang/String;)V
         1: .line 121
            return
        end local 1 // sun.security.util.DerOutputStream out
        end local 0 // sun.security.x509.RFC822Name this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/x509/RFC822Name;
            0    2     1   out  Lsun/security/util/DerOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  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.RFC822Name this
         0: .line 127
            new java.lang.StringBuilder
            dup
            ldc "RFC822Name: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield sun.security.x509.RFC822Name.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.RFC822Name this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/x509/RFC822Name;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.security.x509.RFC822Name this
        start local 1 // java.lang.Object obj
         0: .line 137
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 138
            iconst_1
            ireturn
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof sun.security.x509.RFC822Name
            ifne 4
         3: .line 141
            iconst_0
            ireturn
         4: .line 143
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast sun.security.x509.RFC822Name
            astore 2 /* other */
        start local 2 // sun.security.x509.RFC822Name other
         5: .line 147
            aload 0 /* this */
            getfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
            aload 2 /* other */
            getfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ireturn
        end local 2 // sun.security.x509.RFC822Name other
        end local 1 // java.lang.Object obj
        end local 0 // sun.security.x509.RFC822Name this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lsun/security/x509/RFC822Name;
            0    6     1    obj  Ljava/lang/Object;
            5    6     2  other  Lsun/security/x509/RFC822Name;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.security.x509.RFC822Name this
         0: .line 156
            aload 0 /* this */
            getfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toUpperCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            ireturn
        end local 0 // sun.security.x509.RFC822Name this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/x509/RFC822Name;

  public int constrains(sun.security.x509.GeneralNameInterface);
    descriptor: (Lsun/security/x509/GeneralNameInterface;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // sun.security.x509.RFC822Name this
        start local 1 // sun.security.x509.GeneralNameInterface inputName
         0: .line 185
            aload 1 /* inputName */
            ifnonnull 3
         1: .line 186
            iconst_m1
            istore 2 /* constraintType */
        start local 2 // int constraintType
         2: goto 39
        end local 2 // int constraintType
         3: .line 187
      StackMap locals:
      StackMap stack:
            aload 1 /* inputName */
            invokeinterface sun.security.x509.GeneralNameInterface.getType:()I
            iconst_1
            if_icmpeq 6
         4: .line 188
            iconst_m1
            istore 2 /* constraintType */
        start local 2 // int constraintType
         5: .line 189
            goto 39
        end local 2 // int constraintType
         6: .line 192
      StackMap locals:
      StackMap stack:
            aload 1 /* inputName */
            checkcast sun.security.x509.RFC822Name
            invokevirtual sun.security.x509.RFC822Name.getName:()Ljava/lang/String;
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
         7: .line 191
            astore 3 /* inName */
        start local 3 // java.lang.String inName
         8: .line 193
            aload 0 /* this */
            getfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
            getstatic java.util.Locale.ENGLISH:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 4 /* thisName */
        start local 4 // java.lang.String thisName
         9: .line 194
            aload 3 /* inName */
            aload 4 /* thisName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 12
        10: .line 195
            iconst_0
            istore 2 /* constraintType */
        start local 2 // int constraintType
        11: .line 196
            goto 39
        end local 2 // int constraintType
      StackMap locals: sun.security.x509.RFC822Name sun.security.x509.GeneralNameInterface top java.lang.String java.lang.String
      StackMap stack:
        12: aload 4 /* thisName */
            aload 3 /* inName */
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 25
        13: .line 198
            aload 3 /* inName */
            bipush 64
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 16
        14: .line 199
            iconst_3
            istore 2 /* constraintType */
        start local 2 // int constraintType
        15: .line 200
            goto 39
        end local 2 // int constraintType
      StackMap locals:
      StackMap stack:
        16: aload 3 /* inName */
            ldc "."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 19
        17: .line 201
            iconst_2
            istore 2 /* constraintType */
        start local 2 // int constraintType
        18: .line 202
            goto 39
        end local 2 // int constraintType
        19: .line 203
      StackMap locals:
      StackMap stack:
            aload 4 /* thisName */
            aload 3 /* inName */
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;)I
            istore 5 /* inNdx */
        start local 5 // int inNdx
        20: .line 204
            aload 4 /* thisName */
            iload 5 /* inNdx */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 64
            if_icmpne 23
        21: .line 205
            iconst_2
            istore 2 /* constraintType */
        start local 2 // int constraintType
        22: .line 206
            goto 39
        end local 2 // int constraintType
        23: .line 207
      StackMap locals: int
      StackMap stack:
            iconst_3
            istore 2 /* constraintType */
        end local 5 // int inNdx
        start local 2 // int constraintType
        24: .line 210
            goto 39
        end local 2 // int constraintType
      StackMap locals:
      StackMap stack:
        25: aload 3 /* inName */
            aload 4 /* thisName */
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 38
        26: .line 212
            aload 4 /* thisName */
            bipush 64
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_m1
            if_icmpeq 29
        27: .line 213
            iconst_3
            istore 2 /* constraintType */
        start local 2 // int constraintType
        28: .line 214
            goto 39
        end local 2 // int constraintType
      StackMap locals:
      StackMap stack:
        29: aload 4 /* thisName */
            ldc "."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 32
        30: .line 215
            iconst_1
            istore 2 /* constraintType */
        start local 2 // int constraintType
        31: .line 216
            goto 39
        end local 2 // int constraintType
        32: .line 217
      StackMap locals:
      StackMap stack:
            aload 3 /* inName */
            aload 4 /* thisName */
            invokevirtual java.lang.String.lastIndexOf:(Ljava/lang/String;)I
            istore 5 /* ndx */
        start local 5 // int ndx
        33: .line 218
            aload 3 /* inName */
            iload 5 /* ndx */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 64
            if_icmpne 36
        34: .line 219
            iconst_1
            istore 2 /* constraintType */
        start local 2 // int constraintType
        35: .line 220
            goto 39
        end local 2 // int constraintType
        36: .line 221
      StackMap locals: int
      StackMap stack:
            iconst_3
            istore 2 /* constraintType */
        end local 5 // int ndx
        start local 2 // int constraintType
        37: .line 224
            goto 39
        end local 2 // int constraintType
        38: .line 225
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 2 /* constraintType */
        end local 4 // java.lang.String thisName
        end local 3 // java.lang.String inName
        start local 2 // int constraintType
        39: .line 228
      StackMap locals: sun.security.x509.RFC822Name sun.security.x509.GeneralNameInterface 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.RFC822Name this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   40     0            this  Lsun/security/x509/RFC822Name;
            0   40     1       inputName  Lsun/security/x509/GeneralNameInterface;
            2    3     2  constraintType  I
            5    6     2  constraintType  I
           11   12     2  constraintType  I
           15   16     2  constraintType  I
           18   19     2  constraintType  I
           22   23     2  constraintType  I
           24   25     2  constraintType  I
           28   29     2  constraintType  I
           31   32     2  constraintType  I
           35   36     2  constraintType  I
           37   38     2  constraintType  I
           39   40     2  constraintType  I
            8   39     3          inName  Ljava/lang/String;
            9   39     4        thisName  Ljava/lang/String;
           20   24     5           inNdx  I
           33   37     5             ndx  I
    Exceptions:
      throws java.lang.UnsupportedOperationException
    MethodParameters:
           Name  Flags
      inputName  

  public int subtreeDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.security.x509.RFC822Name this
         0: .line 239
            aload 0 /* this */
            getfield sun.security.x509.RFC822Name.name:Ljava/lang/String;
            astore 1 /* subtree */
        start local 1 // java.lang.String subtree
         1: .line 240
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         2: .line 243
            aload 1 /* subtree */
            bipush 64
            invokevirtual java.lang.String.lastIndexOf:(I)I
            istore 3 /* atNdx */
        start local 3 // int atNdx
         3: .line 244
            iload 3 /* atNdx */
            iflt 9
         4: .line 245
            iinc 2 /* i */ 1
         5: .line 246
            aload 1 /* subtree */
            iload 3 /* atNdx */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 1 /* subtree */
         6: .line 250
            goto 9
         7: .line 251
      StackMap locals: java.lang.String int int
      StackMap stack:
            aload 1 /* subtree */
            iconst_0
            aload 1 /* subtree */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            astore 1 /* subtree */
         8: .line 250
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: aload 1 /* subtree */
            bipush 46
            invokevirtual java.lang.String.lastIndexOf:(I)I
            ifge 7
        10: .line 254
            iload 2 /* i */
            ireturn
        end local 3 // int atNdx
        end local 2 // int i
        end local 1 // java.lang.String subtree
        end local 0 // sun.security.x509.RFC822Name this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lsun/security/x509/RFC822Name;
            1   11     1  subtree  Ljava/lang/String;
            2   11     2        i  I
            3   11     3    atNdx  I
    Exceptions:
      throws java.lang.UnsupportedOperationException
}
SourceFile: "RFC822Name.java"