public class com.sun.org.apache.xml.internal.security.keys.KeyInfo 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.keys.KeyInfo
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  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.keys.content.X509Data> x509Datas;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/content/X509Data;>;

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

  private static final java.util.List<com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver> nullList;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;>;

  private java.util.List<com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver> storageResolvers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;>;

  private java.util.List<com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi> internalKeyResolvers;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;>;

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 99
            ldc Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic java.util.logging.Logger.getLogger:(Ljava/lang/String;)Ljava/util/logging/Logger;
         1: .line 98
            putstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
         2: .line 110
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 0 /* list */
        start local 0 // java.util.List list
         3: .line 111
            aload 0 /* list */
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 112
            aload 0 /* list */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.nullList:Ljava/util/List;
        end local 0 // java.util.List list
         5: .line 113
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            3    5     0  list  Ljava/util/List<Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;>;

  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.keys.KeyInfo this
        start local 1 // org.w3c.dom.Document doc
         0: .line 130
            aload 0 /* this */
            aload 1 /* doc */
            invokespecial com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy.<init>:(Lorg/w3c/dom/Document;)V
         1: .line 105
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
         2: .line 106
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.encryptedKeys:Ljava/util/List;
         3: .line 116
            aload 0 /* this */
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.nullList:Ljava/util/List;
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
         4: .line 121
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
         5: .line 132
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         6: .line 133
            return
        end local 1 // org.w3c.dom.Document doc
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            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=3, locals=4, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // org.w3c.dom.Element element
        start local 2 // java.lang.String baseURI
         0: .line 143
            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 105
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
         2: .line 106
            aload 0 /* this */
            aconst_null
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.encryptedKeys:Ljava/util/List;
         3: .line 116
            aload 0 /* this */
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.nullList:Ljava/util/List;
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
         4: .line 121
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
         5: .line 145
            aload 1 /* element */
            aconst_null
            ldc "Id"
            invokeinterface org.w3c.dom.Element.getAttributeNodeNS:(Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/Attr;
            astore 3 /* attr */
        start local 3 // org.w3c.dom.Attr attr
         6: .line 146
            aload 3 /* attr */
            ifnull 8
         7: .line 147
            aload 1 /* element */
            aload 3 /* attr */
            iconst_1
            invokeinterface org.w3c.dom.Element.setIdAttributeNode:(Lorg/w3c/dom/Attr;Z)V
         8: .line 149
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo org.w3c.dom.Element java.lang.String org.w3c.dom.Attr
      StackMap stack:
            return
        end local 3 // org.w3c.dom.Attr attr
        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.KeyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    9     1  element  Lorg/w3c/dom/Element;
            0    9     2  baseURI  Ljava/lang/String;
            6    9     3     attr  Lorg/w3c/dom/Attr;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
         Name  Flags
      element  
      baseURI  

  public void setSecureValidation(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // boolean secureValidation
         0: .line 155
            aload 0 /* this */
            iload 1 /* secureValidation */
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
         1: .line 156
            return
        end local 1 // boolean secureValidation
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1  secureValidation  Z
    MethodParameters:
                  Name  Flags
      secureValidation  

  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.keys.KeyInfo this
        start local 1 // java.lang.String id
         0: .line 164
            aload 1 /* id */
            ifnull 3
         1: .line 165
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 166
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 168
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.String id
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            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.keys.KeyInfo this
         0: .line 176
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.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.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public void addKeyName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // java.lang.String keynameString
         0: .line 185
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.KeyName
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* keynameString */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyName.<init>:(Lorg/w3c/dom/Document;Ljava/lang/String;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/KeyName;)V
         1: .line 186
            return
        end local 1 // java.lang.String keynameString
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1  keynameString  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      keynameString  

  public void add(com.sun.org.apache.xml.internal.security.keys.content.KeyName);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/KeyName;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.KeyName keyname
         0: .line 194
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* keyname */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.KeyName.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 195
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 196
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.KeyName keyname
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  keyname  Lcom/sun/org/apache/xml/internal/security/keys/content/KeyName;
    MethodParameters:
         Name  Flags
      keyname  

  public void addKeyValue(java.security.PublicKey);
    descriptor: (Ljava/security/PublicKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // java.security.PublicKey pk
         0: .line 204
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* pk */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyValue.<init>:(Lorg/w3c/dom/Document;Ljava/security/PublicKey;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/KeyValue;)V
         1: .line 205
            return
        end local 1 // java.security.PublicKey pk
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1    pk  Ljava/security/PublicKey;
    MethodParameters:
      Name  Flags
      pk    

  public void addKeyValue(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // org.w3c.dom.Element unknownKeyValueElement
         0: .line 213
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* unknownKeyValueElement */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyValue.<init>:(Lorg/w3c/dom/Document;Lorg/w3c/dom/Element;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/KeyValue;)V
         1: .line 214
            return
        end local 1 // org.w3c.dom.Element unknownKeyValueElement
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1  unknownKeyValueElement  Lorg/w3c/dom/Element;
    MethodParameters:
                        Name  Flags
      unknownKeyValueElement  

  public void add(com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/DSAKeyValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue dsakeyvalue
         0: .line 222
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* dsakeyvalue */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyValue.<init>:(Lorg/w3c/dom/Document;Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/DSAKeyValue;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/KeyValue;)V
         1: .line 223
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue dsakeyvalue
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1  dsakeyvalue  Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/DSAKeyValue;
    MethodParameters:
             Name  Flags
      dsakeyvalue  

  public void add(com.sun.org.apache.xml.internal.security.keys.content.keyvalues.RSAKeyValue);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/RSAKeyValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.RSAKeyValue rsakeyvalue
         0: .line 231
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* rsakeyvalue */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyValue.<init>:(Lorg/w3c/dom/Document;Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/RSAKeyValue;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/KeyValue;)V
         1: .line 232
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.RSAKeyValue rsakeyvalue
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1  rsakeyvalue  Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/RSAKeyValue;
    MethodParameters:
             Name  Flags
      rsakeyvalue  

  public void add(java.security.PublicKey);
    descriptor: (Ljava/security/PublicKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // java.security.PublicKey pk
         0: .line 240
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.KeyValue
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* pk */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyValue.<init>:(Lorg/w3c/dom/Document;Ljava/security/PublicKey;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/KeyValue;)V
         1: .line 241
            return
        end local 1 // java.security.PublicKey pk
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1    pk  Ljava/security/PublicKey;
    MethodParameters:
      Name  Flags
      pk    

  public void add(com.sun.org.apache.xml.internal.security.keys.content.KeyValue);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/KeyValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.KeyValue keyvalue
         0: .line 249
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* keyvalue */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.KeyValue.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 250
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 251
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.KeyValue keyvalue
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  keyvalue  Lcom/sun/org/apache/xml/internal/security/keys/content/KeyValue;
    MethodParameters:
          Name  Flags
      keyvalue  

  public void addMgmtData(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // java.lang.String mgmtdata
         0: .line 259
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.MgmtData
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* mgmtdata */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.MgmtData.<init>:(Lorg/w3c/dom/Document;Ljava/lang/String;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/MgmtData;)V
         1: .line 260
            return
        end local 1 // java.lang.String mgmtdata
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1  mgmtdata  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      mgmtdata  

  public void add(com.sun.org.apache.xml.internal.security.keys.content.MgmtData);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/MgmtData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.MgmtData mgmtdata
         0: .line 268
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* mgmtdata */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.MgmtData.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 269
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 270
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.MgmtData mgmtdata
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  mgmtdata  Lcom/sun/org/apache/xml/internal/security/keys/content/MgmtData;
    MethodParameters:
          Name  Flags
      mgmtdata  

  public void add(com.sun.org.apache.xml.internal.security.keys.content.PGPData);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/PGPData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.PGPData pgpdata
         0: .line 278
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* pgpdata */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.PGPData.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 279
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 280
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.PGPData pgpdata
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  pgpdata  Lcom/sun/org/apache/xml/internal/security/keys/content/PGPData;
    MethodParameters:
         Name  Flags
      pgpdata  

  public void addRetrievalMethod(java.lang.String, com.sun.org.apache.xml.internal.security.transforms.Transforms, java.lang.String);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // java.lang.String uri
        start local 2 // com.sun.org.apache.xml.internal.security.transforms.Transforms transforms
        start local 3 // java.lang.String Type
         0: .line 290
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* uri */
            aload 2 /* transforms */
            aload 3 /* Type */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.<init>:(Lorg/w3c/dom/Document;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;Ljava/lang/String;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;)V
         1: .line 291
            return
        end local 3 // java.lang.String Type
        end local 2 // com.sun.org.apache.xml.internal.security.transforms.Transforms transforms
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1         uri  Ljava/lang/String;
            0    2     2  transforms  Lcom/sun/org/apache/xml/internal/security/transforms/Transforms;
            0    2     3        Type  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      uri         
      transforms  
      Type        

  public void add(com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod retrievalmethod
         0: .line 299
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* retrievalmethod */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 300
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 301
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod retrievalmethod
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  retrievalmethod  Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;
    MethodParameters:
                 Name  Flags
      retrievalmethod  

  public void add(com.sun.org.apache.xml.internal.security.keys.content.SPKIData);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/SPKIData;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.SPKIData spkidata
         0: .line 309
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* spkidata */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.SPKIData.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 310
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 311
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.SPKIData spkidata
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  spkidata  Lcom/sun/org/apache/xml/internal/security/keys/content/SPKIData;
    MethodParameters:
          Name  Flags
      spkidata  

  public void add(com.sun.org.apache.xml.internal.security.keys.content.X509Data);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/X509Data;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.X509Data x509data
         0: .line 319
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
            ifnonnull 2
         1: .line 320
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
         2: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
            aload 1 /* x509data */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 323
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* x509data */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.X509Data.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         4: .line 324
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         5: .line 325
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.X509Data x509data
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1  x509data  Lcom/sun/org/apache/xml/internal/security/keys/content/X509Data;
    MethodParameters:
          Name  Flags
      x509data  

  public void add(com.sun.org.apache.xml.internal.security.encryption.EncryptedKey);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/encryption/EncryptedKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.encryption.EncryptedKey encryptedKey
         0: .line 335
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.encryptedKeys:Ljava/util/List;
            ifnonnull 2
         1: .line 336
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.encryptedKeys:Ljava/util/List;
         2: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.encryptedKeys:Ljava/util/List;
            aload 1 /* encryptedKey */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 339
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher.getInstance:()Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            astore 2 /* cipher */
        start local 2 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher cipher
         4: .line 340
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 2 /* cipher */
            aload 1 /* encryptedKey */
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher.martial:(Lcom/sun/org/apache/xml/internal/security/encryption/EncryptedKey;)Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         5: .line 341
            return
        end local 2 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher cipher
        end local 1 // com.sun.org.apache.xml.internal.security.encryption.EncryptedKey encryptedKey
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1  encryptedKey  Lcom/sun/org/apache/xml/internal/security/encryption/EncryptedKey;
            4    6     2        cipher  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.encryption.XMLEncryptionException
    MethodParameters:
              Name  Flags
      encryptedKey  

  public void addDEREncodedKeyValue(java.security.PublicKey);
    descriptor: (Ljava/security/PublicKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // java.security.PublicKey pk
         0: .line 350
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* pk */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue.<init>:(Lorg/w3c/dom/Document;Ljava/security/PublicKey;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/DEREncodedKeyValue;)V
         1: .line 351
            return
        end local 1 // java.security.PublicKey pk
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1    pk  Ljava/security/PublicKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      pk    

  public void add(com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/DEREncodedKeyValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue derEncodedKeyValue
         0: .line 359
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* derEncodedKeyValue */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 360
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 361
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue derEncodedKeyValue
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  derEncodedKeyValue  Lcom/sun/org/apache/xml/internal/security/keys/content/DEREncodedKeyValue;
    MethodParameters:
                    Name  Flags
      derEncodedKeyValue  

  public void addKeyInfoReference(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // java.lang.String URI
         0: .line 370
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference
            dup
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.doc:Lorg/w3c/dom/Document;
            aload 1 /* URI */
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference.<init>:(Lorg/w3c/dom/Document;Ljava/lang/String;)V
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.add:(Lcom/sun/org/apache/xml/internal/security/keys/content/KeyInfoReference;)V
         1: .line 371
            return
        end local 1 // java.lang.String URI
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1   URI  Ljava/lang/String;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      URI   

  public void add(com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/content/KeyInfoReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference keyInfoReference
         0: .line 379
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* keyInfoReference */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 380
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 381
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference keyInfoReference
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  keyInfoReference  Lcom/sun/org/apache/xml/internal/security/keys/content/KeyInfoReference;
    MethodParameters:
                  Name  Flags
      keyInfoReference  

  public void addUnknownElement(org.w3c.dom.Element);
    descriptor: (Lorg/w3c/dom/Element;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // org.w3c.dom.Element element
         0: .line 389
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            aload 1 /* element */
            invokeinterface org.w3c.dom.Element.appendChild:(Lorg/w3c/dom/Node;)Lorg/w3c/dom/Node;
            pop
         1: .line 390
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.addReturnToElement:(Lorg/w3c/dom/Element;)V
         2: .line 391
            return
        end local 1 // org.w3c.dom.Element element
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1  element  Lorg/w3c/dom/Element;
    MethodParameters:
         Name  Flags
      element  

  public int lengthKeyName();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 399
            aload 0 /* this */
            ldc "http://www.w3.org/2000/09/xmldsig#"
            ldc "KeyName"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthKeyValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 408
            aload 0 /* this */
            ldc "http://www.w3.org/2000/09/xmldsig#"
            ldc "KeyValue"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthMgmtData();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 417
            aload 0 /* this */
            ldc "http://www.w3.org/2000/09/xmldsig#"
            ldc "MgmtData"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthPGPData();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 426
            aload 0 /* this */
            ldc "http://www.w3.org/2000/09/xmldsig#"
            ldc "PGPData"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthRetrievalMethod();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 435
            aload 0 /* this */
            ldc "http://www.w3.org/2000/09/xmldsig#"
            ldc "RetrievalMethod"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthSPKIData();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 444
            aload 0 /* this */
            ldc "http://www.w3.org/2000/09/xmldsig#"
            ldc "SPKIData"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthX509Data();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 453
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
            ifnull 2
         1: .line 454
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
         2: .line 456
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "http://www.w3.org/2000/09/xmldsig#"
            ldc "X509Data"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthDEREncodedKeyValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 465
            aload 0 /* this */
            ldc "http://www.w3.org/2009/xmldsig11#"
            ldc "DEREncodedKeyValue"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthKeyInfoReference();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 474
            aload 0 /* this */
            ldc "http://www.w3.org/2009/xmldsig11#"
            ldc "KeyInfoReference"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.length:(Ljava/lang/String;Ljava/lang/String;)I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public int lengthUnknownElement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 483
            iconst_0
            istore 1 /* res */
        start local 1 // int res
         1: .line 484
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getChildNodes:()Lorg/w3c/dom/NodeList;
            astore 2 /* nl */
        start local 2 // org.w3c.dom.NodeList nl
         2: .line 486
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 9
         4: .line 487
      StackMap locals: int org.w3c.dom.NodeList int
      StackMap stack:
            aload 2 /* nl */
            iload 3 /* i */
            invokeinterface org.w3c.dom.NodeList.item:(I)Lorg/w3c/dom/Node;
            astore 4 /* current */
        start local 4 // org.w3c.dom.Node current
         5: .line 493
            aload 4 /* current */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 8
         6: .line 494
            aload 4 /* current */
            invokeinterface org.w3c.dom.Node.getNamespaceURI:()Ljava/lang/String;
            ldc "http://www.w3.org/2000/09/xmldsig#"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 495
            iinc 1 /* res */ 1
        end local 4 // org.w3c.dom.Node current
         8: .line 486
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 2 /* nl */
            invokeinterface org.w3c.dom.NodeList.getLength:()I
            if_icmplt 4
        end local 3 // int i
        10: .line 499
            iload 1 /* res */
            ireturn
        end local 2 // org.w3c.dom.NodeList nl
        end local 1 // int res
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   11     1      res  I
            2   11     2       nl  Lorg/w3c/dom/NodeList;
            3   10     3        i  I
            5    8     4  current  Lorg/w3c/dom/Node;

  public com.sun.org.apache.xml.internal.security.keys.content.KeyName itemKeyName(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/KeyName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 512
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "KeyName"
            iload 1 /* i */
         1: .line 511
            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 510
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 514
            aload 2 /* e */
            ifnull 5
         4: .line 515
            new com.sun.org.apache.xml.internal.security.keys.content.KeyName
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyName.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         5: .line 517
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1     i  I
            3    6     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.keys.content.KeyValue itemKeyValue(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/KeyValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 530
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "KeyValue"
            iload 1 /* i */
         1: .line 529
            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 528
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 532
            aload 2 /* e */
            ifnull 5
         4: .line 533
            new com.sun.org.apache.xml.internal.security.keys.content.KeyValue
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyValue.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         5: .line 535
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1     i  I
            3    6     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.keys.content.MgmtData itemMgmtData(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/MgmtData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 548
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "MgmtData"
            iload 1 /* i */
         1: .line 547
            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 546
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 550
            aload 2 /* e */
            ifnull 5
         4: .line 551
            new com.sun.org.apache.xml.internal.security.keys.content.MgmtData
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.MgmtData.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         5: .line 553
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1     i  I
            3    6     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.keys.content.PGPData itemPGPData(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/PGPData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 566
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "PGPData"
            iload 1 /* i */
         1: .line 565
            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 564
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 568
            aload 2 /* e */
            ifnull 5
         4: .line 569
            new com.sun.org.apache.xml.internal.security.keys.content.PGPData
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.PGPData.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         5: .line 571
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1     i  I
            3    6     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod itemRetrievalMethod(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/RetrievalMethod;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 584
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "RetrievalMethod"
            iload 1 /* i */
         1: .line 583
            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 582
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 586
            aload 2 /* e */
            ifnull 5
         4: .line 587
            new com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         5: .line 589
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1     i  I
            3    6     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.keys.content.SPKIData itemSPKIData(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/SPKIData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 602
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "SPKIData"
            iload 1 /* i */
         1: .line 601
            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 600
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 604
            aload 2 /* e */
            ifnull 5
         4: .line 605
            new com.sun.org.apache.xml.internal.security.keys.content.SPKIData
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.SPKIData.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         5: .line 607
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1     i  I
            3    6     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.keys.content.X509Data itemX509Data(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/X509Data;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 618
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
            ifnull 2
         1: .line 619
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.content.X509Data
            areturn
         2: .line 623
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "X509Data"
            iload 1 /* i */
         3: .line 622
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDsNode:(Lorg/w3c/dom/Node;Ljava/lang/String;I)Lorg/w3c/dom/Element;
         4: .line 621
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         5: .line 625
            aload 2 /* e */
            ifnull 7
         6: .line 626
            new com.sun.org.apache.xml.internal.security.keys.content.X509Data
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.X509Data.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         7: .line 628
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    8     1     i  I
            5    8     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.encryption.EncryptedKey itemEncryptedKey(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/encryption/EncryptedKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 639
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.encryptedKeys:Ljava/util/List;
            ifnull 2
         1: .line 640
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.encryptedKeys:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.encryption.EncryptedKey
            areturn
         2: .line 644
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "EncryptedKey"
            iload 1 /* i */
         3: .line 643
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectXencNode:(Lorg/w3c/dom/Node;Ljava/lang/String;I)Lorg/w3c/dom/Element;
         4: .line 642
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         5: .line 646
            aload 2 /* e */
            ifnull 9
         6: .line 647
            invokestatic com.sun.org.apache.xml.internal.security.encryption.XMLCipher.getInstance:()Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
            astore 3 /* cipher */
        start local 3 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher cipher
         7: .line 648
            aload 3 /* cipher */
            iconst_4
            aconst_null
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher.init:(ILjava/security/Key;)V
         8: .line 649
            aload 3 /* cipher */
            aload 2 /* e */
            invokevirtual com.sun.org.apache.xml.internal.security.encryption.XMLCipher.loadEncryptedKey:(Lorg/w3c/dom/Element;)Lcom/sun/org/apache/xml/internal/security/encryption/EncryptedKey;
            areturn
        end local 3 // com.sun.org.apache.xml.internal.security.encryption.XMLCipher cipher
         9: .line 651
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0   10     1       i  I
            5   10     2       e  Lorg/w3c/dom/Element;
            7    9     3  cipher  Lcom/sun/org/apache/xml/internal/security/encryption/XMLCipher;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue itemDEREncodedKeyValue(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/DEREncodedKeyValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 664
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "DEREncodedKeyValue"
            iload 1 /* i */
         1: .line 663
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDs11Node:(Lorg/w3c/dom/Node;Ljava/lang/String;I)Lorg/w3c/dom/Element;
         2: .line 662
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 666
            aload 2 /* e */
            ifnull 5
         4: .line 667
            new com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         5: .line 669
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1     i  I
            3    6     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference itemKeyInfoReference(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/content/KeyInfoReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 682
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "KeyInfoReference"
            iload 1 /* i */
         1: .line 681
            invokestatic com.sun.org.apache.xml.internal.security.utils.XMLUtils.selectDs11Node:(Lorg/w3c/dom/Node;Ljava/lang/String;I)Lorg/w3c/dom/Element;
         2: .line 680
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 684
            aload 2 /* e */
            ifnull 5
         4: .line 685
            new com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference
            dup
            aload 2 /* e */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.baseURI:Ljava/lang/String;
            invokespecial com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference.<init>:(Lorg/w3c/dom/Element;Ljava/lang/String;)V
            areturn
         5: .line 687
      StackMap locals: org.w3c.dom.Element
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.w3c.dom.Element e
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    6     1     i  I
            3    6     2     e  Lorg/w3c/dom/Element;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
      Name  Flags
      i     

  public org.w3c.dom.Element itemUnknownElement(int);
    descriptor: (I)Lorg/w3c/dom/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 697
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getChildNodes:()Lorg/w3c/dom/NodeList;
            astore 2 /* nl */
        start local 2 // org.w3c.dom.NodeList nl
         1: .line 698
            iconst_0
            istore 3 /* res */
        start local 3 // int res
         2: .line 700
            iconst_0
            istore 4 /* j */
        start local 4 // int j
         3: goto 11
         4: .line 701
      StackMap locals: org.w3c.dom.NodeList int int
      StackMap stack:
            aload 2 /* nl */
            iload 4 /* j */
            invokeinterface org.w3c.dom.NodeList.item:(I)Lorg/w3c/dom/Node;
            astore 5 /* current */
        start local 5 // org.w3c.dom.Node current
         5: .line 707
            aload 5 /* current */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 10
         6: .line 708
            aload 5 /* current */
            invokeinterface org.w3c.dom.Node.getNamespaceURI:()Ljava/lang/String;
            ldc "http://www.w3.org/2000/09/xmldsig#"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 10
         7: .line 709
            iinc 3 /* res */ 1
         8: .line 711
            iload 3 /* res */
            iload 1 /* i */
            if_icmpne 10
         9: .line 712
            aload 5 /* current */
            checkcast org.w3c.dom.Element
            areturn
        end local 5 // org.w3c.dom.Node current
        10: .line 700
      StackMap locals:
      StackMap stack:
            iinc 4 /* j */ 1
      StackMap locals:
      StackMap stack:
        11: iload 4 /* j */
            aload 2 /* nl */
            invokeinterface org.w3c.dom.NodeList.getLength:()I
            if_icmplt 4
        end local 4 // int j
        12: .line 717
            aconst_null
            areturn
        end local 3 // int res
        end local 2 // org.w3c.dom.NodeList nl
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0   13     1        i  I
            1   13     2       nl  Lorg/w3c/dom/NodeList;
            2   13     3      res  I
            3   12     4        j  I
            5   10     5  current  Lorg/w3c/dom/Node;
    MethodParameters:
      Name  Flags
      i     

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 726
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsKeyName();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 735
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthKeyName:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsKeyValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 744
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthKeyValue:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsMgmtData();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 753
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthMgmtData:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsPGPData();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 762
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthPGPData:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsRetrievalMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 771
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthRetrievalMethod:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsSPKIData();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 780
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthSPKIData:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsUnknownElement();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 789
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthUnknownElement:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsX509Data();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 798
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthX509Data:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsDEREncodedKeyValue();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 807
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthDEREncodedKeyValue:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public boolean containsKeyInfoReference();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 816
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthKeyInfoReference:()I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  public java.security.PublicKey getPublicKey();
    descriptor: ()Ljava/security/PublicKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 826
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getPublicKeyFromInternalResolvers:()Ljava/security/PublicKey;
            astore 1 /* pk */
        start local 1 // java.security.PublicKey pk
         1: .line 828
            aload 1 /* pk */
            ifnull 5
         2: .line 829
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 4
         3: .line 830
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I could find a key using the per-KeyInfo key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         4: .line 833
      StackMap locals: java.security.PublicKey
      StackMap stack:
            aload 1 /* pk */
            areturn
         5: .line 835
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 7
         6: .line 836
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I couldn't find a key using the per-KeyInfo key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         7: .line 839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getPublicKeyFromStaticResolvers:()Ljava/security/PublicKey;
            astore 1 /* pk */
         8: .line 841
            aload 1 /* pk */
            ifnull 12
         9: .line 842
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 11
        10: .line 843
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I could find a key using the system-wide key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        11: .line 846
      StackMap locals:
      StackMap stack:
            aload 1 /* pk */
            areturn
        12: .line 848
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 14
        13: .line 849
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I couldn't find a key using the system-wide key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        14: .line 852
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.security.PublicKey pk
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   15     1    pk  Ljava/security/PublicKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  java.security.PublicKey getPublicKeyFromStaticResolvers();
    descriptor: ()Ljava/security/PublicKey;
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 862
            invokestatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.iterator:()Ljava/util/Iterator;
            astore 1 /* it */
        start local 1 // java.util.Iterator it
         1: .line 863
            goto 19
         2: .line 864
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            astore 2 /* keyResolver */
        start local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
         3: .line 865
            aload 2 /* keyResolver */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setSecureValidation:(Z)V
         4: .line 866
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 867
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseURI:()Ljava/lang/String;
            astore 4 /* uri */
        start local 4 // java.lang.String uri
         6: .line 868
            goto 18
         7: .line 869
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 17
         8: .line 870
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 16
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.util.Iterator com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node java.lang.String top java.util.Iterator
      StackMap stack:
         9: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
            astore 5 /* storage */
        start local 5 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        10: .line 872
            aload 2 /* keyResolver */
        11: .line 873
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aload 5 /* storage */
        12: .line 872
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupAndResolvePublicKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PublicKey;
        13: .line 871
            astore 7 /* pk */
        start local 7 // java.security.PublicKey pk
        14: .line 876
            aload 7 /* pk */
            ifnull 16
        15: .line 877
            aload 7 /* pk */
            areturn
        end local 7 // java.security.PublicKey pk
        end local 5 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        16: .line 870
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        17: .line 881
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.util.Iterator com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        18: .line 868
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            ifnonnull 7
        end local 4 // java.lang.String uri
        end local 3 // org.w3c.dom.Node currentChild
        end local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        19: .line 863
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        20: .line 884
            aconst_null
            areturn
        end local 1 // java.util.Iterator it
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   21     1            it  Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;>;
            3   19     2   keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
            5   19     3  currentChild  Lorg/w3c/dom/Node;
            6   19     4           uri  Ljava/lang/String;
           10   16     5       storage  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
           14   16     7            pk  Ljava/security/PublicKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  java.security.PublicKey getPublicKeyFromInternalResolvers();
    descriptor: ()Ljava/security/PublicKey;
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 894
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 20
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            astore 1 /* keyResolver */
        start local 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
         2: .line 895
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 4
         3: .line 896
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Try "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* keyResolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()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
         4: .line 898
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.util.Iterator
      StackMap stack:
            aload 1 /* keyResolver */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setSecureValidation:(Z)V
         5: .line 899
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         6: .line 900
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseURI:()Ljava/lang/String;
            astore 4 /* uri */
        start local 4 // java.lang.String uri
         7: .line 901
            goto 19
         8: .line 902
      StackMap locals: org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 18
         9: .line 903
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 17
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.util.Iterator org.w3c.dom.Node java.lang.String top java.util.Iterator
      StackMap stack:
        10: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
            astore 5 /* storage */
        start local 5 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        11: .line 905
            aload 1 /* keyResolver */
        12: .line 906
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aload 5 /* storage */
        13: .line 905
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupAndResolvePublicKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PublicKey;
        14: .line 904
            astore 7 /* pk */
        start local 7 // java.security.PublicKey pk
        15: .line 909
            aload 7 /* pk */
            ifnull 17
        16: .line 910
            aload 7 /* pk */
            areturn
        end local 7 // java.security.PublicKey pk
        end local 5 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        17: .line 903
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        18: .line 914
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.util.Iterator org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        19: .line 901
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            ifnonnull 8
        end local 4 // java.lang.String uri
        end local 3 // org.w3c.dom.Node currentChild
        end local 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        20: .line 894
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        21: .line 918
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            2   20     1   keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
            6   20     3  currentChild  Lorg/w3c/dom/Node;
            7   20     4           uri  Ljava/lang/String;
           11   17     5       storage  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
           15   17     7            pk  Ljava/security/PublicKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  public java.security.cert.X509Certificate getX509Certificate();
    descriptor: ()Ljava/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 929
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getX509CertificateFromInternalResolvers:()Ljava/security/cert/X509Certificate;
            astore 1 /* cert */
        start local 1 // java.security.cert.X509Certificate cert
         1: .line 931
            aload 1 /* cert */
            ifnull 5
         2: .line 932
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 4
         3: .line 933
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I could find a X509Certificate using the per-KeyInfo key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         4: .line 936
      StackMap locals: java.security.cert.X509Certificate
      StackMap stack:
            aload 1 /* cert */
            areturn
         5: .line 938
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 7
         6: .line 939
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I couldn't find a X509Certificate using the per-KeyInfo key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         7: .line 943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getX509CertificateFromStaticResolvers:()Ljava/security/cert/X509Certificate;
            astore 1 /* cert */
         8: .line 945
            aload 1 /* cert */
            ifnull 12
         9: .line 946
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 11
        10: .line 947
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I could find a X509Certificate using the system-wide key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        11: .line 950
      StackMap locals:
      StackMap stack:
            aload 1 /* cert */
            areturn
        12: .line 952
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 14
        13: .line 953
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I couldn't find a X509Certificate using the system-wide key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        14: .line 956
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.security.cert.X509Certificate cert
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   15     1  cert  Ljava/security/cert/X509Certificate;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  java.security.cert.X509Certificate getX509CertificateFromStaticResolvers();
    descriptor: ()Ljava/security/cert/X509Certificate;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 969
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 6
         1: .line 970
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
         2: .line 971
            new java.lang.StringBuilder
            dup
            ldc "Start getX509CertificateFromStaticResolvers() with "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.length:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         3: .line 972
            ldc " resolvers"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 971
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 970
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         6: .line 975
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseURI:()Ljava/lang/String;
            astore 1 /* uri */
        start local 1 // java.lang.String uri
         7: .line 976
            invokestatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.iterator:()Ljava/util/Iterator;
            astore 2 /* it */
        start local 2 // java.util.Iterator it
         8: .line 977
            goto 14
         9: .line 978
      StackMap locals: java.lang.String java.util.Iterator
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            astore 3 /* keyResolver */
        start local 3 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        10: .line 979
            aload 3 /* keyResolver */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setSecureValidation:(Z)V
        11: .line 980
            aload 0 /* this */
            aload 1 /* uri */
            aload 3 /* keyResolver */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.applyCurrentResolver:(Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)Ljava/security/cert/X509Certificate;
            astore 4 /* cert */
        start local 4 // java.security.cert.X509Certificate cert
        12: .line 981
            aload 4 /* cert */
            ifnull 14
        13: .line 982
            aload 4 /* cert */
            areturn
        end local 4 // java.security.cert.X509Certificate cert
        end local 3 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        14: .line 977
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        15: .line 985
            aconst_null
            areturn
        end local 2 // java.util.Iterator it
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   16     0         this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            7   16     1          uri  Ljava/lang/String;
            8   16     2           it  Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;>;
           10   14     3  keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
           12   14     4         cert  Ljava/security/cert/X509Certificate;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  private java.security.cert.X509Certificate applyCurrentResolver(java.lang.String, com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi);
    descriptor: (Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)Ljava/security/cert/X509Certificate;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=7, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // java.lang.String uri
        start local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
         0: .line 991
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         1: .line 992
            goto 13
         2: .line 993
      StackMap locals: org.w3c.dom.Node
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 12
         3: .line 994
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 11
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.lang.String com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
            astore 4 /* storage */
        start local 4 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
         5: .line 996
            aload 2 /* keyResolver */
         6: .line 997
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 1 /* uri */
            aload 4 /* storage */
         7: .line 996
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupResolveX509Certificate:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/cert/X509Certificate;
         8: .line 995
            astore 6 /* cert */
        start local 6 // java.security.cert.X509Certificate cert
         9: .line 1000
            aload 6 /* cert */
            ifnull 11
        10: .line 1001
            aload 6 /* cert */
            areturn
        end local 6 // java.security.cert.X509Certificate cert
        end local 4 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        11: .line 994
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        12: .line 1005
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.lang.String com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        13: .line 992
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            ifnonnull 2
        14: .line 1007
            aconst_null
            areturn
        end local 3 // org.w3c.dom.Node currentChild
        end local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0   15     1           uri  Ljava/lang/String;
            0   15     2   keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
            1   15     3  currentChild  Lorg/w3c/dom/Node;
            5   11     4       storage  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
            9   11     6          cert  Ljava/security/cert/X509Certificate;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException
    MethodParameters:
             Name  Flags
      uri          
      keyResolver  

  java.security.cert.X509Certificate getX509CertificateFromInternalResolvers();
    descriptor: ()Ljava/security/cert/X509Certificate;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1018
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 6
         1: .line 1019
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
         2: .line 1020
            new java.lang.StringBuilder
            dup
            ldc "Start getX509CertificateFromInternalResolvers() with "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         3: .line 1021
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthInternalKeyResolver:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " resolvers"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 1020
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 1019
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         6: .line 1024
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseURI:()Ljava/lang/String;
            astore 1 /* uri */
        start local 1 // java.lang.String uri
         7: .line 1025
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 15
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.lang.String top java.util.Iterator
      StackMap stack:
         8: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            astore 2 /* keyResolver */
        start local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
         9: .line 1026
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 11
        10: .line 1027
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Try "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* keyResolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()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
        11: .line 1029
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.lang.String com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.util.Iterator
      StackMap stack:
            aload 2 /* keyResolver */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setSecureValidation:(Z)V
        12: .line 1030
            aload 0 /* this */
            aload 1 /* uri */
            aload 2 /* keyResolver */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.applyCurrentResolver:(Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)Ljava/security/cert/X509Certificate;
            astore 4 /* cert */
        start local 4 // java.security.cert.X509Certificate cert
        13: .line 1031
            aload 4 /* cert */
            ifnull 15
        14: .line 1032
            aload 4 /* cert */
            areturn
        end local 4 // java.security.cert.X509Certificate cert
        end local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        15: .line 1025
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.lang.String top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        16: .line 1036
            aconst_null
            areturn
        end local 1 // java.lang.String uri
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0         this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            7   17     1          uri  Ljava/lang/String;
            9   15     2  keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
           13   15     4         cert  Ljava/security/cert/X509Certificate;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  public javax.crypto.SecretKey getSecretKey();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1045
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getSecretKeyFromInternalResolvers:()Ljavax/crypto/SecretKey;
            astore 1 /* sk */
        start local 1 // javax.crypto.SecretKey sk
         1: .line 1047
            aload 1 /* sk */
            ifnull 5
         2: .line 1048
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 4
         3: .line 1049
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I could find a secret key using the per-KeyInfo key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         4: .line 1052
      StackMap locals: javax.crypto.SecretKey
      StackMap stack:
            aload 1 /* sk */
            areturn
         5: .line 1054
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 7
         6: .line 1055
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I couldn't find a secret key using the per-KeyInfo key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         7: .line 1058
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getSecretKeyFromStaticResolvers:()Ljavax/crypto/SecretKey;
            astore 1 /* sk */
         8: .line 1060
            aload 1 /* sk */
            ifnull 12
         9: .line 1061
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 11
        10: .line 1062
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I could find a secret key using the system-wide key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        11: .line 1065
      StackMap locals:
      StackMap stack:
            aload 1 /* sk */
            areturn
        12: .line 1067
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 14
        13: .line 1068
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I couldn't find a secret key using the system-wide key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        14: .line 1071
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // javax.crypto.SecretKey sk
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   15     1    sk  Ljavax/crypto/SecretKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  javax.crypto.SecretKey getSecretKeyFromStaticResolvers();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1081
            invokestatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.iterator:()Ljava/util/Iterator;
            astore 1 /* it */
        start local 1 // java.util.Iterator it
         1: .line 1082
            goto 19
         2: .line 1083
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            astore 2 /* keyResolver */
        start local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
         3: .line 1084
            aload 2 /* keyResolver */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setSecureValidation:(Z)V
         4: .line 1086
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 1087
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseURI:()Ljava/lang/String;
            astore 4 /* uri */
        start local 4 // java.lang.String uri
         6: .line 1088
            goto 18
         7: .line 1089
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 17
         8: .line 1090
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 16
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.util.Iterator com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node java.lang.String top java.util.Iterator
      StackMap stack:
         9: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
            astore 5 /* storage */
        start local 5 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        10: .line 1092
            aload 2 /* keyResolver */
        11: .line 1093
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aload 5 /* storage */
        12: .line 1092
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupAndResolveSecretKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljavax/crypto/SecretKey;
        13: .line 1091
            astore 7 /* sk */
        start local 7 // javax.crypto.SecretKey sk
        14: .line 1096
            aload 7 /* sk */
            ifnull 16
        15: .line 1097
            aload 7 /* sk */
            areturn
        end local 7 // javax.crypto.SecretKey sk
        end local 5 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        16: .line 1090
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        17: .line 1101
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.util.Iterator com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        18: .line 1088
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            ifnonnull 7
        end local 4 // java.lang.String uri
        end local 3 // org.w3c.dom.Node currentChild
        end local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        19: .line 1082
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        20: .line 1104
            aconst_null
            areturn
        end local 1 // java.util.Iterator it
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   21     1            it  Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;>;
            3   19     2   keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
            5   19     3  currentChild  Lorg/w3c/dom/Node;
            6   19     4           uri  Ljava/lang/String;
           10   16     5       storage  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
           14   16     7            sk  Ljavax/crypto/SecretKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  javax.crypto.SecretKey getSecretKeyFromInternalResolvers();
    descriptor: ()Ljavax/crypto/SecretKey;
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1115
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 20
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            astore 1 /* keyResolver */
        start local 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
         2: .line 1116
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 4
         3: .line 1117
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Try "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* keyResolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()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
         4: .line 1119
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.util.Iterator
      StackMap stack:
            aload 1 /* keyResolver */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setSecureValidation:(Z)V
         5: .line 1120
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         6: .line 1121
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseURI:()Ljava/lang/String;
            astore 4 /* uri */
        start local 4 // java.lang.String uri
         7: .line 1122
            goto 19
         8: .line 1123
      StackMap locals: org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 18
         9: .line 1124
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 17
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.util.Iterator org.w3c.dom.Node java.lang.String top java.util.Iterator
      StackMap stack:
        10: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver
            astore 5 /* storage */
        start local 5 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        11: .line 1126
            aload 1 /* keyResolver */
        12: .line 1127
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aload 5 /* storage */
        13: .line 1126
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupAndResolveSecretKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljavax/crypto/SecretKey;
        14: .line 1125
            astore 7 /* sk */
        start local 7 // javax.crypto.SecretKey sk
        15: .line 1130
            aload 7 /* sk */
            ifnull 17
        16: .line 1131
            aload 7 /* sk */
            areturn
        end local 7 // javax.crypto.SecretKey sk
        end local 5 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storage
        17: .line 1124
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        18: .line 1135
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.util.Iterator org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        19: .line 1122
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            ifnonnull 8
        end local 4 // java.lang.String uri
        end local 3 // org.w3c.dom.Node currentChild
        end local 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        20: .line 1115
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        21: .line 1139
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            2   20     1   keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
            6   20     3  currentChild  Lorg/w3c/dom/Node;
            7   20     4           uri  Ljava/lang/String;
           11   17     5       storage  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
           15   17     7            sk  Ljavax/crypto/SecretKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  public java.security.PrivateKey getPrivateKey();
    descriptor: ()Ljava/security/PrivateKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1148
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getPrivateKeyFromInternalResolvers:()Ljava/security/PrivateKey;
            astore 1 /* pk */
        start local 1 // java.security.PrivateKey pk
         1: .line 1150
            aload 1 /* pk */
            ifnull 5
         2: .line 1151
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 4
         3: .line 1152
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I could find a private key using the per-KeyInfo key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         4: .line 1154
      StackMap locals: java.security.PrivateKey
      StackMap stack:
            aload 1 /* pk */
            areturn
         5: .line 1156
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 7
         6: .line 1157
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I couldn't find a secret key using the per-KeyInfo key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
         7: .line 1160
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getPrivateKeyFromStaticResolvers:()Ljava/security/PrivateKey;
            astore 1 /* pk */
         8: .line 1161
            aload 1 /* pk */
            ifnull 12
         9: .line 1162
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 11
        10: .line 1163
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I could find a private key using the system-wide key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        11: .line 1165
      StackMap locals:
      StackMap stack:
            aload 1 /* pk */
            areturn
        12: .line 1167
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 14
        13: .line 1168
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            ldc "I couldn't find a private key using the system-wide key resolvers"
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;)V
        14: .line 1171
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.security.PrivateKey pk
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   15     1    pk  Ljava/security/PrivateKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  java.security.PrivateKey getPrivateKeyFromStaticResolvers();
    descriptor: ()Ljava/security/PrivateKey;
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1181
            invokestatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.iterator:()Ljava/util/Iterator;
            astore 1 /* it */
        start local 1 // java.util.Iterator it
         1: .line 1182
            goto 16
         2: .line 1183
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            astore 2 /* keyResolver */
        start local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
         3: .line 1184
            aload 2 /* keyResolver */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setSecureValidation:(Z)V
         4: .line 1186
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 1187
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseURI:()Ljava/lang/String;
            astore 4 /* uri */
        start local 4 // java.lang.String uri
         6: .line 1188
            goto 15
         7: .line 1189
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 14
         8: .line 1193
            aload 2 /* keyResolver */
         9: .line 1194
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aconst_null
        10: .line 1193
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupAndResolvePrivateKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PrivateKey;
        11: .line 1192
            astore 5 /* pk */
        start local 5 // java.security.PrivateKey pk
        12: .line 1197
            aload 5 /* pk */
            ifnull 14
        13: .line 1198
            aload 5 /* pk */
            areturn
        end local 5 // java.security.PrivateKey pk
        14: .line 1201
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        15: .line 1188
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            ifnonnull 7
        end local 4 // java.lang.String uri
        end local 3 // org.w3c.dom.Node currentChild
        end local 2 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        16: .line 1182
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        17: .line 1204
            aconst_null
            areturn
        end local 1 // java.util.Iterator it
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   18     1            it  Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;>;
            3   16     2   keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
            5   16     3  currentChild  Lorg/w3c/dom/Node;
            6   16     4           uri  Ljava/lang/String;
           12   14     5            pk  Ljava/security/PrivateKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  java.security.PrivateKey getPrivateKeyFromInternalResolvers();
    descriptor: ()Ljava/security/PrivateKey;
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1214
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 17
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            astore 1 /* keyResolver */
        start local 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
         2: .line 1215
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 4
         3: .line 1216
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.log:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINE:Ljava/util/logging/Level;
            new java.lang.StringBuilder
            dup
            ldc "Try "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* keyResolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()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
         4: .line 1218
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi java.util.Iterator
      StackMap stack:
            aload 1 /* keyResolver */
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.setSecureValidation:(Z)V
         5: .line 1219
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.constructionElement:Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         6: .line 1220
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseURI:()Ljava/lang/String;
            astore 4 /* uri */
        start local 4 // java.lang.String uri
         7: .line 1221
            goto 16
         8: .line 1222
      StackMap locals: org.w3c.dom.Node java.lang.String
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 15
         9: .line 1226
            aload 1 /* keyResolver */
        10: .line 1227
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aconst_null
        11: .line 1226
            invokevirtual com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi.engineLookupAndResolvePrivateKey:(Lorg/w3c/dom/Element;Ljava/lang/String;Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)Ljava/security/PrivateKey;
        12: .line 1225
            astore 5 /* pk */
        start local 5 // java.security.PrivateKey pk
        13: .line 1230
            aload 5 /* pk */
            ifnull 15
        14: .line 1231
            aload 5 /* pk */
            areturn
        end local 5 // java.security.PrivateKey pk
        15: .line 1234
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        16: .line 1221
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            ifnonnull 8
        end local 4 // java.lang.String uri
        end local 3 // org.w3c.dom.Node currentChild
        end local 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        17: .line 1214
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo top java.util.Iterator
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
        18: .line 1238
            aconst_null
            areturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   19     0          this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            2   17     1   keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
            6   17     3  currentChild  Lorg/w3c/dom/Node;
            7   17     4           uri  Ljava/lang/String;
           13   15     5            pk  Ljava/security/PrivateKey;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverException

  public void registerInternalKeyResolver(com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi realKeyResolver
         0: .line 1248
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
            aload 1 /* realKeyResolver */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 1249
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi realKeyResolver
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    2     1  realKeyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
    MethodParameters:
                 Name  Flags
      realKeyResolver  

  int lengthInternalKeyResolver();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1256
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;

  com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi itemInternalKeyResolver(int);
    descriptor: (I)Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 1266
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.internalKeyResolvers:Ljava/util/List;
            iload 1 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi
            areturn
        end local 1 // int i
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public void addStorageResolver(com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver);
    descriptor: (Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storageResolver
         0: .line 1275
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.nullList:Ljava/util/List;
            if_acmpne 2
         1: .line 1277
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
         2: .line 1279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.storageResolvers:Ljava/util/List;
            aload 1 /* storageResolver */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 1280
            return
        end local 1 // com.sun.org.apache.xml.internal.security.keys.storage.StorageResolver storageResolver
        end local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    4     1  storageResolver  Lcom/sun/org/apache/xml/internal/security/keys/storage/StorageResolver;
    MethodParameters:
                 Name  Flags
      storageResolver  

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