CertPathBuilderResult
Interface CertPathBuilderResult
- All Superinterfaces:
- Cloneable
- All Known Implementing Classes:
- PKIXCertPathBuilderResult
public interface CertPathBuilderResult extends Cloneable
A specification of the result of a certification path builder algorithm. All results returned by the CertPathBuilder.build
method must implement this interface.
At a minimum, a CertPathBuilderResult
contains the CertPath
built by the CertPathBuilder
instance. Implementations of this interface may add methods to return implementation or algorithm specific information, such as debugging information or certification p