Package-level declarations
Types
Link copied to clipboard
object Decryptor
Walks a freshly-parsed PdfObject tree and decrypts strings + streams in place using a StandardSecurityHandler. The object number / generation of the enclosing indirect object is the per-object key seed.
Link copied to clipboard
class StandardSecurityHandler(encryptDict: PdfDictionary, fileIdFirst: ByteArray, userPassword: ByteArray = byteArrayOf(), ownerPassword: ByteArray = byteArrayOf())
PDF Standard Security Handler (ISO 32000-1 §7.6.4).