[Webfunds-commits] java/webfunds/client/contracts/wizard KeyContract.java KeyServer.java KeyTop.java
Ian Grigg
iang@cypherpunks.ai
Mon, 21 Aug 2000 14:11:50 -0400 (AST)
iang 00/08/21 14:11:50
Modified: webfunds/client/contracts/wizard KeyContract.java
KeyServer.java KeyTop.java
Log:
Clarified instructions to report appropriate [purpose] tag looked for in keyId
Revision Changes Path
1.5 +6 -6 java/webfunds/client/contracts/wizard/KeyContract.java
Index: KeyContract.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/KeyContract.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- KeyContract.java 2000/08/21 08:24:20 1.4
+++ KeyContract.java 2000/08/21 18:11:49 1.5
@@ -1,5 +1,5 @@
/*
- * $Id: KeyContract.java,v 1.4 2000/08/21 08:24:20 edwin Exp $
+ * $Id: KeyContract.java,v 1.5 2000/08/21 18:11:49 iang Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -23,7 +23,7 @@
* Panel that asks for the contract key
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class KeyContract extends KeyPanel
@@ -191,10 +191,10 @@
c.anchor = GridBagConstraints.WEST;
c.insets = new Insets(5, 5, 0, 5);
lab = new JLabel("<html><font size='-1'><b>"+
- "Public key: 'gpg -a --export name > key.asc'<br>"+
- "Secret key: 'gpg -a --export-secret-key name > "+
- "skey.asc' "+
- "</b></font></html>");
+ "Public key: 'gpg -a --export \"[contract]\" > key.asc'<br>"+
+ "Secret key: 'gpg -a --export-secret-key \"[contract]\" > "+
+ "skey.asc' "+
+ "</b></font></html>");
gridbag.setConstraints(lab,c); add(lab);
1.5 +4 -4 java/webfunds/client/contracts/wizard/KeyServer.java
Index: KeyServer.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/KeyServer.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- KeyServer.java 2000/08/21 08:24:20 1.4
+++ KeyServer.java 2000/08/21 18:11:49 1.5
@@ -1,5 +1,5 @@
/*
- * $Id: KeyServer.java,v 1.4 2000/08/21 08:24:20 edwin Exp $
+ * $Id: KeyServer.java,v 1.5 2000/08/21 18:11:49 iang Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -23,7 +23,7 @@
* Panel that asks for the server certification key
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class KeyServer extends KeyPanel
@@ -74,8 +74,8 @@
c.anchor = GridBagConstraints.WEST;
c.insets = new Insets(5, 5, 15, 5);
lab = new JLabel("<html><font size='-1'><b>"+
- "In this step you will choose the server's PGP Key. "+
- "You should have obtained it from your server "+
+ "In this step you will choose the operator's PGP Key."+
+ " You should have obtained it from your server "+
"operator. "+
"</b></font></html>");
gridbag.setConstraints(lab,c); add(lab);
1.5 +3 -3 java/webfunds/client/contracts/wizard/KeyTop.java
Index: KeyTop.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/contracts/wizard/KeyTop.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- KeyTop.java 2000/08/21 08:24:20 1.4
+++ KeyTop.java 2000/08/21 18:11:49 1.5
@@ -1,5 +1,5 @@
/*
- * $Id: KeyTop.java,v 1.4 2000/08/21 08:24:20 edwin Exp $
+ * $Id: KeyTop.java,v 1.5 2000/08/21 18:11:49 iang Exp $
*
* Copyright (c) Systemics Inc 2000 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -20,7 +20,7 @@
* Panel that asks for the toplevel certification key
*
* @author Edwin Woudt <edwin@webfunds.org>
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*/
public class KeyTop extends KeyPanel
@@ -142,7 +142,7 @@
c.anchor = GridBagConstraints.WEST;
c.insets = new Insets(5, 5, 15, 5);
lab = new JLabel("<html><font size='-1'><b>"+
- "Use 'gpg -a --export key name > key.asc' "+
+ "Use 'gpg -a --export \"[cert]\" > cert.asc' "+
"</b></font></html>");
gridbag.setConstraints(lab,c); add(lab);