Package java.security.interfaces
Interface DSAParams
-
- All Known Implementing Classes:
DSAParameterSpec
public interface DSAParams
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getG()
BigInteger
getP()
BigInteger
getQ()
-
-
-
Method Detail
-
getP
BigInteger getP()
-
getQ
BigInteger getQ()
-
getG
BigInteger getG()
-
-