|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.cete.dynamicpdf.Security
|
+--com.cete.dynamicpdf.StandardSecurity
40 bit PDF security is compatible with PDF version 1.1 and higher and can be read with Adobe Acrobat version 3 and higher.Refer to the Security section for more details on this class.
Licensing:
This property is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
StandardSecurity()
Initializes a new instance of the StandardSecurity class. |
|
StandardSecurity(java.lang.String password)
Initializes a new instance of the StandardSecurity class. |
|
StandardSecurity(java.lang.String ownerPassword,
java.lang.String userPassword)
Initializes a new instance of the StandardSecurity class. |
|
| Method Summary | |
void |
draw(DocumentWriter writer,
Encrypter encrypter)
Draws the encrypter dictionary to the given DocumentWriter object. |
Encrypter |
getEncrypter(byte[] id)
Gets a 40 bit Encrypter object to be used for
encrypting the document. |
| Methods inherited from class com.cete.dynamicpdf.Security |
binPassword, getAllowCopy, getAllowEdit, getAllowPrint, getAllowUpdateAnnotsAndFields, getFiller, getOwnerPassword, getUserPassword, setAllowCopy, setAllowEdit, setAllowPrint, setAllowUpdateAnnotsAndFields, setOwnerPassword, setUserPassword |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StandardSecurity()
StandardSecurity class.
public StandardSecurity(java.lang.String ownerPassword,
java.lang.String userPassword)
StandardSecurity class.
ownerPassword - String owner password.userPassword - String user password.public StandardSecurity(java.lang.String password)
StandardSecurity class.
password - The String indicating owner and user password.| Method Detail |
public Encrypter getEncrypter(byte[] id)
Encrypter object to be used for
encrypting the document.
getEncrypter in class Securityid - byte[] ID of the current PDF document.
Encrypter
public void draw(DocumentWriter writer,
Encrypter encrypter)
DocumentWriter object.
draw in class Securitywriter - DocumentWriter object to receive the output.encrypter - Encrypter object used to encrypt the document.DocumentWriter,
Encrypter
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||