Uses of Class
org.sejda.sambox.pdmodel.encryption.SecurityHandler
Packages that use SecurityHandler
Package
Description
The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.
-
Uses of SecurityHandler in org.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel that return SecurityHandlerConstructors in org.sejda.sambox.pdmodel with parameters of type SecurityHandlerModifierConstructorDescriptionPDDocument(COSDocument document, SecurityHandler securityHandler) Constructor that uses an existing document. -
Uses of SecurityHandler in org.sejda.sambox.pdmodel.encryption
Subclasses of SecurityHandler in org.sejda.sambox.pdmodel.encryptionModifier and TypeClassDescriptionfinal classThis class implements the public key security handler described in the PDF specification.final classThe standard security handler.Methods in org.sejda.sambox.pdmodel.encryption that return SecurityHandlerModifier and TypeMethodDescriptionPDEncryption.getSecurityHandler()Returns the security handler specified in the getCOSObject()'s Filter entry.SecurityHandlerFactory.newSecurityHandlerForFilter(String name) Returns a new security handler for the given Filter name, or null none is available.SecurityHandlerFactory.newSecurityHandlerForPolicy(ProtectionPolicy policy) Returns a new security handler for the given protection policy, or null none is available.Methods in org.sejda.sambox.pdmodel.encryption with parameters of type SecurityHandlerModifier and TypeMethodDescriptionvoidPDEncryption.setSecurityHandler(SecurityHandler securityHandler) Sets the security handler used in this encryption getCOSObject()Method parameters in org.sejda.sambox.pdmodel.encryption with type arguments of type SecurityHandlerModifier and TypeMethodDescriptionvoidSecurityHandlerFactory.registerHandler(String name, Class<? extends SecurityHandler> securityHandler, Class<? extends ProtectionPolicy> protectionPolicy) Registers a security handler.