[Webfunds-commits] java/webfunds/sox Request.java
Ian Grigg
iang@cypherpunks.ai
Wed, 15 Nov 2000 01:51:43 -0400 (AST)
iang 00/11/15 01:51:43
Modified: webfunds/sox Request.java
Log:
comment only
Revision Changes Path
1.21 +2 -1 java/webfunds/sox/Request.java
Index: Request.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/Request.java,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- Request.java 2000/10/14 01:51:44 1.20
+++ Request.java 2000/11/15 05:51:42 1.21
@@ -1,5 +1,5 @@
/*
- * $Id: Request.java,v 1.20 2000/10/14 01:51:44 iang Exp $
+ * $Id: Request.java,v 1.21 2000/11/15 05:51:42 iang Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -259,6 +259,7 @@
*
* @param key the key to use to verify the request
* @return true if the signature is valid
+ * @except SOXKeyException if the supplied key causes a problem
*/
public boolean verify(PublicKey key)
throws SOXKeyException