public class com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue extends com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy implements com.sun.org.apache.xml.internal.security.keys.content.keyvalues.KeyValueContent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue
  super_class: com.sun.org.apache.xml.internal.security.utils.SignatureElementProxy
{
  public void <init>(Element, java.lang.String);
    descriptor: (LElement;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/DSAKeyValue;
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
    MethodParameters:
         Name  Flags
      element  
      baseURI  

  public void <init>(Document, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (LDocument;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/DSAKeyValue;
    MethodParameters:
      Name  Flags
      doc   
      P     
      Q     
      G     
      Y     

  public void <init>(Document, java.security.Key);
    descriptor: (LDocument;Ljava/security/Key;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.w3c cannot be resolved\n\tThe import org.w3c cannot be resolved\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n\tDocument cannot be resolved to a type\n\tElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/DSAKeyValue;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      doc   
      key   

  public java.security.PublicKey getPublicKey();
    descriptor: ()Ljava/security/PublicKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=1
        start local 0 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue this
         0: .line 102
            new java.security.spec.DSAPublicKeySpec
            dup
         1: .line 103
            aload 0 /* this */
         2: .line 104
            ldc "Y"
            ldc "http://www.w3.org/2000/09/xmldsig#"
         3: .line 103
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue.getBigIntegerFromChildElement:(Ljava/lang/String;Ljava/lang/String;)Ljava/math/BigInteger;
         4: .line 106
            aload 0 /* this */
         5: .line 107
            ldc "P"
            ldc "http://www.w3.org/2000/09/xmldsig#"
         6: .line 106
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue.getBigIntegerFromChildElement:(Ljava/lang/String;Ljava/lang/String;)Ljava/math/BigInteger;
         7: .line 109
            aload 0 /* this */
         8: .line 110
            ldc "Q"
            ldc "http://www.w3.org/2000/09/xmldsig#"
         9: .line 109
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue.getBigIntegerFromChildElement:(Ljava/lang/String;Ljava/lang/String;)Ljava/math/BigInteger;
        10: .line 112
            aload 0 /* this */
        11: .line 113
            ldc "G"
            ldc "http://www.w3.org/2000/09/xmldsig#"
        12: .line 112
            invokevirtual com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue.getBigIntegerFromChildElement:(Ljava/lang/String;Ljava/lang/String;)Ljava/math/BigInteger;
        13: .line 102
            invokespecial java.security.spec.DSAPublicKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
        14: .line 101
            astore 1 /* pkspec */
        start local 1 // java.security.spec.DSAPublicKeySpec pkspec
        15: .line 116
            ldc "DSA"
            invokestatic java.security.KeyFactory.getInstance:(Ljava/lang/String;)Ljava/security/KeyFactory;
            astore 2 /* dsaFactory */
        start local 2 // java.security.KeyFactory dsaFactory
        16: .line 117
            aload 2 /* dsaFactory */
            aload 1 /* pkspec */
            invokevirtual java.security.KeyFactory.generatePublic:(Ljava/security/spec/KeySpec;)Ljava/security/PublicKey;
            astore 3 /* pk */
        start local 3 // java.security.PublicKey pk
        17: .line 119
            aload 3 /* pk */
        18: areturn
        end local 3 // java.security.PublicKey pk
        end local 2 // java.security.KeyFactory dsaFactory
        end local 1 // java.security.spec.DSAPublicKeySpec pkspec
        19: .line 120
      StackMap locals:
      StackMap stack: java.security.NoSuchAlgorithmException
            astore 1 /* ex */
        start local 1 // java.security.NoSuchAlgorithmException ex
        20: .line 121
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "empty"
            aload 1 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 1 // java.security.NoSuchAlgorithmException ex
        21: .line 122
      StackMap locals:
      StackMap stack: java.security.spec.InvalidKeySpecException
            astore 1 /* ex */
        start local 1 // java.security.spec.InvalidKeySpecException ex
        22: .line 123
            new com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException
            dup
            ldc "empty"
            aload 1 /* ex */
            invokespecial com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
            athrow
        end local 1 // java.security.spec.InvalidKeySpecException ex
        end local 0 // com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lcom/sun/org/apache/xml/internal/security/keys/content/keyvalues/DSAKeyValue;
           15   19     1      pkspec  Ljava/security/spec/DSAPublicKeySpec;
           16   19     2  dsaFactory  Ljava/security/KeyFactory;
           17   19     3          pk  Ljava/security/PublicKey;
           20   21     1          ex  Ljava/security/NoSuchAlgorithmException;
           22   23     1          ex  Ljava/security/spec/InvalidKeySpecException;
      Exception table:
        from    to  target  type
           0    18      19  Class java.security.NoSuchAlgorithmException
           0    18      21  Class java.security.spec.InvalidKeySpecException
    Exceptions:
      throws com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

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