java.security.cert

Interface CertPathValidatorResult

public interface CertPathValidatorResult extends Cloneable

Interface to the result of calling validate.

This interface defines no methods other than the required Cloneable interface, and is intended to group and provide type safety for validator results. Providers that implement a certificate path validator must also provide an implementation of this interface, possibly defining additional methods.

Since: JDK 1.4

See Also: CertPathValidator

Method Summary
Objectclone()
Returns a copy of this validator result.

Method Detail

clone

public Object clone()
Returns a copy of this validator result.

Returns: The copy.