class com.sun.org.apache.xml.internal.security.signature.Reference$1 extends com.sun.org.apache.xml.internal.security.algorithms.Algorithm
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.signature.Reference$1
  super_class: com.sun.org.apache.xml.internal.security.algorithms.Algorithm
{
  final com.sun.org.apache.xml.internal.security.signature.Reference this$0;
    descriptor: Lcom/sun/org/apache/xml/internal/security/signature/Reference;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.org.apache.xml.internal.security.signature.Reference, org.w3c.dom.Document, java.lang.String);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/Reference;Lorg/w3c/dom/Document;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.signature.Reference$1 this
        start local 2 // org.w3c.dom.Document $anonymous0
        start local 3 // java.lang.String $anonymous1
         0: .line 181
            aload 0 /* this */
            aload 1
            putfield com.sun.org.apache.xml.internal.security.signature.Reference$1.this$0:Lcom/sun/org/apache/xml/internal/security/signature/Reference;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            invokespecial com.sun.org.apache.xml.internal.security.algorithms.Algorithm.<init>:(Lorg/w3c/dom/Document;Ljava/lang/String;)V
            return
        end local 3 // java.lang.String $anonymous1
        end local 2 // org.w3c.dom.Document $anonymous0
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Reference$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/org/apache/xml/internal/security/signature/Reference$1;
            0    1     2  $anonymous0  Lorg/w3c/dom/Document;
            0    1     3  $anonymous1  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  public java.lang.String getBaseNamespace();
    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.Reference$1 this
         0: .line 183
            ldc "http://www.w3.org/2000/09/xmldsig#"
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.signature.Reference$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/signature/Reference$1;

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