public class EvaluableKeyAlgorithmCredentialCriteria extends Object implements EvaluableCredentialCriteria
| コンストラクタと説明 |
|---|
EvaluableKeyAlgorithmCredentialCriteria(KeyAlgorithmCriteria criteria)
Constructor.
|
EvaluableKeyAlgorithmCredentialCriteria(String newKeyAlgorithm)
Constructor.
|
public EvaluableKeyAlgorithmCredentialCriteria(KeyAlgorithmCriteria criteria)
criteria - the criteria which is the basis for evaluationpublic EvaluableKeyAlgorithmCredentialCriteria(String newKeyAlgorithm)
newKeyAlgorithm - the criteria value which is the basis for evaluationpublic Boolean evaluate(Credential target)
Boolean.TRUE if the target satisfies the criteriaBoolean.FALSE if the target does not satisfy criterianull if the target can not be evaluated against the criteriaevaluate インタフェース内 EvaluableCriteria<Credential>target - the object to be evaluatedCopyright © 2012. All Rights Reserved.