Class KeyManagmentAlgorithmCriterion
java.lang.Object
net.shibboleth.oidc.security.credential.impl.KeyManagmentAlgorithmCriterion
- All Implemented Interfaces:
Criterion
An implementation of
Criterion which specifies key management algorithm criteria.- Since:
- 2.2.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the algorithm criteria.inthashCode()voidsetAlgorithm(String algorithm) Set the algorithm criteria.toString()
-
Field Details
-
algorithmName
Key algorithm type of resolved credentials.
-
-
Constructor Details
-
KeyManagmentAlgorithmCriterion
Constructor.- Parameters:
algorithm- key algorithm
-
-
Method Details
-
getAlgorithm
Get the algorithm criteria.- Returns:
- returns the keyAlgorithm.
-
setAlgorithm
Set the algorithm criteria.- Parameters:
algorithm- The encryption algorithm to set.
-
toString
-
hashCode
public int hashCode() -
equals
-