Package org.opensaml.security.criteria
Class KeyAlgorithmCriterion
- java.lang.Object
-
- org.opensaml.security.criteria.KeyAlgorithmCriterion
-
-
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
-
-