| Package | Description |
|---|---|
| org.sejda.sambox.encryption | |
| org.sejda.sambox.pdmodel |
| Modifier and Type | Field and Description |
|---|---|
StandardSecurity |
EncryptionContext.security |
| Constructor and Description |
|---|
EncryptionContext(StandardSecurity security) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDDocument.writeTo(File file,
StandardSecurity security,
WriteOption... options)
Writes the document to the given
File encrypting it using the given security. |
void |
PDDocument.writeTo(OutputStream out,
StandardSecurity security,
WriteOption... options)
Writes the document to the given
OutputStream encrypting it using the given security. |
void |
PDDocument.writeTo(String filename,
StandardSecurity security,
WriteOption... options)
Writes the document to the file corresponding the given file name encrypting it using the given security.
|
void |
PDDocument.writeTo(WritableByteChannel channel,
StandardSecurity security,
WriteOption... options)
Writes the document to the given
WritableByteChannel encrypting it using the given security. |
Copyright © 2020 sejda. All rights reserved.