alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (signed_x509_issuer_serial_missing_signed_header.xml)

This example Apache CXF source code file (signed_x509_issuer_serial_missing_signed_header.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

algorithm, algorithm, header, header, id, id, j5bpqmdsmsqtvzcc/my, k1auhqleqlbc/sgyikrdllu+slv2s5xtc0x1debgfky3o8d48obeqfnsfb2mpf/mtoarmlgc0bz0, keyid-b5419464dcb3c8b05a12646118281118, signature-5, signature-5, strid-b5419464dcb3c8b05a12646118281279, uri, vgurrukuzhrvxvelrhp7ttagsy6aj+lr3k75pllsfgxdeqshoo2isunat6clgage/ijkksip6g+o

The Apache CXF signed_x509_issuer_serial_missing_signed_header.xml source code

<soapenv:Envelope xmlns:ser="http://blah" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header>
<ds:SignedInfo>
<ds:CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
<ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1"/>
<ds:Reference URI="#id-6">
<ds:Transforms>
<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
</ds:Transforms>
<ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"/>
<ds:DigestValue>a0+IBfK+SfKXlyyJcIzg+M6OouI=
</ds:Reference>
</ds:SignedInfo>
<ds:SignatureValue>
VGURrUkUzHrVxveLRhp7ttaGSY6Aj+LR3k75pLLsFgXDEqSHOO2IsUnAt6cLGAGE/ijKKsip6g+O
K1AuHQleQLbc/sGyIkRDLLU+slV2s5XTC0x1DeBGFKy3O8D48obEQFnSfb2MpF/mtOarMLGc0BZ0
J5bPqmDSmsqTvzcC/MY=
</ds:SignatureValue>
<ds:KeyInfo Id="KeyId-B5419464DCB3C8B05A12646118281118">
<wsse:SecurityTokenReference wsu:Id="STRId-B5419464DCB3C8B05A12646118281279" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<ds:X509IssuerSerial>
<ds:X509IssuerName>CN=myAlias
<ds:X509SerialNumber>1181668586
</ds:X509IssuerSerial>
</ds:X509Data>
</ds:KeyInfo>
</ds:Signature>
      <Header wsu:Id="id-6" xmlns="http://www.sdj.pl" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">1234
      <Header xmlns="http://www.sdj.pl">5678
   </soapenv:Header>
   <soapenv:Body>
     <echo xmlns="http://www.sdj.pl">
       <in0>A    
     </echo>
   </soapenv:Body>
</soapenv:Envelope>

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF signed_x509_issuer_serial_missing_signed_header.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.