Package com.adobe.internal.pdftoolkit.core.securityframework

The Security Framework provides the environment for the implementation of the security-related features specified in PDF Reference 1.6. A PDF document is secured by encrypting its content.

The Security Framework serves as the base for another PDF Java Toolkit component: security. Users should always first try to use security support facilities provided in the security package rather than use Security Framework directly. Sophisticated clients can use Security Framework directly if security support facilities provided in the security package do not provide all necessary functionality.

See also Security FrameWork Guide for an overview as well as guidelines for security customization.