![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e228. Listing All Available Certification Path Validation AlgorithmsRetrieving 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 aCertPathValidator object.
// This method is implemented in e194 Listing All Available Cryptographic Services String[] names = getCryptoImpls("CertPathValidator");An example of the output: PKIX
e230. Listing the Most-Trusted Certificate Authorities (CA) in a Key Store e231. Validating a Certification Path
© 2002 Addison-Wesley. |