Interface SecurityKey
-
- All Known Subinterfaces:
SecurityKeyPasswordInterface,SecurityKeyPKIInterface
public interface SecurityKeyThe security key is used to to authenticate the right to access an encrypted PDF document and decrypt it. It is used when PDFDocument objects are unlock'ed.
Use
SecurityLockto encrypt the document.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityManagergetSecurityManager()
-
-
-
Method Detail
-
getSecurityManager
SecurityManager getSecurityManager()
- Returns:
- SecurityManager that contains Security Handlers used to decrypt a PDF document
-
-