java.lang.Object
org.xhtmlrenderer.pdf.PDFEncryption
-
Constructor Summary
ConstructorsConstructorDescriptionPDFEncryption(byte[] userPassword, byte[] ownerPassword) PDFEncryption(byte[] userPassword, byte[] ownerPassword, int allowedPrivileges) PDFEncryption(byte[] userPassword, byte[] ownerPassword, int allowedPrivileges, int encryptionType) -
Method Summary
Modifier and TypeMethodDescriptionintintbyte[]byte[]
-
Constructor Details
-
PDFEncryption
public PDFEncryption(byte[] userPassword, byte[] ownerPassword) -
PDFEncryption
public PDFEncryption(byte[] userPassword, byte[] ownerPassword, int allowedPrivileges) -
PDFEncryption
public PDFEncryption(byte[] userPassword, byte[] ownerPassword, int allowedPrivileges, int encryptionType)
-
-
Method Details
-
getUserPassword
public byte[] getUserPassword() -
getOwnerPassword
public byte[] getOwnerPassword() -
getAllowedPrivileges
public int getAllowedPrivileges() -
getEncryptionType
public int getEncryptionType()
-