home *** CD-ROM | disk | FTP | other *** search
- package java.security;
-
- class Signer$1 implements PrivilegedExceptionAction {
- // $FF: synthetic field
- private final PublicKey val$pub;
- // $FF: synthetic field
- private final Signer this$0;
-
- Signer$1(Signer var1, PublicKey var2) {
- this.this$0 = var1;
- this.val$pub = var2;
- }
-
- public Object run() throws KeyManagementException {
- this.this$0.setPublicKey(this.val$pub);
- return null;
- }
- }
-