|
From: <pe...@us...> - 2003-12-19 00:30:52
|
Update of /cvsroot/neuclear/neuclear-pay/src/java/org/neuclear/asset/contracts/builders
In directory sc8-pr-cvs1:/tmp/cvs-serv18876/src/java/org/neuclear/asset/contracts/builders
Modified Files:
AssetBuilder.java
Log Message:
Lots of usability changes through out all the passphrase agents and end user tools.
Index: AssetBuilder.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-pay/src/java/org/neuclear/asset/contracts/builders/AssetBuilder.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AssetBuilder.java 21 Nov 2003 04:43:03 -0000 1.4
--- AssetBuilder.java 19 Dec 2003 00:30:49 -0000 1.5
***************
*** 36,39 ****
--- 36,42 ----
$Id$
$Log$
+ Revision 1.5 2003/12/19 00:30:49 pelle
+ Lots of usability changes through out all the passphrase agents and end user tools.
+
Revision 1.4 2003/11/21 04:43:03 pelle
EncryptedFileStore now works. It uses the PBECipher with DES3 afair.
***************
*** 133,141 ****
final Store store = new FileStore("target/testdata/repository");
store.receive(asset);
! } catch (GeneralSecurityException e) {
! e.printStackTrace();
! } catch (NeuClearException e) {
! e.printStackTrace();
! } catch (XMLException e) {
e.printStackTrace();
}
--- 136,140 ----
final Store store = new FileStore("target/testdata/repository");
store.receive(asset);
! } catch (Exception e) {
e.printStackTrace();
}
|