Package org.opensaml.security.criteria
Class KeyLengthCriterion
- java.lang.Object
-
- org.opensaml.security.criteria.KeyLengthCriterion
-
-
Constructor Summary
Constructors Constructor Description KeyLengthCriterion(Integer length)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IntegergetKeyLength()Get the key length.inthashCode()voidsetKeyLength(Integer length)Set the key length.StringtoString()
-
-
-
Field Detail
-
keyLength
private Integer keyLength
Key length of resolved credentials.
-
-
Constructor Detail
-
KeyLengthCriterion
public KeyLengthCriterion(@Nonnull Integer length)Constructor.- Parameters:
length- key length
-
-