java.security.interfaces
Interface DSAParams

All Known Implementing Classes:
DSAParameterSpec

public interface DSAParams


Method Summary
 BigInteger getG()
           
 BigInteger getP()
           
 BigInteger getQ()
           
 

Method Detail

getG

BigInteger getG()

getP

BigInteger getP()

getQ

BigInteger getQ()