[Webfunds-commits] java/webfunds/sox Request.java
Jeroen C. van Gelderen
gelderen@cypherpunks.ai
Thu, 6 Jul 2000 13:05:28 -0400 (AST)
gelderen 00/07/06 13:05:28
Modified: webfunds/sox Request.java
Log:
Remove commented out function.
Revision Changes Path
1.17 +1 -12 java/webfunds/sox/Request.java
Index: Request.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/sox/Request.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- Request.java 2000/06/10 18:31:32 1.16
+++ Request.java 2000/07/06 17:05:28 1.17
@@ -1,5 +1,5 @@
/*
- * $Id: Request.java,v 1.16 2000/06/10 18:31:32 iang Exp $
+ * $Id: Request.java,v 1.17 2000/07/06 17:05:28 gelderen Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -235,17 +235,6 @@
return retval;
}
-// /**
-// * verify the signature on this request
-// * @param cert the key to use to verify the request
-// * @return true if the signature is valid
-// */
-// public boolean verify(sun.security.x509.X509Cert cert)
-// throws SOXKeyException
-// {
-// // System.err.println("DEPRECATED cerify(cert)");
-// return verify(Crypto.getPublicKeyFromCert(cert));
-// }
/**
* Update this request object with the values from