|
From: <pe...@us...> - 2004-01-07 23:12:23
|
Update of /cvsroot/neuclear/neuclear-id/src/samples In directory sc8-pr-cvs1:/tmp/cvs-serv16630/src/samples Added Files: identity.xml 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. --- NEW FILE: identity.xml --- <neuid:Identity xmlns:neuid="http://neuclear.org/neu/neuid.xsd" neuid:logger="mailto:pe...@ne..." neuid:name="neu://neuclear.org" neuid:receiver="mailto:pe...@ne..." neuid:repository="http://neuclear.org/_NEUID" neuid:signer="http://localhost:11870/Signer" neuid:timestamp="2003-12-08T13:12:12,330EST"><neuid:Allow><ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"><ds:KeyValue><ds:RSAKeyValue><ds:Modulus> wcTYVm28j9LQCLLrA/Bia9Uo71WIuMroXFqBKwcv3VZXQ3z4fQX+NPJ6coSumCQ/GN5qKc4fUVbj5W291Pa5Fu8wNt/9F3uN22Roxv5ld0uykiig4JbRirhyuH1Da20WtUMEOx3ubAnhmGEe7k11JK1gTxE5MINuZYCD4nxRbJk= </ds:Modulus><ds:Exponent> AQAB </ds:Exponent></ds:RSAKeyValue></ds:KeyValue></ds:KeyInfo></neuid:Allow> <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:CanonicalizationMethod> <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"></ds:SignatureMethod><ds:Reference URI=""><ds:Transforms><ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"></ds:Transform></ds:Transforms><ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></ds:DigestMethod><ds:DigestValue> BvVo1UYoqSHsVFZIc4wbcGC9Lzk= </ds:DigestValue></ds:Reference></ds:SignedInfo><ds:SignatureValue> rV8eY40n3pmW3zHIFUx3NkEci9R18gKSaM/PilGb61OtO7M1lbXxirmJMxgMhVVKOfunBaUFELte/P+V1tXsOc3nVILGPEcbroxR9vxr+icljD7Y6g8XQJbCW5Vs6iMHmHfab3BOAUjNEk6zNePOzLNfANXVJCDQ/6C4G4LyU3k= </ds:SignatureValue></ds:Signature></neuid:Identity> |