Uses of Class
org.apache.pdfbox.exceptions.InvalidPasswordException

Packages that use InvalidPasswordException
org.apache.pdfbox.encryption These classes deal with encryption algorithms that are used in the PDF Document. 
org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
 

Uses of InvalidPasswordException in org.apache.pdfbox.encryption
 

Methods in org.apache.pdfbox.encryption that throw InvalidPasswordException
 void DocumentEncryption.decryptDocument(java.lang.String password)
          Deprecated. This will decrypt the document.
 

Uses of InvalidPasswordException in org.apache.pdfbox.pdmodel
 

Methods in org.apache.pdfbox.pdmodel that throw InvalidPasswordException
 void PDDocument.decrypt(java.lang.String password)
          This will decrypt a document.