|
From: <pe...@us...> - 2003-10-28 23:42:51
|
Update of /cvsroot/neuclear/neuclear-pay/src/testdata/payments In directory sc8-pr-cvs1:/tmp/cvs-serv8452/src/testdata/payments Modified Files: payment.xml Log Message: The PassPhraseDialogue now works. It simply presents itself as a simple modal dialog box asking for a passphrase. The two SignerStore implementations both use it for the passphrase. Index: payment.xml =================================================================== RCS file: /cvsroot/neuclear/neuclear-pay/src/testdata/payments/payment.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** payment.xml 25 Oct 2003 00:46:29 -0000 1.1 --- payment.xml 28 Oct 2003 23:42:47 -0000 1.2 *************** *** 1,5 **** ! <xfer:TransferRequest xmlns:xfer="http://neuclear.org/neu/xfer" xmlns:neuid="http://neudist.org/neu/neuid" neuid:name="neu://test@pelle/bob.verax.-u04c15v1iqv1kij85xjp93ka1yrj8osjki4zxsqyaw7mmct50" xfer:recipient="neu://bob@verax" xfer:asset="neu://verax/pay" xfer:amount="20.0" neuid:timestamp="2003-10-24T17:20:33,730EST"><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/><ds:Reference URI=""><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue> ! bBW64ypNvT2Qjhtg5F9+lucWr9A= </ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue> ! P4+aoL+IAZs7cK6Je7+/DW4esjwIdNmSnQx1lTBqBw6WOLNFy9UIQg== </ds:SignatureValue></ds:Signature></xfer:TransferRequest> --- 1,5 ---- ! <xfer:TransferRequest xmlns:xfer="http://neuclear.org/neu/xfer" xmlns:neuid="http://neudist.org/neu/neuid" neuid:name="neu://test@pelle/bob.verax.24i3xrtkk55tqyqbkhpnwrwg9o36apjmathba7k9q6fgrka6l2" xfer:recipient="neu://bob@verax" xfer:asset="neu://superbux/reserve" xfer:amount="20.0" neuid:timestamp="2003-10-27T17:39:48,719EST"><ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:SignedInfo><ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/><ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#dsa-sha1"/><ds:Reference URI=""><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/><ds:DigestValue> ! ev/VHzyZ3flR07oMiccaHQqDYr0= </ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue> ! PL2JWKSeTnZfFURCHmJw27iwORmEho2oMrio8JrVqqwgJKdb6YcBDA== </ds:SignatureValue></ds:Signature></xfer:TransferRequest> |