CertPathValidator
Class CertPathValidator
- java.lang.Object
-
- java.security.cert.CertPathValidator
public class CertPathValidator extends Object
A class for validating certification paths (also known as certificate chains).
This class uses a provider-based architecture. To create a CertPathValidator
, call one of the static getInstance
methods, passing in the algorithm name of the CertPathValidator
desired and optionally the name of the provider desired.
Once a CertPathValidator
object has been created, it can be used to validate certification paths by calling the validate
登录查看完整内容