Package | Description |
---|---|
com.itextpdf.kernel.pdf |
Modifier and Type | Field and Description |
---|---|
protected PdfEncryption |
PdfOutputStream.crypto
Contains the business logic for cryptography.
|
protected PdfEncryption |
PdfReader.decrypt |
Modifier and Type | Method and Description |
---|---|
protected PdfString |
PdfString.decrypt(PdfEncryption decrypt)
Deprecated.
use
PdfString.decodeContent() or PdfString.getValue() methods, they will decrypt bytes if they are encrypted. Will be removed in iText 7.1
|
protected boolean |
PdfString.encrypt(PdfEncryption encrypt)
Encrypt content of value and set as content.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.