[Webfunds-commits] java/webfunds/ricardian Contract.java

Ian Grigg iang@cypherpunks.ai
Tue, 5 Sep 2000 14:20:22 -0400 (AST)


iang        00/09/05 14:20:22

  Modified:    webfunds/ricardian Contract.java
  Log:
  erroneous comments fixed

Revision  Changes    Path
1.42      +4 -6      java/webfunds/ricardian/Contract.java

Index: Contract.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/ricardian/Contract.java,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Contract.java	2000/09/04 15:45:17	1.41
+++ Contract.java	2000/09/05 18:20:22	1.42
@@ -1,4 +1,4 @@
-/* $Id: Contract.java,v 1.41 2000/09/04 15:45:17 iang Exp $
+/* $Id: Contract.java,v 1.42 2000/09/05 18:20:22 iang Exp $
  *
  * Copyright (c) Systemics Ltd 1995-1999 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -737,8 +737,6 @@
                                FIELD_SERVER       = "server_certification",
                                FIELD_OPERATOR     = "server_certification";
     /**
-     * Each contract provides hints as to which server keys are
-     * to be used.
      * This key is the one that signs the contract, and is only a hint,
      * the key needs to be authenticated directly by the application.
      */
@@ -753,7 +751,6 @@
     /**
      * This is the top-level Issuer certification key,
      * which signs the contract key above.
-     * The presence of these keys should indicate which server is in use.
      */
     private Certificate getCertificationCert()
         throws ContractException
@@ -764,8 +761,9 @@
     }
 
     /**
-     * This is the SOX Server comms key.
-     * The presence of these keys should indicate which server is in use.
+     *  This is the SOX Server [operator] key.
+     *  The verification capability of this cert should authenticate
+     *  the server that is used (as indicated in the local file).
      */
     protected Certificate getServerCert()
         throws ContractException