com.mindbright.jca.security.interfaces
Interface DSAParams

All Known Implementing Classes:
DSAKey, DSAParameterSpec, DSAParamsImpl, DSAPrivateKey, DSAPrivateKeySpec, DSAPublicKey, DSAPublicKeySpec

public interface DSAParams


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

Method Detail

getG

java.math.BigInteger getG()

getP

java.math.BigInteger getP()

getQ

java.math.BigInteger getQ()