public final class KeyAlgorithmCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion
which specifies key algorithm criteria.Modifier and Type | Field and Description |
---|---|
private String |
keyAlgorithm
Key algorithm type of resolved credentials.
|
Constructor and Description |
---|
KeyAlgorithmCriterion(String algorithm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getKeyAlgorithm()
Get the key algorithm criteria.
|
int |
hashCode() |
void |
setKeyAlgorithm(String algorithm)
Set the key algorithm criteria.
|
String |
toString() |
private String keyAlgorithm
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.