Java java.security.spec DSAPublicKeySpec fields, constructors, methods, implement or subclass

Example usage for Java java.security.spec DSAPublicKeySpec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.spec DSAPublicKeySpec.

The text is from its open source code.

Constructor

DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
Creates a new DSAPublicKeySpec with the specified parameter values.

Method

BigIntegergetG()
Returns the base g .
BigIntegergetP()
Returns the prime p .
BigIntegergetQ()
Returns the sub-prime q .
BigIntegergetY()
Returns the public key y .