How to digitally sign a .docx file using Java

How to digitally sign a .docx file using java and the signature must be embedded in the .docx file. I used the Apache-poi API, but I can not sign the digital .docx file. What API is needed and how?

+3
source share

All Articles