A specification of the result of a certification path validator algorithm.
The purpose of this interface is to group (and provide type safety
for) all certification path validator results. All results returned
by the {@link CertPathValidator#validate CertPathValidator.validate}
method must implement this interface. |