Package org.opensaml.security.criteria
Class KeyAlgorithmCriterion
- java.lang.Object
-
- org.opensaml.security.criteria.KeyAlgorithmCriterion
-
- All Implemented Interfaces:
net.shibboleth.utilities.java.support.resolver.Criterion
public final class KeyAlgorithmCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
An implementation ofCriterionwhich specifies key algorithm criteria.
-
-
Field Summary
Fields Modifier and Type Field Description private StringkeyAlgorithmKey algorithm type of resolved credentials.
-
Constructor Summary
Constructors Constructor Description KeyAlgorithmCriterion(String algorithm)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetKeyAlgorithm()Get the key algorithm criteria.inthashCode()voidsetKeyAlgorithm(String algorithm)Set the key algorithm criteria.StringtoString()
-
-
-
Field Detail
-
keyAlgorithm
private String keyAlgorithm
Key algorithm type of resolved credentials.
-
-
Constructor Detail
-
KeyAlgorithmCriterion
public KeyAlgorithmCriterion(@Nonnull String algorithm)Constructor.- Parameters:
algorithm- key algorithm
-
-