Uses of Interface
org.openpdf.renderer.decrypt.PDFDecrypter
Packages that use PDFDecrypter
-
Uses of PDFDecrypter in org.openpdf.renderer
Fields in org.openpdf.renderer declared as PDFDecrypterModifier and TypeFieldDescriptionprivate PDFDecrypterPDFFile.defaultDecrypterThe default decrypter for streams and strings.Methods in org.openpdf.renderer that return PDFDecrypterModifier and TypeMethodDescriptionPDFObject.getDecrypter()PDFFile.getDefaultDecrypter()Get the default decrypter for the documentMethods in org.openpdf.renderer with parameters of type PDFDecrypterModifier and TypeMethodDescriptionPDFFile.dereference(PDFXref ref, PDFDecrypter decrypter) Used internally to track down PDFObject references.private PDFObjectPDFFile.readArray(int objNum, int objGen, PDFDecrypter decrypter) read an [ array ].private PDFObjectPDFFile.readDictionary(int objNum, int objGen, PDFDecrypter decrypter) read an entire << dictionary >>.private PDFObjectPDFFile.readHexString(int objNum, int objGen, PDFDecrypter decrypter) read a invalid input: '<' hex string >.private PDFObjectPDFFile.readLiteralString(int objNum, int objGen, PDFDecrypter decrypter) read a ( character string ).private PDFObjectPDFFile.readObject(int objNum, int objGen, boolean numscan, PDFDecrypter decrypter) read the next object with a special catch for numbersprivate PDFObjectPDFFile.readObject(int objNum, int objGen, PDFDecrypter decrypter) read the next object from the fileprivate PDFObjectPDFFile.readObjectDescription(int objNum, int objGen, PDFDecrypter decrypter) read an entire PDFObject. -
Uses of PDFDecrypter in org.openpdf.renderer.decrypt
Classes in org.openpdf.renderer.decrypt that implement PDFDecrypterModifier and TypeClassDescriptionclassPerforms identity decryption; that is, inputs aren't encrypted and are returned right back.Methods in org.openpdf.renderer.decrypt that return PDFDecrypterModifier and TypeMethodDescriptionstatic PDFDecrypterPDFDecrypterFactory.createDecryptor(PDFObject encryptDict, PDFObject documentId, PDFPassword password) Deprecated.Create a decryptor for a given encryption dictionary.