Retrieving the list of available certification path validation algorithms requires checking the services provided by all registered providers. The retrieved list of names can be used in creating a CertPathValidator object. // This method is implemented in e194 Listing All Available Cryptographic Services String[] names = getCryptoImpls("CertPathValidator"); An example of the output: PKIX