java.lang.Object | ||
↳ | com.pdftron.sdf.SecurityHandler | |
↳ | com.pdftron.sdf.PDFTronCustomSecurityHandler |
This class represents PDFTron Custom Security handler that applies PDFTron's custom encryption method on save.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.sdf.SecurityHandler
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PDFTronCustomSecurityHandler(int custom_id)
constructor
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.sdf.SecurityHandler
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.AutoCloseable
|
constructor
custom_id | the user's custom ID. A random ID is suggested to make the custom security unique to the application. Note: Please refer to PDFNet.addPDFTronCustomHandler(int custom_id) for more details. |
---|
PDFNetException |
---|