|
From: <pe...@us...> - 2004-01-07 23:11:09
|
Update of /cvsroot/neuclear/neuclear-pay/src/schemas
In directory sc8-pr-cvs1:/tmp/cvs-serv16302/src/schemas
Modified Files:
xfer.xsd
Log Message:
XMLSig now has various added features:
- KeyInfo supports X509v3 (untested)
- KeyInfo supports KeyName
- When creating a XMLSignature and signing it with a Signer, it adds the alias to the KeyName
Added KeyResolver interface and KeyResolverFactory Class. At the moment no implementations.
Index: xfer.xsd
===================================================================
RCS file: /cvsroot/neuclear/neuclear-pay/src/schemas/xfer.xsd,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** xfer.xsd 7 Jan 2004 17:15:57 -0000 1.3
--- xfer.xsd 7 Jan 2004 23:11:06 -0000 1.4
***************
*** 3,6 ****
--- 3,13 ----
$Id$
$Log$
+ Revision 1.4 2004/01/07 23:11:06 pelle
+ XMLSig now has various added features:
+ - KeyInfo supports X509v3 (untested)
+ - KeyInfo supports KeyName
+ - When creating a XMLSignature and signing it with a Signer, it adds the alias to the KeyName
+ Added KeyResolver interface and KeyResolverFactory Class. At the moment no implementations.
+
Revision 1.3 2004/01/07 17:15:57 pelle
Added support for non fungible transfers. Ie. Transfers of specific serial numbered items.
***************
*** 55,59 ****
</xs:complexType>
</xs:element>
-
<xs:element name="TransferReceipt" nillable="false">
<xs:complexType >
--- 62,65 ----
|