Skip to content
ComPDF
DemoSampleAPI ReferenceFAQ
New Release

Open-Source PDF SDK & AI Document Processing

Get the full self-hosted SDK and AI document processing on GitHub. One-click deploy to quickly build your document workflows.

Guides

Get Trusted Certificates List

The ComPDF SDK supports retrieving a list of currently trusted digital certificates. You can use the following API to obtain the list of certificates that are trusted by the application.

java
List<X509Certificate> list = CPDFX509.getTrustedCertificates(getContext());
kotlin
var list = CPDFX509.getTrustedCertificates(getContext());