public final class KeyAlgorithmCriterion
extends java.lang.Object
implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion which specifies key algorithm criteria.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
keyAlgorithm
Key algorithm type of resolved credentials.
|
| Constructor and Description |
|---|
KeyAlgorithmCriterion(java.lang.String algorithm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getKeyAlgorithm()
Get the key algorithm criteria.
|
int |
hashCode() |
void |
setKeyAlgorithm(java.lang.String algorithm)
Set the key algorithm criteria.
|
java.lang.String |
toString() |
private java.lang.String keyAlgorithm
public KeyAlgorithmCriterion(@Nonnull
java.lang.String algorithm)
algorithm - key algorithm@Nonnull public java.lang.String getKeyAlgorithm()
public void setKeyAlgorithm(@Nonnull
java.lang.String algorithm)
algorithm - The keyAlgorithm to set.public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object