The security handler as defined in the PDF spec. This is the exchangeable
behavior in the PDF security spec.
The
ISystemSecurityHandler is asked for de/encryption, which is done
by himself for the defined standard encryptions, using
ICryptHandler instances for RC4 and AES. These
ICryptHandler instances are
initialized using the encryption key provided by this
ISecurityHandler .
With /V 4 encryption, thhe application may ask for "transparent"
de/encryption, in which case it is forwared to the installed
ISecurityHandler itself.
|