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 / Signer$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  627 b   |  19 lines

  1. package java.security;
  2.  
  3. class Signer$1 implements PrivilegedExceptionAction {
  4.    // $FF: synthetic field
  5.    private final PublicKey val$pub;
  6.    // $FF: synthetic field
  7.    private final Signer this$0;
  8.  
  9.    Signer$1(Signer var1, PublicKey var2) {
  10.       this.this$0 = var1;
  11.       this.val$pub = var2;
  12.    }
  13.  
  14.    public Object run() throws KeyManagementException {
  15.       this.this$0.setPublicKey(this.val$pub);
  16.       return null;
  17.    }
  18. }
  19.