|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X509CredentialNameEvaluator
Interface for classes which evaluate an X509Credential against a
supplied set of trusted names.
| Method Summary | |
|---|---|
boolean |
evaluate(X509Credential credential,
Set<String> trustedNames)
Evaluate the specified credential against the specified set of trusted names. |
| Method Detail |
|---|
boolean evaluate(X509Credential credential,
Set<String> trustedNames)
throws SecurityException
The types of names supported, and the manner in which they are evaluated, is implementation-specific.
credential - the X.509 credential to evaluatetrustedNames - trusted names against which the credential will be evaluated
SecurityException - thrown if there is an error during name evaluation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||