• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can we generate a signature element without linefeed using apache xml security 1.4.1?

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!

I created an XML Signature element, using apache xml-security-1_4_1 API as below :



which created a signature element as below (with line-feeds),



But i would like to get a signature element without any line-feeds (new line character) as below :



I would like to know how a signature element without a linefeed could be generated as above using the apache XML xml-security-1_4_1 API.

Could anyone help me with this.

Thanks,
 
reply
    Bookmark Topic Watch Topic
  • New Topic