mirror of https://github.com/apache/poi.git
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
4b66316963
commit
e303a85c6c
|
@ -1154,6 +1154,7 @@ under the License.
|
||||||
<path refid="main.classpath"/>
|
<path refid="main.classpath"/>
|
||||||
<path refid="scratchpad.classpath"/>
|
<path refid="scratchpad.classpath"/>
|
||||||
<path refid="ooxml.classpath"/>
|
<path refid="ooxml.classpath"/>
|
||||||
|
<path refid="ooxml.xmlsec.classpath"/>
|
||||||
<path path="${env.CLASSPATH}"/>
|
<path path="${env.CLASSPATH}"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
||||||
|
|
|
@ -405,7 +405,7 @@ public class SignatureConfig {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param tspOldProtocol defines the timestamp-protocol mimetype
|
* @param tspOldProtocol defines the timestamp-protocol mimetype
|
||||||
* @see {@link #isTspOldProtocol()}
|
* @see #isTspOldProtocol
|
||||||
*/
|
*/
|
||||||
public void setTspOldProtocol(boolean tspOldProtocol) {
|
public void setTspOldProtocol(boolean tspOldProtocol) {
|
||||||
this.tspOldProtocol = tspOldProtocol;
|
this.tspOldProtocol = tspOldProtocol;
|
||||||
|
@ -881,7 +881,7 @@ public class SignatureConfig {
|
||||||
/**
|
/**
|
||||||
* @return the cannonicalization method for XAdES-XL signing.
|
* @return the cannonicalization method for XAdES-XL signing.
|
||||||
* Defaults to <code>EXCLUSIVE</code>
|
* 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() {
|
public String getXadesCanonicalizationMethod() {
|
||||||
return xadesCanonicalizationMethod;
|
return xadesCanonicalizationMethod;
|
||||||
|
@ -889,7 +889,7 @@ public class SignatureConfig {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param xadesCanonicalizationMethod the cannonicalization method for XAdES-XL signing
|
* @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) {
|
public void setXadesCanonicalizationMethod(String xadesCanonicalizationMethod) {
|
||||||
this.xadesCanonicalizationMethod = xadesCanonicalizationMethod;
|
this.xadesCanonicalizationMethod = xadesCanonicalizationMethod;
|
||||||
|
|
Loading…
Reference in New Issue