|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISystemSecurityHandler | |
---|---|
de.intarsys.pdf.crypt | This package implements the security relevant aspects of the PDF spec. |
de.intarsys.pdf.parser | Everything related to reading PDF and COS data from data streams. |
de.intarsys.pdf.st | The storage level semantics of a PDF document. |
de.intarsys.pdf.writer | Serializing a PDF document. |
Uses of ISystemSecurityHandler in de.intarsys.pdf.crypt |
---|
Classes in de.intarsys.pdf.crypt that implement ISystemSecurityHandler | |
---|---|
class |
SystemSecurityHandler
An abstract superclass for implementing the PDF standard security process. |
class |
SystemSecurityHandlerV0
The ISystemSecurityHandler implementing /V 0 of the PDF spec. |
class |
SystemSecurityHandlerV1
The ISystemSecurityHandler implementing /V 1 of the PDF spec. |
class |
SystemSecurityHandlerV2
The ISystemSecurityHandler implementing /V 2 of the PDF spec. |
class |
SystemSecurityHandlerV3
The ISystemSecurityHandler implementing /V 3 of the PDF spec. |
class |
SystemSecurityHandlerV4
The ISystemSecurityHandler implementing /V 4 of the PDF spec. |
Methods in de.intarsys.pdf.crypt that return ISystemSecurityHandler | |
---|---|
static ISystemSecurityHandler |
SystemSecurityHandler.create(COSEncryption pEncryption)
|
Uses of ISystemSecurityHandler in de.intarsys.pdf.parser |
---|
Methods in de.intarsys.pdf.parser with parameters of type ISystemSecurityHandler | |
---|---|
COSObject |
COSDocumentParser.parseIndirectObject(IRandomAccess input,
ISystemSecurityHandler securityHandler)
read a pdf style object from the input. see PDF Reference v1.4, chapter 3.2.9 Indirect Objects COSIndirectObject ::= ObjNum GenNum "obj" Object "endobj" |
Uses of ISystemSecurityHandler in de.intarsys.pdf.st |
---|
Methods in de.intarsys.pdf.st that return ISystemSecurityHandler | |
---|---|
ISystemSecurityHandler |
STDocument.getSystemSecurityHandler()
The documents security handler |
Methods in de.intarsys.pdf.st with parameters of type ISystemSecurityHandler | |
---|---|
COSObject |
STXRefSection.load(int objectNumber,
ISystemSecurityHandler securityHandler)
|
COSObject |
STTrailerXRefSection.load(int objectNumber,
ISystemSecurityHandler securityHandler)
|
COSObject |
STXRefEntryOccupied.load(STDocument doc,
ISystemSecurityHandler securityHandler)
|
COSObject |
STXRefEntryFree.load(STDocument doc,
ISystemSecurityHandler securityHandler)
|
COSObject |
STXRefEntryCompressed.load(STDocument doc,
ISystemSecurityHandler securityHandler)
|
abstract COSObject |
STXRefEntry.load(STDocument doc,
ISystemSecurityHandler securityHandler)
|
Uses of ISystemSecurityHandler in de.intarsys.pdf.writer |
---|
Constructors in de.intarsys.pdf.writer with parameters of type ISystemSecurityHandler | |
---|---|
COSWriter(IRandomAccess randomAccess,
ISystemSecurityHandler securityHandler)
|
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |