public interface X509CredentialNameEvaluator
X509Credential against a
supplied set of trusted names.| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(X509Credential credential,
java.util.Set<java.lang.String> trustedNames)
Evaluate the specified credential against the specified set of trusted names.
|
boolean evaluate(@Nonnull
X509Credential credential,
@Nullable
java.util.Set<java.lang.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 evaluatedSecurityException - thrown if there is an error during name evaluation