diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2013-12-25 22:18:53 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2013-12-25 22:18:53 +0000 |
commit | c950d95a654e7dedaff1c90012b3106a32064fa0 (patch) | |
tree | 10447099a8dde5f4c4ae0e17cfe4410807f432fd /src/ooxml/java/org/apache/poi/poifs | |
parent | 22a0f8cf671a5a3eb6776dc56fd19eb01afc069f (diff) | |
download | poi-c950d95a654e7dedaff1c90012b3106a32064fa0.tar.gz poi-c950d95a654e7dedaff1c90012b3106a32064fa0.zip |
javadoc house-keeping
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1553422 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/ooxml/java/org/apache/poi/poifs')
-rw-r--r-- | src/ooxml/java/org/apache/poi/poifs/crypt/agile/AgileDecryptor.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ooxml/java/org/apache/poi/poifs/crypt/agile/AgileDecryptor.java b/src/ooxml/java/org/apache/poi/poifs/crypt/agile/AgileDecryptor.java index 193e7a766b..ccd930853b 100644 --- a/src/ooxml/java/org/apache/poi/poifs/crypt/agile/AgileDecryptor.java +++ b/src/ooxml/java/org/apache/poi/poifs/crypt/agile/AgileDecryptor.java @@ -198,11 +198,11 @@ public class AgileDecryptor extends Decryptor { * instead of a password, it's also possible to decrypt via certificate. * Warning: this code is experimental and hasn't been validated * - * {@linkplain http://social.msdn.microsoft.com/Forums/en-US/cc9092bb-0c82-4b5b-ae21-abf643bdb37c/agile-encryption-with-certificates} + * @see <a href="http://social.msdn.microsoft.com/Forums/en-US/cc9092bb-0c82-4b5b-ae21-abf643bdb37c/agile-encryption-with-certificates">Agile encryption with certificates</a> * * @param keyPair * @param x509 - * @return + * @return true, when the data can be successfully decrypted with the given private key * @throws GeneralSecurityException */ public boolean verifyPassword(KeyPair keyPair, X509Certificate x509) throws GeneralSecurityException { |