You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2019/08/21 19:05:03 UTC

svn commit: r1865648 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSignature.java

Author: tilman
Date: Wed Aug 21 19:05:03 2019
New Revision: 1865648

URL: http://svn.apache.org/viewvc?rev=1865648&view=rev
Log:
PDFBOX-4071: correct link in javadoc

Modified:
    pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSignature.java

Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSignature.java
URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSignature.java?rev=1865648&r1=1865647&r2=1865648&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSignature.java (original)
+++ pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/digitalsignature/PDSignature.java Wed Aug 21 19:05:03 2019
@@ -378,7 +378,7 @@ public class PDSignature implements COSO
      * Return the signed content of the document. This is not a PDF file, nor is it the PDF file
      * before signing, it is the byte sequence made of the input minus the area where the signature
      * bytes will be. See "The ByteRange and signature value" in the document
-     * <a href="https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSig/Acrobat_DigitalSignatures_in_PDF.pdf#page=5">Digital
+     * <a href="https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/DigitalSignaturesInPDF.pdf#page=5">Digital
      * Signatures in a PDF</a>.
      *
      * @param pdfFile The signed pdf file as InputStream. It will be closed in this method.
@@ -397,7 +397,7 @@ public class PDSignature implements COSO
      * Return the signed content of the document. This is not a PDF file, nor is it the PDF file
      * before signing, it is the byte sequence made of the input minus the area where the signature
      * bytes will be. See "The ByteRange and signature value" in the document
-     * <a href="https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSig/Acrobat_DigitalSignatures_in_PDF.pdf#page=5">Digital
+     * <a href="https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/DigitalSignaturesInPDF.pdf#page=5">Digital
      * Signatures in a PDF</a>.
      *
      * @param pdfFile The signed pdf file as byte array