Interface SecurityKey
- All Known Subinterfaces:
SecurityKeyPasswordInterface,SecurityKeyPKIInterface
public interface SecurityKey
The 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 SecurityLock
to encrypt the document.
-
Method Summary
-
Method Details
-
getSecurityManager
SecurityManager getSecurityManager()- Returns:
- SecurityManager that contains Security Handlers used to decrypt a PDF document
-