Package com.adobe.internal.pdftoolkit.core.credentials
package com.adobe.internal.pdftoolkit.core.credentials
Credentials is a wrapper for a variety of ways in which PKI constructs (e.g., private keys, certificates, keystores, HSM, DER-encoded keys/certs, etc.) can be passed to encryption/digsig calls. It is used for PKI encryption and is required for the digsig and security packages.
-
ClassDescriptionThe Credential Factory allows us to create credentials that can be used for encryption/digsig related functions.Represents, and provides access to, user credentials.The PrivateKeyHolder is a generic interface that can hold any type of PrivateKey.PrivateKeyHolderFactory creates a PrivateKey that can be used to create the appropriate Gibson Credentials.