Interface SecurityKeyPKIInterface
- All Superinterfaces:
SecurityKey
This is a Security Key factory that
can be used to instantiate different varieties of the password-based Security Keys.
Note: When the abstract methods declared in this class are implemented
by the user, they will be contained in the objects that newInstance() methods return.
-
Method Summary
Modifier and TypeMethodDescriptionmakeSecurityKey(Credentials recipient, Map encryptParams, SecurityProvidersImpl providers) Create an object that represents credentials for the specified recipientMethods inherited from interface com.adobe.internal.pdftoolkit.core.securityframework.SecurityKey
getSecurityManager
-
Method Details
-
makeSecurityKey
SecurityKeyPKIInterface makeSecurityKey(Credentials recipient, Map encryptParams, SecurityProvidersImpl providers) throws PDFSecurityException Create an object that represents credentials for the specified recipient
- Parameters:
recipient- certificate credentials for the specified recipient.- Returns:
- a Security Key object representing credentials for the specified recipient.
- Throws:
PDFSecurityException
-