|
jPod PDF library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISecurityHandler | |
|---|---|
| de.intarsys.pdf.crypt | This package implements the security relevant aspects of the PDF spec. |
| Uses of ISecurityHandler in de.intarsys.pdf.crypt |
|---|
| Classes in de.intarsys.pdf.crypt that implement ISecurityHandler | |
|---|---|
class |
AbstractSecurityHandler
An abstract superclass for implementing ISecurityHandler. |
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 ISecurityHandler | |
|---|---|
ISecurityHandler |
SystemSecurityHandler.getSecurityHandler()
|
ISecurityHandler |
ISystemSecurityHandler.getSecurityHandler()
The associated pluggable ISecurityHandler. |
ISecurityHandler |
StandardSecurityHandlerFactory.getSecurityHandler(COSEncryption encryption)
|
ISecurityHandler |
ISecurityHandlerFactory.getSecurityHandler(COSEncryption encryption)
Get a security handler instance compatible to the state defined in the /Encrypt entry. |
| Methods in de.intarsys.pdf.crypt with parameters of type ISecurityHandler | |
|---|---|
void |
StandardAuthenticationHandler.authenticate(ISecurityHandler securityHandler)
This IAuthenticationHandler implements the standard
authentication strategy for the built in security handlers. |
void |
IAuthenticationHandler.authenticate(ISecurityHandler securityHandler)
Authenticate document usage on behalf of the ISecurityHandler. |
IAuthenticationHandler |
StandardAuthenticationHandlerFactory.createAuthenticationHandler(ISecurityHandler securityHandler)
This implementation will return the same IAuthenticationHandler
for a document on every request. |
IAuthenticationHandler |
IAuthenticationHandlerFactory.createAuthenticationHandler(ISecurityHandler securityHandler)
Create an IAuthenticationHandler for the ISecurityHandler. |
void |
SystemSecurityHandler.setSecurityHandler(ISecurityHandler pSecurityHandler)
|
void |
ISystemSecurityHandler.setSecurityHandler(ISecurityHandler securityHandler)
Assign a new ISecurityHandler. |
|
jPod PDF library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||