| Package | Description |
|---|---|
| com.itextpdf.kernel.crypto | |
| com.itextpdf.kernel.crypto.securityhandler | |
| com.itextpdf.kernel.pdf |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputStreamAesEncryption |
class |
OutputStreamAesGcmEncryption
An output stream accepts output bytes and sends them to underlying
OutputStreamEncryption instance. |
class |
OutputStreamStandardEncryption |
| Modifier and Type | Method and Description |
|---|---|
OutputStreamEncryption |
StandardHandlerUsingAes128.getEncryptionStream(OutputStream os) |
OutputStreamEncryption |
PubSecHandlerUsingStandard40.getEncryptionStream(OutputStream os) |
OutputStreamEncryption |
StandardHandlerUsingStandard40.getEncryptionStream(OutputStream os) |
OutputStreamEncryption |
PubSecHandlerUsingAesGcm.getEncryptionStream(OutputStream os) |
abstract OutputStreamEncryption |
SecurityHandler.getEncryptionStream(OutputStream os)
Gets a stream wrapper, responsible for encryption.
|
OutputStreamEncryption |
StandardHandlerUsingAesGcm.getEncryptionStream(OutputStream os) |
OutputStreamEncryption |
PubSecHandlerUsingAes128.getEncryptionStream(OutputStream os) |
OutputStreamEncryption |
StandardHandlerUsingAes256.getEncryptionStream(OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
OutputStreamEncryption |
PdfEncryption.getEncryptionStream(OutputStream os) |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.