public class com.sun.org.apache.xml.internal.security.signature.Manifest 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.Manifest
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  public static final int MAXIMUM_REFERENCE_COUNT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 30

  private static java.util.logging.Logger log;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private java.util.List<com.sun.org.apache.xml.internal.security.signature.Reference> references;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/signature/Reference;>;

  private org.w3c.dom.Element[] referencesEl;
    descriptor: [Lorg/w3c/dom/Element;
    flags: (0x0002) ACC_PRIVATE

  private boolean[] verificationResults;
    descriptor: [Z
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.lang.String> resolverProperties;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  private java.util.List<com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver> perManifestResolvers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolver;>;

  private boolean secureValidation;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 65
            ldc Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         1: .line 64
            putstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
         2: .line 65
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.w3c.dom.Document);
    descriptor: (Lorg/w3c/dom/Document;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // org.w3c.dom.Document doc
         0: .line 88
            aload 0 /* this */
            aload 1 /* doc */
            invokespecial com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy.<init>:(Lorg/w3c/dom/Document;)V
         1: .line 72
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.verificationResults:[Z
         2: .line 75
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
         3: .line 78
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
         4: .line 90
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         5: .line 92
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
         6: .line 93
            return
        end local 1 // org.w3c.dom.Document doc
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    7     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=4, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // org.w3c.dom.Element element
        start local 2 // java.lang.String baseURI
         0: .line 103
            aload 0 /* this */
            aload 1 /* element */
            aload 2 /* baseURI */
            iconst_0
            invokespecial com.sun.org.apache.xml.internal.security.signature.Manifest.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;Z)V
         1: .line 105
            return
        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.Manifest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    2     1  element  Lorg/w3c/dom/Element;
            0    2     2  baseURI  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
         Name  Flags
      element  
      baseURI  

  public void <init>(org.w3c.dom.Element, java.lang.String, boolean);
    descriptor: (Lorg/w3c/dom/Element;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // org.w3c.dom.Element element
        start local 2 // java.lang.String baseURI
        start local 3 // boolean secureValidation
         0: .line 117
            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 72
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.verificationResults:[Z
         2: .line 75
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
         3: .line 78
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
         4: .line 119
            aload 1 /* element */
            aconst_null
            ldc "Id"
            invokeinterface org.w3c.dom.Element.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
            astore 4 /* attr */
        start local 4 // org.w3c.dom.Attr attr
         5: .line 120
            aload 4 /* attr */
            ifnull 7
         6: .line 121
            aload 1 /* element */
            aload 4 /* attr */
            iconst_1
            invokeinterface org.w3c.dom.Element.setIdAttributeNode:(Lorg/w3c/dom/Attr;Z)V
         7: .line 123
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Manifest org.w3c.dom.Element java.lang.String int org.w3c.dom.Attr
      StackMap stack:
            aload 0 /* this */
            iload 3 /* secureValidation */
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.secureValidation:Z
         8: .line 126
            aload 0 /* this */
         9: .line 128
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "Reference"
        10: .line 127
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDsNodes:(Lorg/w3c/dom/Node;Ljava/lang/String;)[Lorg/w3c/dom/Element;
        11: .line 126
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
        12: .line 130
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            arraylength
            istore 5 /* le */
        start local 5 // int le
        13: .line 131
            iload 5 /* le */
            ifne 18
        14: .line 133
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "Reference"
            aastore
            dup
            iconst_1
            ldc "Manifest"
            aastore
            astore 6 /* exArgs */
        start local 6 // java.lang.Object[] exArgs
        15: .line 135
            new org.w3c.dom.DOMException
            dup
            iconst_4
        16: .line 136
            ldc "xml.WrongContent"
            aload 6 /* exArgs */
            invokestatic com.sun.org.apache.xml.internal.security.utils.I18n.translate:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        17: .line 135
            invokespecial org.w3c.dom.DOMException.<init>:(SLjava/lang/String;)V
            athrow
        end local 6 // java.lang.Object[] exArgs
        18: .line 139
      StackMap locals: int
      StackMap stack:
            iload 3 /* secureValidation */
            ifeq 21
            iload 5 /* le */
            bipush 30
            if_icmple 21
        19: .line 140
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 5 /* le */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            astore 6 /* exArgs */
        start local 6 // java.lang.Object[] exArgs
        20: .line 142
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "signature.tooManyReferences"
            aload 6 /* exArgs */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 6 // java.lang.Object[] exArgs
        21: .line 146
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iload 5 /* le */
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
        22: .line 148
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        23: goto 30
        24: .line 149
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            iload 6 /* i */
            aaload
            astore 7 /* refElem */
        start local 7 // org.w3c.dom.Element refElem
        25: .line 150
            aload 7 /* refElem */
            aconst_null
            ldc "Id"
            invokeinterface org.w3c.dom.Element.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
            astore 8 /* refAttr */
        start local 8 // org.w3c.dom.Attr refAttr
        26: .line 151
            aload 8 /* refAttr */
            ifnull 28
        27: .line 152
            aload 7 /* refElem */
            aload 8 /* refAttr */
            iconst_1
            invokeinterface org.w3c.dom.Element.setIdAttributeNode:(Lorg/w3c/dom/Attr;Z)V
        28: .line 154
      StackMap locals: org.w3c.dom.Element org.w3c.dom.Attr
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // org.w3c.dom.Attr refAttr
        end local 7 // org.w3c.dom.Element refElem
        29: .line 148
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        30: iload 6 /* i */
            iload 5 /* le */
            if_icmplt 24
        end local 6 // int i
        31: .line 156
            return
        end local 5 // int le
        end local 4 // org.w3c.dom.Attr attr
        end local 3 // boolean secureValidation
        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.Manifest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   32     0              this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0   32     1           element  Lorg/w3c/dom/Element;
            0   32     2           baseURI  Ljava/lang/String;
            0   32     3  secureValidation  Z
            5   32     4              attr  Lorg/w3c/dom/Attr;
           13   32     5                le  I
           15   18     6            exArgs  [Ljava/lang/Object;
           20   21     6            exArgs  [Ljava/lang/Object;
           23   31     6                 i  I
           25   29     7           refElem  Lorg/w3c/dom/Element;
           26   29     8           refAttr  Lorg/w3c/dom/Attr;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
                  Name  Flags
      element           
      baseURI           
      secureValidation  

  public void addDocument(java.lang.String, java.lang.String, com.sun.org.apache.xml.internal.security.transforms.Transforms, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=7
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // java.lang.String baseURI
        start local 2 // java.lang.String referenceURI
        start local 3 // com.sun.org.apache.xml.internal.security.transforms.Transforms transforms
        start local 4 // java.lang.String digestURI
        start local 5 // java.lang.String referenceId
        start local 6 // java.lang.String referenceType
         0: .line 179
            new com.sun.org.apache.xml.internal.security.signature.Reference
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.doc:Lorg/w3c/dom/Document;
            aload 1 /* baseURI */
            aload 2 /* referenceURI */
            aload 0 /* this */
            aload 3 /* transforms */
            aload 4 /* digestURI */
            invokespecial com.sun.org.apache.xml.internal.security.signature.Reference.<init>:(Lorg/w3c/dom/Document;Ljava/lang/String;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/signature/Manifest;Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;Ljava/lang/String;)V
         1: .line 178
            astore 7 /* ref */
        start local 7 // com.sun.org.apache.xml.internal.security.signature.Reference ref
         2: .line 181
            aload 5 /* referenceId */
            ifnull 4
         3: .line 182
            aload 7 /* ref */
            aload 5 /* referenceId */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.setId:(Ljava/lang/String;)V
         4: .line 185
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Reference
      StackMap stack:
            aload 6 /* referenceType */
            ifnull 6
         5: .line 186
            aload 7 /* ref */
            aload 6 /* referenceType */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.setType:(Ljava/lang/String;)V
         6: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
            aload 7 /* ref */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         7: .line 193
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.constructionElement:Lorg/w3c/dom/Element;
            aload 7 /* ref */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         8: .line 194
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         9: .line 195
            return
        end local 7 // com.sun.org.apache.xml.internal.security.signature.Reference ref
        end local 6 // java.lang.String referenceType
        end local 5 // java.lang.String referenceId
        end local 4 // java.lang.String digestURI
        end local 3 // com.sun.org.apache.xml.internal.security.transforms.Transforms transforms
        end local 2 // java.lang.String referenceURI
        end local 1 // java.lang.String baseURI
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0   10     1        baseURI  Ljava/lang/String;
            0   10     2   referenceURI  Ljava/lang/String;
            0   10     3     transforms  Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;
            0   10     4      digestURI  Ljava/lang/String;
            0   10     5    referenceId  Ljava/lang/String;
            0   10     6  referenceType  Ljava/lang/String;
            2   10     7            ref  Lcom/sun/org/apache/xml/internal/security/signature/Reference;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    MethodParameters:
               Name  Flags
      baseURI        
      referenceURI   
      transforms     
      digestURI      
      referenceId    
      referenceType  

  public void generateDigestValues();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
         0: .line 207
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 209
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.signature.Reference
            astore 2 /* currentRef */
        start local 2 // com.sun.org.apache.xml.internal.security.signature.Reference currentRef
         3: .line 210
            aload 2 /* currentRef */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.generateDigestValue:()V
        end local 2 // com.sun.org.apache.xml.internal.security.signature.Reference currentRef
         4: .line 207
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.getLength:()I
            if_icmplt 2
        end local 1 // int i
         6: .line 212
            return
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            1    6     1           i  I
            3    4     2  currentRef  Lcom/sun/org/apache/xml/internal/security/signature/Reference;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.XMLSignatureException, com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
         0: .line 220
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;

  public com.sun.org.apache.xml.internal.security.signature.Reference item(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/signature/Reference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // int i
         0: .line 232
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            ifnonnull 4
         1: .line 235
            new com.sun.org.apache.xml.internal.security.signature.Reference
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            iload 1 /* i */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.baseURI:Ljava/lang/String;
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.secureValidation:Z
            invokespecial com.sun.org.apache.xml.internal.security.signature.Reference.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/signature/Manifest;Z)V
         2: .line 234
            astore 2 /* ref */
        start local 2 // com.sun.org.apache.xml.internal.security.signature.Reference ref
         3: .line 237
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
            iload 1 /* i */
            aload 2 /* ref */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 2 // com.sun.org.apache.xml.internal.security.signature.Reference ref
         4: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.signature.Reference
            areturn
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    5     1     i  I
            3    4     2   ref  Lcom/sun/org/apache/xml/internal/security/signature/Reference;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public void setId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // java.lang.String Id
         0: .line 249
            aload 1 /* Id */
            ifnull 3
         1: .line 250
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.constructionElement:Lorg/w3c/dom/Element;
            aconst_null
            ldc "Id"
            aload 1 /* Id */
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 251
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.constructionElement:Lorg/w3c/dom/Element;
            aconst_null
            ldc "Id"
            iconst_1
            invokeinterface org.w3c.dom.Element.setIdAttributeNS:(Ljava/lang/String;Ljava/lang/String;Z)V
         3: .line 253
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String Id
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    4     1    Id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      Id    

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
         0: .line 261
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.constructionElement:Lorg/w3c/dom/Element;
            aconst_null
            ldc "Id"
            invokeinterface org.w3c.dom.Element.getAttributeNS:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;

  public boolean verifyReferences();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
         0: .line 285
            aload 0 /* this */
            iconst_0
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.verifyReferences:(Z)Z
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.MissingResourceFailureException, com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

  public boolean verifyReferences(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // boolean followManifests
         0: .line 310
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            ifnonnull 5
         1: .line 311
            aload 0 /* this */
         2: .line 313
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "Reference"
         3: .line 312
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDsNodes:(Lorg/w3c/dom/Node;Ljava/lang/String;)[Lorg/w3c/dom/Element;
         4: .line 311
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
         5: .line 316
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 12
         6: .line 317
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "verify "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " References"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         7: .line 318
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "I am "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* followManifests */
            ifeq 9
         8: .line 319
            ldc ""
            goto 10
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Manifest int
      StackMap stack: java.util.logging.Logger java.util.logging.Level java.lang.StringBuilder
         9: ldc "not"
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Manifest int
      StackMap stack: java.util.logging.Logger java.util.logging.Level java.lang.StringBuilder java.lang.String
        10: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " requested to follow nested Manifests"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        11: .line 318
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        12: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            arraylength
            ifne 14
        13: .line 322
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "empty"
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 324
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.secureValidation:Z
            ifeq 17
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            arraylength
            bipush 30
            if_icmple 17
        15: .line 325
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            arraylength
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            bipush 30
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            astore 2 /* exArgs */
        start local 2 // java.lang.Object[] exArgs
        16: .line 327
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "signature.tooManyReferences"
            aload 2 /* exArgs */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;[Ljava/lang/Object;)V
            athrow
        end local 2 // java.lang.Object[] exArgs
        17: .line 330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            arraylength
            newarray 4
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.verificationResults:[Z
        18: .line 331
            iconst_1
            istore 2 /* verify */
        start local 2 // boolean verify
        19: .line 332
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        20: goto 77
        21: .line 334
      StackMap locals: int int
      StackMap stack:
            new com.sun.org.apache.xml.internal.security.signature.Reference
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            iload 3 /* i */
            aaload
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.baseURI:Ljava/lang/String;
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.secureValidation:Z
            invokespecial com.sun.org.apache.xml.internal.security.signature.Reference.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/signature/Manifest;Z)V
        22: .line 333
            astore 4 /* currentRef */
        start local 4 // com.sun.org.apache.xml.internal.security.signature.Reference currentRef
        23: .line 336
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.references:Ljava/util/List;
            iload 3 /* i */
            aload 4 /* currentRef */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        24: .line 340
            aload 4 /* currentRef */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.verify:()Z
            istore 5 /* currentRefVerified */
        start local 5 // boolean currentRefVerified
        25: .line 342
            aload 0 /* this */
            iload 3 /* i */
            iload 5 /* currentRefVerified */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.setVerificationResult:(IZ)V
        26: .line 344
            iload 5 /* currentRefVerified */
            ifne 28
        27: .line 345
            iconst_0
            istore 2 /* verify */
        28: .line 347
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Reference int
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 30
        29: .line 348
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "The Reference has Type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* currentRef */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.getType:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        30: .line 352
      StackMap locals:
      StackMap stack:
            iload 2 /* verify */
            ifeq 76
            iload 1 /* followManifests */
            ifeq 76
            aload 4 /* currentRef */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.typeIsReferenceToManifest:()Z
            ifeq 76
        31: .line 353
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 33
        32: .line 354
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "We have to follow a nested Manifest"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        33: .line 359
      StackMap locals:
      StackMap stack:
            aload 4 /* currentRef */
            aconst_null
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.dereferenceURIandPerformTransforms:(Ljava/io/OutputStream;)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
        34: .line 358
            astore 6 /* signedManifestNodes */
        start local 6 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput signedManifestNodes
        35: .line 360
            aload 6 /* signedManifestNodes */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput.getNodeSet:()Ljava/util/Set;
            astore 7 /* nl */
        start local 7 // java.util.Set nl
        36: .line 361
            aconst_null
            astore 8 /* referencedManifest */
        start local 8 // com.sun.org.apache.xml.internal.security.signature.Manifest referencedManifest
        37: .line 362
            aload 7 /* nl */
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 9 /* nlIterator */
        start local 9 // java.util.Iterator nlIterator
        38: .line 364
            goto 51
        39: .line 365
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Manifest int int int com.sun.org.apache.xml.internal.security.signature.Reference int com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput java.util.Set com.sun.org.apache.xml.internal.security.signature.Manifest java.util.Iterator
      StackMap stack:
            aload 9 /* nlIterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.w3c.dom.Node
            astore 10 /* n */
        start local 10 // org.w3c.dom.Node n
        40: .line 367
            aload 10 /* n */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 51
        41: .line 368
            aload 10 /* n */
            checkcast org.w3c.dom.Element
            invokeinterface org.w3c.dom.Element.getNamespaceURI:()Ljava/lang/String;
            ldc "http://www.w3.org/2000/09/xmldsig#"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 51
        42: .line 369
            aload 10 /* n */
            checkcast org.w3c.dom.Element
            invokeinterface org.w3c.dom.Element.getLocalName:()Ljava/lang/String;
            ldc "Manifest"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 51
        43: .line 373
            new com.sun.org.apache.xml.internal.security.signature.Manifest
            dup
        44: .line 374
            aload 10 /* n */
            checkcast org.w3c.dom.Element
            aload 6 /* signedManifestNodes */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput.getSourceURI:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.secureValidation:Z
        45: .line 373
            invokespecial com.sun.org.apache.xml.internal.security.signature.Manifest.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;Z)V
        46: .line 372
            astore 8 /* referencedManifest */
        47: .line 376
            goto 52
        48: .line 377
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Manifest int int int com.sun.org.apache.xml.internal.security.signature.Reference int com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput java.util.Set com.sun.org.apache.xml.internal.security.signature.Manifest java.util.Iterator org.w3c.dom.Node
      StackMap stack: com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            astore 11 /* ex */
        start local 11 // com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException ex
        49: .line 378
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 51
        50: .line 379
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            aload 11 /* ex */
            invokevirtual com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.getMessage:()Ljava/lang/String;
            aload 11 /* ex */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 11 // com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException ex
        end local 10 // org.w3c.dom.Node n
        51: .line 364
      StackMap locals:
      StackMap stack:
            aload 9 /* nlIterator */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 39
        52: .line 386
      StackMap locals:
      StackMap stack:
            aload 8 /* referencedManifest */
            ifnonnull 54
        53: .line 389
            new com.sun.org.apache.xml.internal.security.signature.MissingResourceFailureException
            dup
            ldc "empty"
            aload 4 /* currentRef */
            invokespecial com.sun.org.apache.xml.internal.security.signature.MissingResourceFailureException.<init>:(Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/signature/Reference;)V
            athrow
        54: .line 392
      StackMap locals:
      StackMap stack:
            aload 8 /* referencedManifest */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
        55: .line 393
            aload 8 /* referencedManifest */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
        56: .line 396
            aload 8 /* referencedManifest */
            iload 1 /* followManifests */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.verifyReferences:(Z)Z
        57: .line 395
            istore 10 /* referencedManifestValid */
        start local 10 // boolean referencedManifestValid
        58: .line 398
            iload 10 /* referencedManifestValid */
            ifne 62
        59: .line 399
            iconst_0
            istore 2 /* verify */
        60: .line 401
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.WARNING:Ljava/util/logging/Level;
            ldc "The nested Manifest was invalid (bad)"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        61: .line 402
            goto 76
        62: .line 403
      StackMap locals: int
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 76
        63: .line 404
            getstatic com.sun.org.apache.xml.internal.security.signature.Manifest.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "The nested Manifest was valid (good)"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        end local 10 // boolean referencedManifestValid
        end local 9 // java.util.Iterator nlIterator
        end local 8 // com.sun.org.apache.xml.internal.security.signature.Manifest referencedManifest
        end local 7 // java.util.Set nl
        end local 6 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput signedManifestNodes
        64: .line 407
            goto 76
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Manifest int int int com.sun.org.apache.xml.internal.security.signature.Reference int
      StackMap stack: java.io.IOException
        65: astore 6 /* ex */
        start local 6 // java.io.IOException ex
        66: .line 408
            new com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException
            dup
            ldc "empty"
            aload 6 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 6 // java.io.IOException ex
        67: .line 409
      StackMap locals:
      StackMap stack: javax.xml.parsers.ParserConfigurationException
            astore 6 /* ex */
        start local 6 // javax.xml.parsers.ParserConfigurationException ex
        68: .line 410
            new com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException
            dup
            ldc "empty"
            aload 6 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 6 // javax.xml.parsers.ParserConfigurationException ex
        69: .line 411
      StackMap locals:
      StackMap stack: org.xml.sax.SAXException
            astore 6 /* ex */
        start local 6 // org.xml.sax.SAXException ex
        70: .line 412
            new com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException
            dup
            ldc "empty"
            aload 6 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 6 // org.xml.sax.SAXException ex
        end local 5 // boolean currentRefVerified
        71: .line 415
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.Manifest int int int com.sun.org.apache.xml.internal.security.signature.Reference
      StackMap stack: com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException
            astore 5 /* ex */
        start local 5 // com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException ex
        72: .line 416
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 4 /* currentRef */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.getURI:()Ljava/lang/String;
            aastore
            astore 6 /* exArgs */
        start local 6 // java.lang.Object[] exArgs
        73: .line 418
            new com.sun.org.apache.xml.internal.security.signature.MissingResourceFailureException
            dup
        74: .line 419
            ldc "signature.Verification.Reference.NoInput"
            aload 6 /* exArgs */
            aload 5 /* ex */
            aload 4 /* currentRef */
        75: .line 418
            invokespecial com.sun.org.apache.xml.internal.security.signature.MissingResourceFailureException.<init>:(Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/Exception;Lcom/sun/org/apache/xml/internal/security/signature/Reference;)V
            athrow
        end local 6 // java.lang.Object[] exArgs
        end local 5 // com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException ex
        end local 4 // com.sun.org.apache.xml.internal.security.signature.Reference currentRef
        76: .line 332
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        77: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.referencesEl:[Lorg/w3c/dom/Element;
            arraylength
            if_icmplt 21
        end local 3 // int i
        78: .line 424
            iload 2 /* verify */
            ireturn
        end local 2 // boolean verify
        end local 1 // boolean followManifests
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   79     0                     this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0   79     1          followManifests  Z
           16   17     2                   exArgs  [Ljava/lang/Object;
           19   79     2                   verify  Z
           20   78     3                        i  I
           23   76     4               currentRef  Lcom/sun/org/apache/xml/internal/security/signature/Reference;
           25   71     5       currentRefVerified  Z
           35   64     6      signedManifestNodes  Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
           36   64     7                       nl  Ljava/util/Set<Lorg/w3c/dom/Node;>;
           37   64     8       referencedManifest  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
           38   64     9               nlIterator  Ljava/util/Iterator<Lorg/w3c/dom/Node;>;
           40   51    10                        n  Lorg/w3c/dom/Node;
           49   51    11                       ex  Lcom/sun/org/apache/xml/internal/security/exceptions/XMLSecurityException;
           58   64    10  referencedManifestValid  Z
           66   67     6                       ex  Ljava/io/IOException;
           68   69     6                       ex  Ljavax/xml/parsers/ParserConfigurationException;
           70   71     6                       ex  Lorg/xml/sax/SAXException;
           72   76     5                       ex  Lcom/sun/org/apache/xml/internal/security/signature/ReferenceNotInitializedException;
           73   76     6                   exArgs  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
          43    47      48  Class com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
          33    64      65  Class java.io.IOException
          33    64      67  Class javax.xml.parsers.ParserConfigurationException
          33    64      69  Class org.xml.sax.SAXException
          24    71      71  Class com.sun.org.apache.xml.internal.security.signature.ReferenceNotInitializedException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.signature.MissingResourceFailureException, com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
                 Name  Flags
      followManifests  

  private void setVerificationResult(int, boolean);
    descriptor: (IZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // int index
        start local 2 // boolean verify
         0: .line 434
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.verificationResults:[Z
            ifnonnull 2
         1: .line 435
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.getLength:()I
            newarray 4
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.verificationResults:[Z
         2: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.verificationResults:[Z
            iload 1 /* index */
            iload 2 /* verify */
            bastore
         3: .line 439
            return
        end local 2 // boolean verify
        end local 1 // int index
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    4     1   index  I
            0    4     2  verify  Z
    MethodParameters:
        Name  Flags
      index   
      verify  

  public boolean getVerificationResult(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // int index
         0: .line 451
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.getLength:()I
            iconst_1
            isub
            if_icmple 7
         1: .line 452
      StackMap locals:
      StackMap stack:
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            iload 1 /* index */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.getLength:()I
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            aastore
            astore 2 /* exArgs */
        start local 2 // java.lang.Object[] exArgs
         2: .line 454
            new java.lang.IndexOutOfBoundsException
            dup
         3: .line 455
            ldc "signature.Verification.IndexOutOfBounds"
            aload 2 /* exArgs */
            invokestatic com.sun.org.apache.xml.internal.security.utils.I18n.translate:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
         4: .line 454
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
         5: .line 453
            astore 3 /* e */
        start local 3 // java.lang.Exception e
         6: .line 458
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "generic.EmptyMessage"
            aload 3 /* e */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 3 // java.lang.Exception e
        end local 2 // java.lang.Object[] exArgs
         7: .line 461
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.verificationResults:[Z
            ifnonnull 12
         8: .line 463
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.verifyReferences:()Z
            pop
         9: .line 464
            goto 12
      StackMap locals:
      StackMap stack: java.lang.Exception
        10: astore 2 /* ex */
        start local 2 // java.lang.Exception ex
        11: .line 465
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "generic.EmptyMessage"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.lang.Exception ex
        12: .line 469
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.verificationResults:[Z
            iload 1 /* index */
            baload
            ireturn
        end local 1 // int index
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0   13     1   index  I
            2    7     2  exArgs  [Ljava/lang/Object;
            6    7     3       e  Ljava/lang/Exception;
           11   12     2      ex  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           8     9      10  Class java.lang.Exception
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
       Name  Flags
      index  

  public void addResourceResolver(com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver resolver
         0: .line 480
            aload 1 /* resolver */
            ifnonnull 2
         1: .line 481
            return
         2: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
            ifnonnull 4
         3: .line 484
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
         4: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
            aload 1 /* resolver */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 487
            return
        end local 1 // com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver resolver
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    6     1  resolver  Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolver;
    MethodParameters:
          Name  Flags
      resolver  

  public void addResourceResolver(com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverSpi);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolverSpi;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverSpi resolverSpi
         0: .line 497
            aload 1 /* resolverSpi */
            ifnonnull 2
         1: .line 498
            return
         2: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
            ifnonnull 4
         3: .line 501
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
         4: .line 503
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
            new com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver
            dup
            aload 1 /* resolverSpi */
            invokespecial com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver.<init>:(Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolverSpi;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         5: .line 504
            return
        end local 1 // com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolverSpi resolverSpi
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    6     1  resolverSpi  Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolverSpi;
    MethodParameters:
             Name  Flags
      resolverSpi  

  public java.util.List<com.sun.org.apache.xml.internal.security.utils.resolver.ResourceResolver> getPerManifestResolvers();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
         0: .line 511
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.perManifestResolvers:Ljava/util/List;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
    Signature: ()Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/utils/resolver/ResourceResolver;>;

  public java.util.Map<java.lang.String, java.lang.String> getResolverProperties();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
         0: .line 519
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  public void setResolverProperty(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // java.lang.String key
        start local 2 // java.lang.String value
         0: .line 530
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
            ifnonnull 2
         1: .line 531
            aload 0 /* this */
            new java.util.HashMap
            dup
            bipush 10
            invokespecial java.util.HashMap.<init>:(I)V
            putfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
         2: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
            aload 1 /* key */
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 534
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    4     1    key  Ljava/lang/String;
            0    4     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      key    
      value  

  public java.lang.String getResolverProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // java.lang.String key
         0: .line 543
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.signature.Manifest.resolverProperties:Ljava/util/Map;
            aload 1 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // java.lang.String key
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    1     1   key  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      key   

  public byte[] getSignedContentItem(int);
    descriptor: (I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // int i
         0: .line 556
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.getReferencedContentAfterTransformsItem:(I)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            invokevirtual com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput.getBytes:()[B
         1: areturn
         2: .line 557
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 2 /* ex */
        start local 2 // java.io.IOException ex
         3: .line 558
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // java.io.IOException ex
         4: .line 559
      StackMap locals:
      StackMap stack: com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
            astore 2 /* ex */
        start local 2 // com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException ex
         5: .line 560
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException ex
         6: .line 561
      StackMap locals:
      StackMap stack: com.sun.org.apache.xml.internal.security.c14n.InvalidCanonicalizerException
            astore 2 /* ex */
        start local 2 // com.sun.org.apache.xml.internal.security.c14n.InvalidCanonicalizerException ex
         7: .line 562
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 2 // com.sun.org.apache.xml.internal.security.c14n.InvalidCanonicalizerException ex
         8: .line 563
      StackMap locals:
      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
         9: .line 564
            new com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            dup
            ldc "empty"
            aload 2 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.signature.XMLSignatureException.<init>:(Ljava/lang/String;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.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0   10     1     i  I
            3    4     2    ex  Ljava/io/IOException;
            5    6     2    ex  Lcom/sun/org/apache/xml/internal/security/c14n/CanonicalizationException;
            7    8     2    ex  Lcom/sun/org/apache/xml/internal/security/c14n/InvalidCanonicalizerException;
            9   10     2    ex  Lcom/sun/org/apache/xml/internal/security/exceptions/XMLSecurityException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           0     1       4  Class com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException
           0     1       6  Class com.sun.org.apache.xml.internal.security.c14n.InvalidCanonicalizerException
           0     1       8  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 com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput getReferencedContentBeforeTransformsItem(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // int i
         0: .line 577
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.item:(I)Lcom/sun/org/apache/xml/internal/security/signature/Reference;
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.getContentsBeforeTransformation:()Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            areturn
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    1     1     i  I
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput getReferencedContentAfterTransformsItem(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
        start local 1 // int i
         0: .line 589
            aload 0 /* this */
            iload 1 /* i */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.item:(I)Lcom/sun/org/apache/xml/internal/security/signature/Reference;
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Reference.getContentsAfterTransformation:()Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            areturn
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;
            0    1     1     i  I
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public int getSignedContentLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
         0: .line 598
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.Manifest.getLength:()I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Manifest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Manifest;

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