public class com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod extends com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy implements com.sun.org.apache.xml.internal.security.keys.content.KeyInfoContent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  public static final java.lang.String TYPE_DSA;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2000/09/xmldsig#DSAKeyValue"

  public static final java.lang.String TYPE_RSA;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2000/09/xmldsig#RSAKeyValue"

  public static final java.lang.String TYPE_PGP;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2000/09/xmldsig#PGPData"

  public static final java.lang.String TYPE_SPKI;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2000/09/xmldsig#SPKIData"

  public static final java.lang.String TYPE_MGMT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2000/09/xmldsig#MgmtData"

  public static final java.lang.String TYPE_X509;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2000/09/xmldsig#X509Data"

  public static final java.lang.String TYPE_RAWX509;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "http://www.w3.org/2000/09/xmldsig#rawX509Certificate"

  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.keys.content.RetrievalMethod 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 61
            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.keys.content.RetrievalMethod this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;
            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.Document, java.lang.String, com.sun.org.apache.xml.internal.security.transforms.Transforms, java.lang.String);
    descriptor: (Lorg/w3c/dom/Document;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod this
        start local 1 // org.w3c.dom.Document doc
        start local 2 // java.lang.String URI
        start local 3 // com.sun.org.apache.xml.internal.security.transforms.Transforms transforms
        start local 4 // java.lang.String Type
         0: .line 72
            aload 0 /* this */
            aload 1 /* doc */
            invokespecial com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy.<init>:(Lorg/w3c/dom/Document;)V
         1: .line 74
            aload 0 /* this */
            ldc "URI"
            aload 2 /* URI */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.setLocalAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         2: .line 76
            aload 4 /* Type */
            ifnull 4
         3: .line 77
            aload 0 /* this */
            ldc "Type"
            aload 4 /* Type */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.setLocalAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         4: .line 80
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod org.w3c.dom.Document java.lang.String com.sun.org.apache.xml.internal.security.transforms.Transforms java.lang.String
      StackMap stack:
            aload 3 /* transforms */
            ifnull 7
         5: .line 81
            aload 0 /* this */
            aload 3 /* transforms */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         6: .line 82
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.addReturnToSelf:()V
         7: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String Type
        end local 3 // com.sun.org.apache.xml.internal.security.transforms.Transforms transforms
        end local 2 // java.lang.String URI
        end local 1 // org.w3c.dom.Document doc
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;
            0    8     1         doc  Lorg/w3c/dom/Document;
            0    8     2         URI  Ljava/lang/String;
            0    8     3  transforms  Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;
            0    8     4        Type  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      doc         
      URI         
      transforms  
      Type        

  public org.w3c.dom.Attr getURIAttr();
    descriptor: ()Lorg/w3c/dom/Attr;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod this
         0: .line 92
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.getElement:()Lorg/w3c/dom/Element;
            aconst_null
            ldc "URI"
            invokeinterface org.w3c.dom.Element.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;

  public java.lang.String getURI();
    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.keys.content.RetrievalMethod this
         0: .line 101
            aload 0 /* this */
            ldc "URI"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.getLocalAttribute:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;

  public java.lang.String getType();
    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.keys.content.RetrievalMethod this
         0: .line 106
            aload 0 /* this */
            ldc "Type"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.getLocalAttribute:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;

  public com.sun.org.apache.xml.internal.security.transforms.Transforms getTransforms();
    descriptor: ()Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod this
         0: .line 119
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "Transforms"
            iconst_0
         1: .line 118
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDsNode:(Lorg/w3c/dom/Node;Ljava/lang/String;I)Lorg/w3c/dom/Element;
         2: .line 117
            astore 1 /* transformsElem */
        start local 1 // org.w3c.dom.Element transformsElem
         3: .line 121
            aload 1 /* transformsElem */
            ifnull 6
         4: .line 122
            new com.sun.org.apache.xml.internal.security.transforms.Transforms
            dup
            aload 1 /* transformsElem */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.transforms.Transforms.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
         5: areturn
         6: .line 125
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.w3c.dom.Element transformsElem
         7: .line 126
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod
      StackMap stack: com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
            astore 1 /* ex */
        start local 1 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureException ex
         8: .line 127
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            aload 1 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/Exception;)V
            athrow
        end local 1 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureException ex
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0            this  Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;
            3    7     1  transformsElem  Lorg/w3c/dom/Element;
            8    9     1              ex  Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureException;
      Exception table:
        from    to  target  type
           0     5       7  Class com.sun.org.apache.xml.internal.security.signature.XMLSignatureException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

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