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