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