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 final com.sun.org.slf4j.internal.Logger LOG;
    descriptor: Lcom/sun/org/slf4j/internal/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  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 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 95
            ldc Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            invokestatic com.sun.org.slf4j.internal.LoggerFactory.getLogger:(Ljava/lang/Class;)Lcom/sun/org/slf4j/internal/Logger;
         1: .line 94
            putstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
         2: .line 105
            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 106
            aload 0 /* list */
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 107
            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 108
            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=5, locals=3, 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 125
            aload 0 /* this */
            aload 1 /* doc */
            invokespecial com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy.<init>:(Lorg/w3c/dom/Document;)V
         1: .line 111
            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;
         2: .line 116
            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;
         3: .line 126
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()V
         4: .line 128
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseNamespace:()Ljava/lang/String;
            invokestatic com.sun.org.apache.xml.internal.security.utils.ElementProxy.getDefaultPrefix:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* prefix */
        start local 2 // java.lang.String prefix
         5: .line 129
            aload 2 /* prefix */
            ifnull 9
            aload 2 /* prefix */
            invokevirtual java.lang.String.length:()I
            ifle 9
         6: .line 130
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getElement:()Lorg/w3c/dom/Element;
            ldc "http://www.w3.org/2000/xmlns/"
            new java.lang.StringBuilder
            dup
            ldc "xmlns:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* prefix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         7: .line 131
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getBaseNamespace:()Ljava/lang/String;
         8: .line 130
            invokeinterface org.w3c.dom.Element.setAttributeNS:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         9: .line 134
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo org.w3c.dom.Document java.lang.String
      StackMap stack:
            return
        end local 2 // java.lang.String prefix
        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   10     0    this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0   10     1     doc  Lorg/w3c/dom/Document;
            5   10     2  prefix  Ljava/lang/String;
    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 144
            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 111
            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;
         2: .line 116
            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;
         3: .line 146
            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
         4: .line 147
            aload 3 /* attr */
            ifnull 6
         5: .line 148
            aload 1 /* element */
            aload 3 /* attr */
            iconst_1
            invokeinterface org.w3c.dom.Element.setIdAttributeNode:(Lorg/w3c/dom/Attr;Z)V
         6: .line 150
      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    7     0     this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    7     1  element  Lorg/w3c/dom/Element;
            0    7     2  baseURI  Ljava/lang/String;
            4    7     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 156
            aload 0 /* this */
            iload 1 /* secureValidation */
            putfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.secureValidation:Z
         1: .line 157
            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=3, 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 165
            aload 1 /* id */
            ifnull 2
         1: .line 166
            aload 0 /* this */
            ldc "Id"
            aload 1 /* id */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.setLocalIdAttribute:(Ljava/lang/String;Ljava/lang/String;)V
         2: .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    3     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0    3     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public java.lang.String getId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 176
            aload 0 /* this */
            ldc "Id"
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getLocalAttribute:(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 */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 */
            aload 1 /* keyname */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 195
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()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 */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 */
            aload 1 /* keyvalue */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 250
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()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 */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 */
            aload 1 /* mgmtdata */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 269
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()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 */
            aload 1 /* pgpdata */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 279
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()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 */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 */
            aload 1 /* retrievalmethod */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 300
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()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 */
            aload 1 /* spkidata */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 310
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()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 */
            aload 1 /* x509data */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         4: .line 324
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()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 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 334
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.DEREncodedKeyValue
            dup
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 335
            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 343
            aload 0 /* this */
            aload 1 /* derEncodedKeyValue */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 344
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()V
         2: .line 345
            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 354
            aload 0 /* this */
            new com.sun.org.apache.xml.internal.security.keys.content.KeyInfoReference
            dup
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getDocument:()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 355
            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 363
            aload 0 /* this */
            aload 1 /* keyInfoReference */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lcom/sun/org/apache/xml/internal/security/utils/ElementProxy;)V
         1: .line 364
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()V
         2: .line 365
            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 373
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.appendSelf:(Lorg/w3c/dom/Node;)V
         1: .line 374
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.addReturnToSelf:()V
         2: .line 375
            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 383
            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 392
            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 401
            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 410
            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 419
            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 428
            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 437
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
            ifnull 2
         1: .line 438
            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 440
      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 449
            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 458
            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=3, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 467
            iconst_0
            istore 1 /* res */
        start local 1 // int res
         1: .line 468
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 2 /* childNode */
        start local 2 // org.w3c.dom.Node childNode
         2: .line 469
            goto 7
         3: .line 474
      StackMap locals: int org.w3c.dom.Node
      StackMap stack:
            aload 2 /* childNode */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 6
         4: .line 475
            aload 2 /* childNode */
            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 6
         5: .line 476
            iinc 1 /* res */ 1
         6: .line 478
      StackMap locals:
      StackMap stack:
            aload 2 /* childNode */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 2 /* childNode */
         7: .line 469
      StackMap locals:
      StackMap stack:
            aload 2 /* childNode */
            ifnonnull 3
         8: .line 481
            iload 1 /* res */
            ireturn
        end local 2 // org.w3c.dom.Node childNode
        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    9     0       this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1    9     1        res  I
            2    9     2  childNode  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 494
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "KeyName"
            iload 1 /* i */
         1: .line 493
            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 492
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 496
            aload 2 /* e */
            ifnull 5
         4: .line 497
            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 499
      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 512
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "KeyValue"
            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.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 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.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 530
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "MgmtData"
            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.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 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.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 548
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "PGPData"
            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.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 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.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 566
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "RetrievalMethod"
            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.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 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.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 584
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "SPKIData"
            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.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 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.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 600
            aload 0 /* this */
            getfield com.sun.org.apache.xml.internal.security.keys.KeyInfo.x509Datas:Ljava/util/List;
            ifnull 2
         1: .line 601
            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 605
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "X509Data"
            iload 1 /* i */
         3: .line 604
            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 603
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         5: .line 607
            aload 2 /* e */
            ifnull 7
         6: .line 608
            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 610
      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.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 623
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "DEREncodedKeyValue"
            iload 1 /* i */
         1: .line 622
            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 621
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 625
            aload 2 /* e */
            ifnull 5
         4: .line 626
            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 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    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 641
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            ldc "KeyInfoReference"
            iload 1 /* i */
         1: .line 640
            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 639
            astore 2 /* e */
        start local 2 // org.w3c.dom.Element e
         3: .line 643
            aload 2 /* e */
            ifnull 5
         4: .line 644
            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 646
      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=4, args_size=2
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
        start local 1 // int i
         0: .line 656
            iconst_0
            istore 2 /* res */
        start local 2 // int res
         1: .line 657
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getElement:()Lorg/w3c/dom/Element;
            invokeinterface org.w3c.dom.Element.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* childNode */
        start local 3 // org.w3c.dom.Node childNode
         2: .line 658
            goto 9
         3: .line 663
      StackMap locals: int org.w3c.dom.Node
      StackMap stack:
            aload 3 /* childNode */
            invokeinterface org.w3c.dom.Node.getNodeType:()S
            iconst_1
            if_icmpne 8
         4: .line 664
            aload 3 /* childNode */
            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
         5: .line 665
            iinc 2 /* res */ 1
         6: .line 667
            iload 2 /* res */
            iload 1 /* i */
            if_icmpne 8
         7: .line 668
            aload 3 /* childNode */
            checkcast org.w3c.dom.Element
            areturn
         8: .line 671
      StackMap locals:
      StackMap stack:
            aload 3 /* childNode */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* childNode */
         9: .line 658
      StackMap locals:
      StackMap stack:
            aload 3 /* childNode */
            ifnonnull 3
        10: .line 674
            aconst_null
            areturn
        end local 3 // org.w3c.dom.Node childNode
        end local 2 // int res
        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   11     0       this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            0   11     1          i  I
            1   11     2        res  I
            2   11     3  childNode  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 683
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.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 692
            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 701
            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 710
            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 719
            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 728
            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 737
            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 746
            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 755
            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 764
            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 773
            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=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 783
            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 785
            aload 1 /* pk */
            ifnull 4
         2: .line 786
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I could find a key using the per-KeyInfo key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         3: .line 788
            aload 1 /* pk */
            areturn
         4: .line 790
      StackMap locals: java.security.PublicKey
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I couldn't find a key using the per-KeyInfo key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         5: .line 792
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getPublicKeyFromStaticResolvers:()Ljava/security/PublicKey;
            astore 1 /* pk */
         6: .line 794
            aload 1 /* pk */
            ifnull 9
         7: .line 795
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I could find a key using the system-wide key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         8: .line 797
            aload 1 /* pk */
            areturn
         9: .line 799
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I couldn't find a key using the system-wide key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
        10: .line 801
            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   11     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   11     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 811
            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 812
            goto 19
         2: .line 813
      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 814
            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 815
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 816
            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 817
            goto 18
         7: .line 818
      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 819
            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 821
            aload 2 /* keyResolver */
        11: .line 822
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aload 5 /* storage */
        12: .line 821
            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 820
            astore 7 /* pk */
        start local 7 // java.security.PublicKey pk
        14: .line 825
            aload 7 /* pk */
            ifnull 16
        15: .line 826
            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 819
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        17: .line 830
      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 817
      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 812
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        20: .line 833
            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=6, locals=8, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 843
            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 19
      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 844
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "Try {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keyResolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 845
            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
         4: .line 846
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 847
            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 848
            goto 18
         7: .line 849
      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.getNodeType:()S
            iconst_1
            if_icmpne 17
         8: .line 850
            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 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:
         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 852
            aload 1 /* keyResolver */
        11: .line 853
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aload 5 /* storage */
        12: .line 852
            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 851
            astore 7 /* pk */
        start local 7 // java.security.PublicKey pk
        14: .line 856
            aload 7 /* pk */
            ifnull 16
        15: .line 857
            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 850
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        17: .line 861
      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 */
        18: .line 848
      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 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        19: .line 843
      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
        20: .line 865
            aconst_null
            areturn
        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;
            2   19     1   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

  public java.security.cert.X509Certificate getX509Certificate();
    descriptor: ()Ljava/security/cert/X509Certificate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 876
            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 878
            aload 1 /* cert */
            ifnull 4
         2: .line 879
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I could find a X509Certificate using the per-KeyInfo key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         3: .line 881
            aload 1 /* cert */
            areturn
         4: .line 883
      StackMap locals: java.security.cert.X509Certificate
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I couldn't find a X509Certificate using the per-KeyInfo key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         5: .line 886
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getX509CertificateFromStaticResolvers:()Ljava/security/cert/X509Certificate;
            astore 1 /* cert */
         6: .line 888
            aload 1 /* cert */
            ifnull 9
         7: .line 889
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I could find a X509Certificate using the system-wide key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         8: .line 891
            aload 1 /* cert */
            areturn
         9: .line 893
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I couldn't find a X509Certificate using the system-wide key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
        10: .line 895
            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   11     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   11     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=6, locals=5, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 908
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
         1: .line 909
            ldc "Start getX509CertificateFromStaticResolvers() with {} resolvers"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            invokestatic com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolver.length:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         2: .line 908
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 911
            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
         4: .line 912
            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
         5: .line 913
            goto 11
         6: .line 914
      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
         7: .line 915
            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
         8: .line 916
            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
         9: .line 917
            aload 4 /* cert */
            ifnull 11
        10: .line 918
            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
        11: .line 913
      StackMap locals:
      StackMap stack:
            aload 2 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        12: .line 921
            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   13     0         this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            4   13     1          uri  Ljava/lang/String;
            5   13     2           it  Ljava/util/Iterator<Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;>;
            7   11     3  keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
            9   11     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 927
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         1: .line 928
            goto 13
         2: .line 929
      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 930
            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 932
            aload 2 /* keyResolver */
         6: .line 933
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 1 /* uri */
            aload 4 /* storage */
         7: .line 932
            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 931
            astore 6 /* cert */
        start local 6 // java.security.cert.X509Certificate cert
         9: .line 936
            aload 6 /* cert */
            ifnull 11
        10: .line 937
            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 930
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        12: .line 941
      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 928
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            ifnonnull 2
        14: .line 943
            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=6, locals=5, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 954
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
         1: .line 955
            ldc "Start getX509CertificateFromInternalResolvers() with {} resolvers"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
         2: .line 956
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.lengthInternalKeyResolver:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 954
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 958
            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
         5: .line 959
            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 12
      StackMap locals: com.sun.org.apache.xml.internal.security.keys.KeyInfo java.lang.String top java.util.Iterator
      StackMap stack:
         6: 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
         7: .line 960
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "Try {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* keyResolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 961
            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
         9: .line 962
            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
        10: .line 963
            aload 4 /* cert */
            ifnull 12
        11: .line 964
            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
        12: .line 959
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        13: .line 968
            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   14     0         this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            5   14     1          uri  Ljava/lang/String;
            7   12     2  keyResolver  Lcom/sun/org/apache/xml/internal/security/keys/keyresolver/KeyResolverSpi;
           10   12     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=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 977
            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 979
            aload 1 /* sk */
            ifnull 4
         2: .line 980
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I could find a secret key using the per-KeyInfo key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         3: .line 982
            aload 1 /* sk */
            areturn
         4: .line 984
      StackMap locals: javax.crypto.SecretKey
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I couldn't find a secret key using the per-KeyInfo key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         5: .line 986
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getSecretKeyFromStaticResolvers:()Ljavax/crypto/SecretKey;
            astore 1 /* sk */
         6: .line 988
            aload 1 /* sk */
            ifnull 9
         7: .line 989
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I could find a secret key using the system-wide key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         8: .line 991
            aload 1 /* sk */
            areturn
         9: .line 993
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I couldn't find a secret key using the system-wide key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
        10: .line 995
            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   11     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   11     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 1005
            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 1006
            goto 19
         2: .line 1007
      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 1008
            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 1010
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 1011
            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 1012
            goto 18
         7: .line 1013
      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 1014
            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 1016
            aload 2 /* keyResolver */
        11: .line 1017
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aload 5 /* storage */
        12: .line 1016
            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 1015
            astore 7 /* sk */
        start local 7 // javax.crypto.SecretKey sk
        14: .line 1020
            aload 7 /* sk */
            ifnull 16
        15: .line 1021
            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 1014
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        17: .line 1025
      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 1012
      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 1006
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        20: .line 1028
            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=6, locals=8, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1039
            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 19
      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 1040
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "Try {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keyResolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 1041
            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
         4: .line 1042
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 1043
            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 1044
            goto 18
         7: .line 1045
      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.getNodeType:()S
            iconst_1
            if_icmpne 17
         8: .line 1046
            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 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:
         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 1048
            aload 1 /* keyResolver */
        11: .line 1049
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aload 5 /* storage */
        12: .line 1048
            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 1047
            astore 7 /* sk */
        start local 7 // javax.crypto.SecretKey sk
        14: .line 1052
            aload 7 /* sk */
            ifnull 16
        15: .line 1053
            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 1046
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        17: .line 1057
      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 */
        18: .line 1044
      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 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        19: .line 1039
      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
        20: .line 1061
            aconst_null
            areturn
        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;
            2   19     1   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

  public java.security.PrivateKey getPrivateKey();
    descriptor: ()Ljava/security/PrivateKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1070
            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 1072
            aload 1 /* pk */
            ifnull 4
         2: .line 1073
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I could find a private key using the per-KeyInfo key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         3: .line 1074
            aload 1 /* pk */
            areturn
         4: .line 1076
      StackMap locals: java.security.PrivateKey
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I couldn't find a secret key using the per-KeyInfo key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         5: .line 1078
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getPrivateKeyFromStaticResolvers:()Ljava/security/PrivateKey;
            astore 1 /* pk */
         6: .line 1079
            aload 1 /* pk */
            ifnull 9
         7: .line 1080
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I could find a private key using the system-wide key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
         8: .line 1081
            aload 1 /* pk */
            areturn
         9: .line 1083
      StackMap locals:
      StackMap stack:
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "I couldn't find a private key using the system-wide key resolvers"
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;)V
        10: .line 1085
            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   11     0  this  Lcom/sun/org/apache/xml/internal/security/keys/KeyInfo;
            1   11     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 1095
            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 1096
            goto 16
         2: .line 1097
      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 1098
            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 1100
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 1101
            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 1102
            goto 15
         7: .line 1103
      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 1107
            aload 2 /* keyResolver */
         9: .line 1108
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aconst_null
        10: .line 1107
            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 1106
            astore 5 /* pk */
        start local 5 // java.security.PrivateKey pk
        12: .line 1111
            aload 5 /* pk */
            ifnull 14
        13: .line 1112
            aload 5 /* pk */
            areturn
        end local 5 // java.security.PrivateKey pk
        14: .line 1115
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        15: .line 1102
      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 1096
      StackMap locals:
      StackMap stack:
            aload 1 /* it */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        17: .line 1118
            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=6, locals=6, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.KeyInfo this
         0: .line 1128
            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 16
      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 1129
            getstatic com.sun.org.apache.xml.internal.security.keys.KeyInfo.LOG:Lcom/sun/org/slf4j/internal/Logger;
            ldc "Try {}"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* keyResolver */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            invokevirtual com.sun.org.slf4j.internal.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         3: .line 1130
            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
         4: .line 1131
            aload 0 /* this */
            invokevirtual com.sun.org.apache.xml.internal.security.keys.KeyInfo.getFirstChild:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        start local 3 // org.w3c.dom.Node currentChild
         5: .line 1132
            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 1133
            goto 15
         7: .line 1134
      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.getNodeType:()S
            iconst_1
            if_icmpne 14
         8: .line 1138
            aload 1 /* keyResolver */
         9: .line 1139
            aload 3 /* currentChild */
            checkcast org.w3c.dom.Element
            aload 4 /* uri */
            aconst_null
        10: .line 1138
            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 1137
            astore 5 /* pk */
        start local 5 // java.security.PrivateKey pk
        12: .line 1142
            aload 5 /* pk */
            ifnull 14
        13: .line 1143
            aload 5 /* pk */
            areturn
        end local 5 // java.security.PrivateKey pk
        14: .line 1146
      StackMap locals:
      StackMap stack:
            aload 3 /* currentChild */
            invokeinterface org.w3c.dom.Node.getNextSibling:()Lorg/w3c/dom/Node;
            astore 3 /* currentChild */
        15: .line 1133
      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 1 // com.sun.org.apache.xml.internal.security.keys.keyresolver.KeyResolverSpi keyResolver
        16: .line 1128
      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
        17: .line 1150
            aconst_null
            areturn
        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;
            2   16     1   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

  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 1160
            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 1161
            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 1168
            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 1178
            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 1187
            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 1189
            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 1191
      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 1192
            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 1197
            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"