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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectclone()Clones thisCertPathValidatorResultinstance.
-
-
-
Method Detail
-
clone
Object clone()
Clones thisCertPathValidatorResultinstance.- Returns:
- the cloned instance.
-
-