public interface X509CredentialNameEvaluator
X509Credential against a
supplied set of trusted names.| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
evaluate(X509Credential credential,
Set<String> trustedNames)
Evaluate the specified credential against the specified set of trusted names.
|
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 evaluatedSecurityException - thrown if there is an error during name evaluationCopyright © 2012. All Rights Reserved.