Class PDFDecrypterFactory

java.lang.Object
org.openpdf.renderer.decrypt.PDFDecrypterFactory

@Deprecated public class PDFDecrypterFactory extends Object
Deprecated.
Produces a PDFDecrypter for documents given a (possibly non-existent) Encrypt dictionary. Supports decryption of versions 1, 2 and 4 of the password-based encryption mechanisms as described in PDF Reference version 1.7. This means that it supports RC4 and AES encryption with keys of 40-128 bits; esentially, password-protected documents with compatibility up to Acrobat 8.
  • Field Details

    • CF_IDENTITY

      public static final String CF_IDENTITY
      Deprecated.
      The name of the standard Identity CryptFilter
      See Also:
    • DEFAULT_KEY_LENGTH

      private static final int DEFAULT_KEY_LENGTH
      Deprecated.
      Default key length for versions where key length is optional
      See Also:
  • Constructor Details

    • PDFDecrypterFactory

      public PDFDecrypterFactory()
      Deprecated.
  • Method Details