|
From: <pe...@us...> - 2003-12-10 23:58:54
|
Update of /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/verifier In directory sc8-pr-cvs1:/tmp/cvs-serv1921/src/java/org/neuclear/id/verifier Modified Files: VerifyingReader.java Log Message: Did some cleaning up in the builders Fixed some stuff in IdentityCreator New maven goal to create executable jarapp We are close to 0.8 final of ID, 0.11 final of XMLSIG and 0.5 of commons. Will release shortly. Index: VerifyingReader.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-id/src/java/org/neuclear/id/verifier/VerifyingReader.java,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** VerifyingReader.java 22 Nov 2003 00:23:46 -0000 1.14 --- VerifyingReader.java 10 Dec 2003 23:58:51 -0000 1.15 *************** *** 32,35 **** --- 32,42 ---- $Id$ $Log$ + Revision 1.15 2003/12/10 23:58:51 pelle + Did some cleaning up in the builders + Fixed some stuff in IdentityCreator + New maven goal to create executable jarapp + We are close to 0.8 final of ID, 0.11 final of XMLSIG and 0.5 of commons. + Will release shortly. + Revision 1.14 2003/11/22 00:23:46 pelle All unit tests in commons, id and xmlsec now work. *************** *** 62,66 **** Refactored the relationship between SignedNamedObject and NamedObjectBuilder a bit. SignedNamedObject now contains the full xml which is returned with getEncoded() ! This means that it is now possible to further send on or process a SignedNamedObject, leaving NamedObjectBuilder for its original purposes of purely generating new Contracts. NamedObjectBuilder.sign() now returns a SignedNamedObject which is the prefered way of processing it. --- 69,73 ---- Refactored the relationship between SignedNamedObject and NamedObjectBuilder a bit. SignedNamedObject now contains the full xml which is returned with getEncoded() ! This means that it is now possible to further receive on or process a SignedNamedObject, leaving NamedObjectBuilder for its original purposes of purely generating new Contracts. NamedObjectBuilder.sign() now returns a SignedNamedObject which is the prefered way of processing it. *************** *** 82,86 **** Revision 1.6 2003/11/06 20:01:54 pelle Implemented AuthenticationTicket and friends to comply with the newer model. ! Created SignatureRequest and friends to send unsigned NamedObjectBuilders to interactive signing services. Revision 1.5 2003/10/25 00:39:54 pelle --- 89,93 ---- Revision 1.6 2003/11/06 20:01:54 pelle Implemented AuthenticationTicket and friends to comply with the newer model. ! Created SignatureRequest and friends to receive unsigned NamedObjectBuilders to interactive signing services. Revision 1.5 2003/10/25 00:39:54 pelle |