|
From: Pelle B. <pe...@us...> - 2004-03-30 00:00:04
|
Update of /cvsroot/neuclear/neuclear-commons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22709 Modified Files: project.xml Log Message: InteractiveAgent now has a new method which allows signers to ask for a passphrase without specifying alias. The agents are passed a reference to the Signer, which they can use to browse aliases as well as create new key pairs. The intention is to encapsulate most of the key management functionality within the InteractiveAgent. Index: project.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** project.xml 23 Mar 2004 19:23:40 -0000 1.24 --- project.xml 29 Mar 2004 23:48:32 -0000 1.25 *************** *** 4,8 **** <name>NeuClear Commons</name> <id>neuclear-commons</id> ! <currentVersion>0.6</currentVersion> <inceptionYear>2003</inceptionYear> <package>org.neuclear.commons</package> --- 4,8 ---- <name>NeuClear Commons</name> <id>neuclear-commons</id> ! <currentVersion>0.6.1-SNAPSHOT</currentVersion> <inceptionYear>2003</inceptionYear> <package>org.neuclear.commons</package> |