Package com.itextpdf.text.pdf
Class ReaderProperties
- java.lang.Object
-
- com.itextpdf.text.pdf.ReaderProperties
-
public class ReaderProperties extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.security.cert.Certificate
certificate
(package private) java.security.Key
certificateKey
(package private) java.lang.String
certificateKeyProvider
(package private) boolean
closeSourceOnconstructorError
(package private) ExternalDecryptionProcess
externalDecryptionProcess
(package private) MemoryLimitsAwareHandler
memoryLimitsAwareHandler
(package private) byte[]
ownerPassword
(package private) boolean
partialRead
-
Constructor Summary
Constructors Constructor Description ReaderProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReaderProperties
setCertificate(java.security.cert.Certificate certificate)
ReaderProperties
setCertificateKey(java.security.Key certificateKey)
ReaderProperties
setCertificateKeyProvider(java.lang.String certificateKeyProvider)
ReaderProperties
setCloseSourceOnconstructorError(boolean closeSourceOnconstructorError)
ReaderProperties
setExternalDecryptionProcess(ExternalDecryptionProcess externalDecryptionProcess)
ReaderProperties
setMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
ReaderProperties
setOwnerPassword(byte[] ownerPassword)
ReaderProperties
setPartialRead(boolean partialRead)
-
-
-
Field Detail
-
certificate
java.security.cert.Certificate certificate
-
certificateKey
java.security.Key certificateKey
-
certificateKeyProvider
java.lang.String certificateKeyProvider
-
externalDecryptionProcess
ExternalDecryptionProcess externalDecryptionProcess
-
ownerPassword
byte[] ownerPassword
-
partialRead
boolean partialRead
-
closeSourceOnconstructorError
boolean closeSourceOnconstructorError
-
memoryLimitsAwareHandler
MemoryLimitsAwareHandler memoryLimitsAwareHandler
-
-
Method Detail
-
setCertificate
public ReaderProperties setCertificate(java.security.cert.Certificate certificate)
-
setCertificateKey
public ReaderProperties setCertificateKey(java.security.Key certificateKey)
-
setCertificateKeyProvider
public ReaderProperties setCertificateKeyProvider(java.lang.String certificateKeyProvider)
-
setExternalDecryptionProcess
public ReaderProperties setExternalDecryptionProcess(ExternalDecryptionProcess externalDecryptionProcess)
-
setOwnerPassword
public ReaderProperties setOwnerPassword(byte[] ownerPassword)
-
setPartialRead
public ReaderProperties setPartialRead(boolean partialRead)
-
setCloseSourceOnconstructorError
public ReaderProperties setCloseSourceOnconstructorError(boolean closeSourceOnconstructorError)
-
setMemoryLimitsAwareHandler
public ReaderProperties setMemoryLimitsAwareHandler(MemoryLimitsAwareHandler memoryLimitsAwareHandler)
-
-