com.mindbright.jca.security.interfaces
Interface DSAParams

All Known Implementing Classes:
DSAParameterSpec, DSAParamsImpl

public interface DSAParams


Method Summary
 java.math.BigInteger getG()
           
 java.math.BigInteger getP()
           
 java.math.BigInteger getQ()
           
 

Method Detail

getG

public java.math.BigInteger getG()

getP

public java.math.BigInteger getP()

getQ

public java.math.BigInteger getQ()