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

    Modifier and Type Method Description
    Object clone()
    Clones this CertPathValidatorResult instance.
  • Method Details

    • clone

      Object clone()
      Clones this CertPathValidatorResult instance.
      Returns:
      the cloned instance.