|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICryptHandler | |
---|---|
de.intarsys.pdf.crypt | This package implements the security relevant aspects of the PDF spec. |
Uses of ICryptHandler in de.intarsys.pdf.crypt |
---|
Subinterfaces of ICryptHandler in de.intarsys.pdf.crypt | |
---|---|
interface |
ISecurityHandler
The security handler as defined in the PDF spec. |
Classes in de.intarsys.pdf.crypt that implement ICryptHandler | |
---|---|
class |
AbstractCryptHandler
Abstract superclass for implementing ICryptHandler . |
class |
AbstractSecurityHandler
An abstract superclass for implementing ISecurityHandler . |
class |
AESCryptHandler
An ICryptHandler implementing 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. |
Methods in de.intarsys.pdf.crypt that return ICryptHandler | |
---|---|
ICryptHandler |
SystemSecurityHandlerV4.getCryptHandler(COSName name)
|
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |