xml dsign - javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633241 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5706aab18c
commit
11cfec8513
@ -1154,6 +1154,7 @@ under the License.
|
||||
<path refid="main.classpath"/>
|
||||
<path refid="scratchpad.classpath"/>
|
||||
<path refid="ooxml.classpath"/>
|
||||
<path refid="ooxml.xmlsec.classpath"/>
|
||||
<path path="${env.CLASSPATH}"/>
|
||||
</classpath>
|
||||
|
||||
|
@ -405,7 +405,7 @@ public class SignatureConfig {
|
||||
|
||||
/**
|
||||
* @param tspOldProtocol defines the timestamp-protocol mimetype
|
||||
* @see {@link #isTspOldProtocol()}
|
||||
* @see #isTspOldProtocol
|
||||
*/
|
||||
public void setTspOldProtocol(boolean tspOldProtocol) {
|
||||
this.tspOldProtocol = tspOldProtocol;
|
||||
@ -881,7 +881,7 @@ public class SignatureConfig {
|
||||
/**
|
||||
* @return the cannonicalization method for XAdES-XL signing.
|
||||
* Defaults to <code>EXCLUSIVE</code>
|
||||
* @see {@link CanonicalizationMethod}
|
||||
* @see <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/crypto/dsig/CanonicalizationMethod.html">javax.xml.crypto.dsig.CanonicalizationMethod</a>
|
||||
*/
|
||||
public String getXadesCanonicalizationMethod() {
|
||||
return xadesCanonicalizationMethod;
|
||||
@ -889,7 +889,7 @@ public class SignatureConfig {
|
||||
|
||||
/**
|
||||
* @param xadesCanonicalizationMethod the cannonicalization method for XAdES-XL signing
|
||||
* @see {@link CanonicalizationMethod}
|
||||
* @see <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/crypto/dsig/CanonicalizationMethod.html">javax.xml.crypto.dsig.CanonicalizationMethod</a>
|
||||
*/
|
||||
public void setXadesCanonicalizationMethod(String xadesCanonicalizationMethod) {
|
||||
this.xadesCanonicalizationMethod = xadesCanonicalizationMethod;
|
||||
|
Loading…
Reference in New Issue
Block a user