|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CertPathValidatorResult
Interface to the result of calling CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters)
.
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.
CertPathValidator
Method Summary | |
---|---|
Object |
clone()
Returns a copy of this validator result. |
Method Detail |
---|
Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |