java.security.cert
Uses of Class CertPathValidatorSpi
Uses of CertPathValidatorSpi in java.security.cert
| Constructor and Description |
|---|
CertPathValidator(CertPathValidatorSpi validatorSpi,Provider provider,String algorithm)
Creates a
CertPathValidator object of the given algorithm,
and encapsulates the given provider implementation (SPI object) in it.
|