Package org.opensaml.security.criteria
Class PublicKeyCriterion
java.lang.Object
org.opensaml.security.criteria.PublicKeyCriterion
- All Implemented Interfaces:
Criterion
An implementation of
Criterion which specifies public key criteria.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the public key criteria.inthashCode()voidsetPublicKey(PublicKey key) Set the public key criteria.toString()
-
Field Details
-
publicKey
Specifier of public key associated with resolved credentials.
-
-
Constructor Details
-
PublicKeyCriterion
Constructor.- Parameters:
pubKey- public key
-
-
Method Details
-
getPublicKey
Get the public key criteria.- Returns:
- Returns the publicKey.
-
setPublicKey
Set the public key criteria.- Parameters:
key- The publicKey to set.
-
toString
-
hashCode
public int hashCode() -
equals
-