home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / rt.jar / java / security / interfaces / DSAPrivateKey.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-23  |  316 b   |  9 lines

  1. package java.security.interfaces;
  2.  
  3. import java.math.BigInteger;
  4. import java.security.PrivateKey;
  5.  
  6. public interface DSAPrivateKey extends DSAKey, PrivateKey {
  7.    BigInteger getX();
  8. }
  9.