Java in a Nutshell Online Quick Reference for Java 1.1
Availability: JDK 1.1
public abstract interface DSAPrivateKey extends DSAKey, PrivateKey { // Public Instance Methods public abstract BigInteger getX(); }