Interface java.security.interfaces.DSAKey (1.1)


public abstract interface DSAKey {
  // Public Instance Methods
    public abstract DSAParams getParams( );
}