public final class sun.security.provider.DSAPublicKeyImpl extends sun.security.provider.DSAPublicKey
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.provider.DSAPublicKeyImpl
  super_class: sun.security.provider.DSAPublicKey
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7819830118247182730

  public void <init>(java.math.BigInteger, java.math.BigInteger, java.math.BigInteger, java.math.BigInteger);
    descriptor: (Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.security.provider.DSAPublicKeyImpl this
        start local 1 // java.math.BigInteger y
        start local 2 // java.math.BigInteger p
        start local 3 // java.math.BigInteger q
        start local 4 // java.math.BigInteger g
         0: .line 63
            aload 0 /* this */
            aload 1 /* y */
            aload 2 /* p */
            aload 3 /* q */
            aload 4 /* g */
            invokespecial sun.security.provider.DSAPublicKey.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
         1: .line 64
            return
        end local 4 // java.math.BigInteger g
        end local 3 // java.math.BigInteger q
        end local 2 // java.math.BigInteger p
        end local 1 // java.math.BigInteger y
        end local 0 // sun.security.provider.DSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/security/provider/DSAPublicKeyImpl;
            0    2     1     y  Ljava/math/BigInteger;
            0    2     2     p  Ljava/math/BigInteger;
            0    2     3     q  Ljava/math/BigInteger;
            0    2     4     g  Ljava/math/BigInteger;
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      y     
      p     
      q     
      g     

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.security.provider.DSAPublicKeyImpl this
        start local 1 // byte[] encoded
         0: .line 70
            aload 0 /* this */
            aload 1 /* encoded */
            invokespecial sun.security.provider.DSAPublicKey.<init>:([B)V
         1: .line 71
            return
        end local 1 // byte[] encoded
        end local 0 // sun.security.provider.DSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/security/provider/DSAPublicKeyImpl;
            0    2     1  encoded  [B
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
         Name  Flags
      encoded  

  protected java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // sun.security.provider.DSAPublicKeyImpl this
         0: .line 74
            new java.security.KeyRep
            dup
            getstatic java.security.KeyRep$Type.PUBLIC:Ljava/security/KeyRep$Type;
         1: .line 75
            aload 0 /* this */
            invokevirtual sun.security.provider.DSAPublicKeyImpl.getAlgorithm:()Ljava/lang/String;
         2: .line 76
            aload 0 /* this */
            invokevirtual sun.security.provider.DSAPublicKeyImpl.getFormat:()Ljava/lang/String;
         3: .line 77
            aload 0 /* this */
            invokevirtual sun.security.provider.DSAPublicKeyImpl.getEncoded:()[B
         4: .line 74
            invokespecial java.security.KeyRep.<init>:(Ljava/security/KeyRep$Type;Ljava/lang/String;Ljava/lang/String;[B)V
            areturn
        end local 0 // sun.security.provider.DSAPublicKeyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/security/provider/DSAPublicKeyImpl;
    Exceptions:
      throws java.io.ObjectStreamException
}
SourceFile: "DSAPublicKeyImpl.java"
InnerClasses:
  public final Type = java.security.KeyRep$Type of java.security.KeyRep