Browse Source

Bug 56836 - XML signature support

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632447 13f79535-47bb-0310-9956-ffa450edef68
pull/11/head
Andreas Beeker 9 years ago
parent
commit
5692f061a9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java

+ 1
- 1
src/ooxml/java/org/apache/poi/poifs/crypt/dsig/SignatureInfo.java View File

@@ -112,7 +112,7 @@ import org.w3c.dom.events.EventTarget;
* ...
* </pre>
*
* <p><b>Signing a office document</b></p>
* <p><b>Signing an office document</b></p>
*
* <pre>
* // loading the keystore - pkcs12 is used here, but of course jks &amp; co are also valid

Loading…
Cancel
Save