open-eid / digidoc4j

DigiDoc for Java. Javadoc:
http://open-eid.github.io/digidoc4j
GNU Lesser General Public License v2.1
72 stars 40 forks source link

Question - How to extract/retrieve the signed content from a p7m (Cades Signature) #87

Closed p4535992 closed 3 years ago

p4535992 commented 3 years ago

Can you give a example on how to use the digidoc4j project for extract/retrieve the signed content from a p7m (Cades Signature) ?

naare commented 3 years ago

Digidoc4j currently do not support CAdES signatures, only XAdES signatures are supported: https://github.com/open-eid/digidoc4j#asic-e-associated-signature-container-extended-container-format

If there is need for the CAdES support we would like to hear about it more, so we could consider this as a roadmap item for the future.

p4535992 commented 3 years ago

Sorry i don't know how i miss the description on the readme. Ty for the clarification.