May 1998
Intermediate to advanced
469 pages
14h 57m
English
Interface java.security.interfaces.DSAPrivateKey
Classes that implement this interface allow you to retrieve the private key parameter used to calculate a DSA private key.
public interface java.security.interfaces.DSAPrivateKey {
// Instance Methods
public BigInteger getX();
}
DSAParams, DSAPublicKey