Java in a Nutshell Online Quick Reference for Java 1.1

INTERFACE java.security.interfaces.DSAPrivateKey

Availability: JDK 1.1

public abstract interface DSAPrivateKey extends DSAKey, PrivateKey {
   // Public Instance Methods
      public abstract BigInteger getX();
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.