|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.PdfSecurityPolicy
public abstract class PdfSecurityPolicy
Represents the security policy of the PDF document.
| Constructor Summary | |
|---|---|
PdfSecurityPolicy()
|
|
| Method Summary | |
|---|---|
PdfDocumentPrivilege |
getDocumentPrivilege()
Gets the the document's permission flags. |
PdfEncryptionAlgorithm |
getEncryptionAlgorithm()
Gets the encryption algorithm. |
boolean |
isEncryptMetadata()
Gets the value indicating whether to encrypt metadata. |
void |
setDocumentPrivilege(PdfDocumentPrivilege documentPrivilege)
Sets the document's permission flags |
void |
setEncryptionAlgorithm(PdfEncryptionAlgorithm encryptionAlgorithm)
Sets the encryption algorithm. |
void |
setEncryptMetadata(boolean value)
Sets the value indicating whether to encrypt metadata. |
| Constructor Detail |
|---|
public PdfSecurityPolicy()
| Method Detail |
|---|
public PdfEncryptionAlgorithm getEncryptionAlgorithm()
public void setEncryptionAlgorithm(PdfEncryptionAlgorithm encryptionAlgorithm)
encryptionAlgorithm - The encryption algorithm.public PdfDocumentPrivilege getDocumentPrivilege()
public void setDocumentPrivilege(PdfDocumentPrivilege documentPrivilege)
documentPrivilege - The document privilege.public boolean isEncryptMetadata()
public void setEncryptMetadata(boolean value)
value - The value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||