home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / security / interfaces / DSAKey.class (.txt) next >
Encoding:
Java Class File  |  1979-12-31  |  144 b   |  6 lines

  1. package java.security.interfaces;
  2.  
  3. public interface DSAKey {
  4.    DSAParams getParams();
  5. }
  6.