|
From: <pe...@us...> - 2004-03-02 19:10:43
|
Update of /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto/passphraseagents In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1439/src/java/org/neuclear/commons/crypto/passphraseagents Modified Files: ServletPassPhraseAgent.java Log Message: Further cleanups in neuclear-id. Moved everything under id. Index: ServletPassPhraseAgent.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/crypto/passphraseagents/ServletPassPhraseAgent.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ServletPassPhraseAgent.java 19 Dec 2003 00:31:15 -0000 1.2 --- ServletPassPhraseAgent.java 2 Mar 2004 18:58:44 -0000 1.3 *************** *** 5,9 **** /** * PassPhraseAgent for use in server environments. ! * You set the passphrase first by passing it a servlet request. It fetches the passphrase from the paramater "passphrase"<p> * <b>WARNING</b> The sequence of events is very important for the safe usage of this. The following is an example within a * standard <tt>doPost()</tt> method. --- 5,9 ---- /** * PassPhraseAgent for use in server environments. ! * You set the passphrase first by passing it a signers request. It fetches the passphrase from the paramater "passphrase"<p> * <b>WARNING</b> The sequence of events is very important for the safe usage of this. The following is an example within a * standard <tt>doPost()</tt> method. |