May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface java.security.interfaces.DSAParams
Classes that implement this interface allow you to obtain the three variables that are common to both DSA public and private keys.
public interface java.security.interfaces.DSAParams {
// Instance Methods
public BigInteger getP();
public BigInteger getQ();
public BigInteger getG();
}
DSAPrivateKey, DSAPublicKey