public abstract class com.sun.org.apache.xml.internal.security.algorithms.Algorithm extends com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xml.internal.security.algorithms.Algorithm
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  public void <init>(org.w3c.dom.Document, java.lang.String);
    descriptor: (Lorg/w3c/dom/Document;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.Algorithm this
        start local 1 // org.w3c.dom.Document doc
        start local 2 // java.lang.String algorithmURI
         0: .line 42
            aload 0 /* this */
            aload 1 /* doc */
            invokespecial com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy.<init>:(Lorg/w3c/dom/Document;)V
         1: .line 43
            aload 0 /* this */
            aload 2 /* algorithmURI */
            invokevirtual com.sun.org.apache.xml.internal.security.algorithms.Algorithm.setAlgorithmURI:(Ljava/lang/String;)V
         2: .line 44
            return
        end local 2 // java.lang.String algorithmURI
        end local 1 // org.w3c.dom.Document doc
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.Algorithm this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/sun/org/apache/xml/internal/security/algorithms/Algorithm;
            0    3     1           doc  Lorg/w3c/dom/Document;
            0    3     2  algorithmURI  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      doc           
      algorithmURI  

  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=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.Algorithm this
        start local 1 // org.w3c.dom.Element element
        start local 2 // java.lang.String baseURI
         0: .line 54
            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 55
            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.algorithms.Algorithm this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/org/apache/xml/internal/security/algorithms/Algorithm;
            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 java.lang.String getAlgorithmURI();
    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.algorithms.Algorithm this
         0: .line 63
            aload 0 /* this */
            ldc "Algorithm"
            invokevirtual com.sun.org.apache.xml.internal.security.algorithms.Algorithm.getLocalAttribute:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.Algorithm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/algorithms/Algorithm;

  protected void setAlgorithmURI(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.algorithms.Algorithm this
        start local 1 // java.lang.String algorithmURI
         0: .line 72
            aload 1 /* algorithmURI */
            ifnull 2
         1: .line 73
            aload 0 /* this */
            ldc "Algorithm"
            aload 1 /* algorithmURI */
            invokevirtual com.sun.org.apache.xml.internal.security.algorithms.Algorithm.setLocalAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String algorithmURI
        end local 0 // com.sun.org.apache.xml.internal.security.algorithms.Algorithm this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/sun/org/apache/xml/internal/security/algorithms/Algorithm;
            0    3     1  algorithmURI  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      algorithmURI  
}
SourceFile: "Algorithm.java"