Package org.opensaml.xmlsec.keyinfo
Class KeyInfoCriterion
java.lang.Object
org.opensaml.xmlsec.keyinfo.KeyInfoCriterion
- All Implemented Interfaces:
Criterion
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets the KeyInfo which is the source of credential criteria.int
hashCode()
void
setKeyInfo
(KeyInfo newKeyInfo) Sets the KeyInfo which is the source of credential criteria.toString()
-
Field Details
-
keyInfo
The KeyInfo which serves as the source for credential criteria.
-
-
Constructor Details
-
KeyInfoCriterion
Constructor.- Parameters:
newKeyInfo
- the KeyInfo credential criteria to use
-
-
Method Details
-
getKeyInfo
Gets the KeyInfo which is the source of credential criteria.- Returns:
- the KeyInfo credential criteria
-
setKeyInfo
Sets the KeyInfo which is the source of credential criteria.- Parameters:
newKeyInfo
- the KeyInfo to use as credential criteria
-
toString
-
hashCode
public int hashCode() -
equals
-