|
From: <pe...@us...> - 2003-12-19 00:31:34
|
Update of /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/jce
In directory sc8-pr-cvs1:/tmp/cvs-serv19108/src/test/org/neuclear/id/jce
Modified Files:
NeuClearJCETest.java
Log Message:
Lots of usability changes through out all the passphrase agents and end user tools.
Index: NeuClearJCETest.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-id/src/test/org/neuclear/id/jce/NeuClearJCETest.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** NeuClearJCETest.java 18 Dec 2003 17:40:19 -0000 1.9
--- NeuClearJCETest.java 19 Dec 2003 00:31:31 -0000 1.10
***************
*** 42,45 ****
--- 42,48 ----
$Id$
$Log$
+ Revision 1.10 2003/12/19 00:31:31 pelle
+ Lots of usability changes through out all the passphrase agents and end user tools.
+
Revision 1.9 2003/12/18 17:40:19 pelle
You can now create keys that get stored with a X509 certificate in the keystore. These can be saved as well.
***************
*** 199,202 ****
--- 202,206 ----
assertNotNull(signer.getPublicKey(IVAN));
assertEquals(pub,signer.getPublicKey(IVAN));
+ id.sign(signer);
try {
final Identity ivan = (Identity) id.convert();
|