public class com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver extends com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver
  super_class: com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
{
  private static final com.sun.org.slf4j.internal.Logger LOG;
    descriptor: Lcom/sun/org/slf4j/internal/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 71
            ldc Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/RetrievalMethodResolver;
            invokestatic com.sun.org.slf4j.internal.LoggerFactory.getLogger:(Ljava/lang/Class;)Lcom/sun/org/slf4j/internal/Logger;
         1: .line 70
            putstatic com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver.LOG:Lcom/sun/org/slf4j/internal/Logger;
         2: .line 71
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver this
         0: .line 68
            aload 0 /* this */
            invokespecial com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.<init>:()V
            return
        end local 0 // com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/RetrievalMethodResolver;

  public java.security.PublicKey engineLookupAndResolvePublicKey(Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
    descriptor: (LElement;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PublicKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver this
         0: .line 81
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method obtainReferenceElement(XMLSignatureInput, boolean) from the type RetrievalMethodResolver refers to the missing type Element\n\tElement cannot be resolved to a type\n\tThe method obtainReferenceElement(XMLSignatureInput, boolean) from the type RetrievalMethodResolver refers to the missing type Element\n\tParserConfigurationException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/RetrievalMethodResolver;
    MethodParameters:
         Name  Flags
      element  
      baseURI  
      storage  

  public java.security.cert.X509Certificate engineLookupResolveX509Certificate(Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
    descriptor: (LElement;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver this
         0: .line 145
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method obtainReferenceElement(XMLSignatureInput, boolean) from the type RetrievalMethodResolver refers to the missing type Element\n\tElement cannot be resolved to a type\n\tThe method obtainReferenceElement(XMLSignatureInput, boolean) from the type RetrievalMethodResolver refers to the missing type Element\n\tParserConfigurationException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/RetrievalMethodResolver;
    MethodParameters:
         Name  Flags
      element  
      baseURI  
      storage  

  static java.security.cert.X509Certificate resolveCertificate(Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
    descriptor: (LElement;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/cert/X509Certificate;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 204
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
    MethodParameters:
         Name  Flags
      e        
      baseURI  
      storage  

  static java.security.PublicKey resolveKey(Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
    descriptor: (LElement;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PublicKey;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 226
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
    MethodParameters:
         Name  Flags
      e        
      baseURI  
      storage  

  private static Element obtainReferenceElement(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput, boolean);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;Z)LElement;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 239
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tElement cannot be resolved to a type\n\tParserConfigurationException cannot be resolved to a type\n\tSAXException cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tThe method getSubNode() from the type XMLSignatureInput refers to the missing type Node\n\tThe method getNodeSet() from the type XMLSignatureInput refers to the missing type Node\n\tThe method getDocFromBytes(byte[], boolean) from the type KeyResolverSpi refers to the missing type Element\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException, ParserConfigurationException, java.io.IOException, SAXException, com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
    MethodParameters:
                  Name  Flags
      resource          
      secureValidation  

  private static java.security.cert.X509Certificate getRawCertificate(com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;)Ljava/security/cert/X509Certificate;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput resource
         0: .line 260
            aload 0 /* resource */
            invokevirtual com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput.getBytes:()[B
            astore 1 /* inputBytes */
        start local 1 // byte[] inputBytes
         1: .line 263
            ldc "X.509"
            invokestatic java.security.cert.CertificateFactory.getInstance:(Ljava/lang/String;)Ljava/security/cert/CertificateFactory;
         2: .line 262
            astore 2 /* certFact */
        start local 2 // java.security.cert.CertificateFactory certFact
         3: .line 264
            aconst_null
            astore 3
            aconst_null
            astore 4
         4: new java.io.ByteArrayInputStream
            dup
            aload 1 /* inputBytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 5 /* is */
        start local 5 // java.io.InputStream is
         5: .line 265
            aload 2 /* certFact */
            aload 5 /* is */
            invokevirtual java.security.cert.CertificateFactory.generateCertificate:(Ljava/io/InputStream;)Ljava/security/cert/Certificate;
            checkcast java.security.cert.X509Certificate
         6: .line 266
            aload 5 /* is */
            ifnull 7
            aload 5 /* is */
            invokevirtual java.io.InputStream.close:()V
         7: .line 265
      StackMap locals: com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput byte[] java.security.cert.CertificateFactory java.lang.Throwable java.lang.Throwable java.io.InputStream
      StackMap stack: java.security.cert.X509Certificate
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
         9: .line 266
            aload 5 /* is */
            ifnull 10
            aload 5 /* is */
            invokevirtual java.io.InputStream.close:()V
        end local 5 // java.io.InputStream is
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: astore 4
            aload 3
            ifnonnull 12
            aload 4
            astore 3
            goto 13
      StackMap locals:
      StackMap stack:
        12: aload 3
            aload 4
            if_acmpeq 13
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        13: aload 3
            athrow
        end local 2 // java.security.cert.CertificateFactory certFact
        end local 1 // byte[] inputBytes
        end local 0 // com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput resource
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   14     0    resource  Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
            1   14     1  inputBytes  [B
            3   14     2    certFact  Ljava/security/cert/CertificateFactory;
            5   10     5          is  Ljava/io/InputStream;
      Exception table:
        from    to  target  type
           5     6       8  any
           4     7      11  any
           8    11      11  any
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.c14n.CanonicalizationException, java.io.IOException, java.security.cert.CertificateException
    MethodParameters:
          Name  Flags
      resource  

  private static com.sun.org.apache.xml.internal.security.signature.XMLSignatureInput resolveInput(com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod, java.lang.String, boolean);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;Ljava/lang/String;Z)Lcom/sun/org/apache/xml/internal/security/signature/XMLSignatureInput;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 277
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAttr cannot be resolved to a type\n\tThe method getURIAttr() from the type RetrievalMethod refers to the missing type Attr\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
                  Name  Flags
      rm                
      baseURI           
      secureValidation  

  public javax.crypto.SecretKey engineLookupAndResolveSecretKey(Element, java.lang.String, com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
    descriptor: (LElement;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljavax/crypto/SecretKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver this
         0: .line 297
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/RetrievalMethodResolver;
    MethodParameters:
         Name  Flags
      element  
      baseURI  
      storage  

  private static Element getDocumentElement(java.util.Set<Node>);
    descriptor: (Ljava/util/Set;)LElement;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 302
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tElement cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a variable\n\tElement cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tNode cannot be resolved to a variable\n\tElement cannot be resolved to a type\n\tNode cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: (Ljava/util/Set<LNode;>;)LElement;
    MethodParameters:
      Name  Flags
      set   
}
SourceFile: "RetrievalMethodResolver.java"