Package java.security.cert
Interface CertPathValidatorResult
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
PKIXCertPathBuilderResult,PKIXCertPathValidatorResult
public interface CertPathValidatorResult extends Cloneable
The interface specification for certification path validation results.
This interface is for grouping purposes of validation result implementations.
-
Method Summary
-
Method Details
-
clone
Object clone()Clones thisCertPathValidatorResultinstance.- Returns:
- the cloned instance.
-