Uses of Class
org.pdfbox.pdmodel.encryption.PDEncryptionDictionary

Packages that use PDEncryptionDictionary
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. 
 

Uses of PDEncryptionDictionary in org.pdfbox.pdmodel
 

Methods in org.pdfbox.pdmodel that return PDEncryptionDictionary
 PDEncryptionDictionary PDDocument.getEncryptionDictionary()
          This will get the encryption dictionary for this document.
 

Methods in org.pdfbox.pdmodel with parameters of type PDEncryptionDictionary
 void PDDocument.setEncryptionDictionary(PDEncryptionDictionary encDictionary)
          This will set the encryption dictionary for this document.
 

Uses of PDEncryptionDictionary in org.pdfbox.pdmodel.encryption
 

Subclasses of PDEncryptionDictionary in org.pdfbox.pdmodel.encryption
 class PDStandardEncryption
          This class holds information that is related to the standard PDF encryption.
 

Methods in org.pdfbox.pdmodel.encryption that return PDEncryptionDictionary
static PDEncryptionDictionary PDEncryptionManager.getEncryptionDictionary(COSDictionary dictionary)
          This will get the correct security handler for the encryption dictionary.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.