Trusted Key Store
object TrustedKeyStore
Singleton object that holds the list of trusted certificates used for digital signature validation and signing. By default we load the trusted certificates from the OS as well as Adobe CA certificates from the assets. Add additional root/trusted certificates to this object if you want to use them for signing or validation.
If you want to speed up signing, you can call clearTrustedCertificates to remove the default certificates and only add the ones you need.
Functions
Link copied to clipboard
Add trusted certificates here.
Link copied to clipboard
Clears the list. You can call restoreDefaults to reload the default certificates.
Link copied to clipboard
Returns the list of trusted certificates.
Link copied to clipboard
Reloads the default certificates from the OS and assets. Can be used if you have called clearTrustedCertificates