| Package | Description |
|---|---|
| de.intarsys.pdf.crypt |
This package implements the security relevant aspects of the PDF spec.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISecurityHandler
The security handler as defined in the PDF spec.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCryptHandler
Abstract superclass for implementing
ICryptHandler. |
class |
AbstractSecurityHandler
An abstract superclass for implementing
ISecurityHandler. |
class |
AESCryptHandler
An
ICryptHandlerimplementing the AES algorithm. |
class |
ArcFourCryptHandler
An
ICryptHandler implementing the RC4 algorithm. |
class |
IdentityCryptHandler
The /Identity
ICryptHandler, doing nothing a all. |
class |
StandardCryptHandler
An abstract superclass for the default implementation of
ICryptHandler. |
class |
StandardSecurityHandler
The standard security handler as specified in the PDF reference.
|
class |
StandardSecurityHandlerR2
The
ISecurityHandler implementing /R 2 of the PDF spec. |
class |
StandardSecurityHandlerR3
The
ISecurityHandler implementing /R 3 of the PDF spec. |
class |
StandardSecurityHandlerR4
The
ISecurityHandler implementing /R 4 of the PDF spec. |
| Modifier and Type | Method and Description |
|---|---|
ICryptHandler |
SystemSecurityHandlerV4.getCryptHandler(COSName name) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.