public class com.sun.org.apache.xml.internal.security.signature.SignatureProperties extends com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.signature.SignatureProperties
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  public void <init>(org.w3c.dom.Document);
    descriptor: (Lorg/w3c/dom/Document;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
        start local 1 // org.w3c.dom.Document doc
         0: .line 48
            aload 0 /* this */
            aload 1 /* doc */
            invokespecial com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy.<init>:(Lorg/w3c/dom/Document;)V
         1: .line 50
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.addReturnToSelf:()V
         2: .line 51
            return
        end local 1 // org.w3c.dom.Document doc
        end local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperties;
            0    3     1   doc  Lorg/w3c/dom/Document;
    MethodParameters:
      Name  Flags
      doc   

  public void <init>(org.w3c.dom.Element, java.lang.String);
    descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
        start local 1 // org.w3c.dom.Element element
        start local 2 // java.lang.String baseURI
         0: .line 60
            aload 0 /* this */
            aload 1 /* element */
            aload 2 /* baseURI */
            invokespecial com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
         1: .line 62
            aload 1 /* element */
            aconst_null
            ldc "Id"
            invokeinterface org.w3c.dom.Element.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
            astore 3 /* attr */
        start local 3 // org.w3c.dom.Attr attr
         2: .line 63
            aload 3 /* attr */
            ifnull 4
         3: .line 64
            aload 1 /* element */
            aload 3 /* attr */
            iconst_1
            invokeinterface org.w3c.dom.Element.setIdAttributeNode:(Lorg/w3c/dom/Attr;Z)V
         4: .line 67
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.SignatureProperties org.w3c.dom.Element java.lang.String org.w3c.dom.Attr
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.getLength:()I
            istore 4 /* length */
        start local 4 // int length
         5: .line 68
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 13
         7: .line 70
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.getElement:()Lorg/w3c/dom/Element;
            ldc "SignatureProperty"
            iload 5 /* i */
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDsNode:(Lorg/w3c/dom/Node;Ljava/lang/String;I)Lorg/w3c/dom/Element;
         8: .line 69
            astore 6 /* propertyElem */
        start local 6 // org.w3c.dom.Element propertyElem
         9: .line 71
            aload 6 /* propertyElem */
            aconst_null
            ldc "Id"
            invokeinterface org.w3c.dom.Element.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
            astore 7 /* propertyAttr */
        start local 7 // org.w3c.dom.Attr propertyAttr
        10: .line 72
            aload 7 /* propertyAttr */
            ifnull 12
        11: .line 73
            aload 6 /* propertyElem */
            aload 7 /* propertyAttr */
            iconst_1
            invokeinterface org.w3c.dom.Element.setIdAttributeNode:(Lorg/w3c/dom/Attr;Z)V
        end local 7 // org.w3c.dom.Attr propertyAttr
        end local 6 // org.w3c.dom.Element propertyElem
        12: .line 68
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 4 /* length */
            if_icmplt 7
        end local 5 // int i
        14: .line 76
            return
        end local 4 // int length
        end local 3 // org.w3c.dom.Attr attr
        end local 2 // java.lang.String baseURI
        end local 1 // org.w3c.dom.Element element
        end local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperties;
            0   15     1       element  Lorg/w3c/dom/Element;
            0   15     2       baseURI  Ljava/lang/String;
            2   15     3          attr  Lorg/w3c/dom/Attr;
            5   15     4        length  I
            6   14     5             i  I
            9   12     6  propertyElem  Lorg/w3c/dom/Element;
           10   12     7  propertyAttr  Lorg/w3c/dom/Attr;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
         Name  Flags
      element  
      baseURI  

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
         0: .line 85
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.getElement:()Lorg/w3c/dom/Element;
            ldc "SignatureProperty"
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDsNodes:(Lorg/w3c/dom/Node;Ljava/lang/String;)[Lorg/w3c/dom/Element;
         1: .line 84
            astore 1 /* propertyElems */
        start local 1 // org.w3c.dom.Element[] propertyElems
         2: .line 87
            aload 1 /* propertyElems */
            arraylength
            ireturn
        end local 1 // org.w3c.dom.Element[] propertyElems
        end local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperties;
            2    3     1  propertyElems  [Lorg/w3c/dom/Element;

  public com.sun.org.apache.xml.internal.security.signature.SignatureProperty item(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperty;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
        start local 1 // int i
         0: .line 101
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.getElement:()Lorg/w3c/dom/Element;
            ldc "SignatureProperty"
            iload 1 /* i */
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDsNode:(Lorg/w3c/dom/Node;Ljava/lang/String;I)Lorg/w3c/dom/Element;
         1: .line 100
            astore 2 /* propertyElem */
        start local 2 // org.w3c.dom.Element propertyElem
         2: .line 103
            aload 2 /* propertyElem */
            ifnonnull 4
         3: .line 104
            aconst_null
            areturn
         4: .line 106
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            new com.sun.org.apache.xml.internal.security.signature.SignatureProperty
            dup
            aload 2 /* propertyElem */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.SignatureProperties.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.signature.SignatureProperty.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
         5: areturn
        end local 2 // org.w3c.dom.Element propertyElem
         6: .line 107
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.SignatureProperties int
      StackMap stack: com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            astore 2 /* ex */
        start local 2 // com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException ex
         7: .line 108
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 2 // com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException ex
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperties;
            0    8     1             i  I
            2    6     2  propertyElem  Lorg/w3c/dom/Element;
            7    8     2            ex  Lcom/sun/org/apache/xml/internal/security/exceptions/XMLSecurityException;
      Exception table:
        from    to  target  type
           0     3       6  Class com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
           4     5       6  Class com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
      Name  Flags
      i     

  public void setId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
        start local 1 // java.lang.String Id
         0: .line 118
            aload 1 /* Id */
            ifnull 2
         1: .line 119
            aload 0 /* this */
            ldc "Id"
            aload 1 /* Id */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.setLocalIdAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 121
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String Id
        end local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperties;
            0    3     1    Id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      Id    

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
         0: .line 129
            aload 0 /* this */
            ldc "Id"
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.getLocalAttribute:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperties;

  public void addSignatureProperty(com.sun.org.apache.xml.internal.security.signature.SignatureProperty);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperty;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
        start local 1 // com.sun.org.apache.xml.internal.security.signature.SignatureProperty sp
         0: .line 138
            aload 0 /* this */
            aload 1 /* sp */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 139
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.SignatureProperties.addReturnToSelf:()V
         2: .line 140
            return
        end local 1 // com.sun.org.apache.xml.internal.security.signature.SignatureProperty sp
        end local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperties;
            0    3     1    sp  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperty;
    MethodParameters:
      Name  Flags
      sp    

  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.signature.SignatureProperties this
         0: .line 144
            ldc "SignatureProperties"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.SignatureProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/SignatureProperties;
}
SourceFile: "SignatureProperties.java"