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 / Security$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  533 b   |  15 lines

  1. package java.security;
  2.  
  3. class Security$2 implements PrivilegedAction {
  4.    // $FF: synthetic field
  5.    private final String val$name;
  6.  
  7.    Security$2(String var1) {
  8.       this.val$name = var1;
  9.    }
  10.  
  11.    public Object run() {
  12.       return Provider.loadProvider(this.val$name.trim());
  13.    }
  14. }
  15.