public class com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName extends com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy implements com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509DataContent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  public void <init>(Element, java.lang.String);
    descriptor: (LElement;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SubjectName;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
         Name  Flags
      element  
      BaseURI  

  public void <init>(Document, java.lang.String);
    descriptor: (LDocument;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SubjectName;
    MethodParameters:
                       Name  Flags
      doc                    
      X509SubjectNameString  

  public void <init>(Document, java.security.cert.X509Certificate);
    descriptor: (LDocument;Ljava/security/cert/X509Certificate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
         0: .line 31
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tDocument cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SubjectName;
    MethodParameters:
                 Name  Flags
      doc              
      x509certificate  

  public java.lang.String getSubjectName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
         0: .line 80
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName.getTextFromTextChild:()Ljava/lang/String;
            invokestatic com.sun.org.apache.xml.internal.security.utils.RFC2253Parser.normalize:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SubjectName;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
        start local 1 // java.lang.Object obj
         0: .line 85
            aload 1 /* obj */
            instanceof com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName
            ifne 2
         1: .line 86
            iconst_0
            ireturn
         2: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName
            astore 2 /* other */
        start local 2 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName other
         3: .line 90
            aload 2 /* other */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName.getSubjectName:()Ljava/lang/String;
            astore 3 /* otherSubject */
        start local 3 // java.lang.String otherSubject
         4: .line 91
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName.getSubjectName:()Ljava/lang/String;
            astore 4 /* thisSubject */
        start local 4 // java.lang.String thisSubject
         5: .line 93
            aload 4 /* thisSubject */
            aload 3 /* otherSubject */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 4 // java.lang.String thisSubject
        end local 3 // java.lang.String otherSubject
        end local 2 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName other
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SubjectName;
            0    6     1           obj  Ljava/lang/Object;
            3    6     2         other  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SubjectName;
            4    6     3  otherSubject  Ljava/lang/String;
            5    6     4   thisSubject  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
         0: .line 97
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 98
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName.getSubjectName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 99
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SubjectName;
            1    3     1  result  I

  public java.lang.String getBaseLocalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
         0: .line 104
            ldc "X509SubjectName"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/x509/XMLX509SubjectName;
}
SourceFile: "XMLX509SubjectName.java"