public final class PublicKeyCriterion extends Object implements net.shibboleth.utilities.java.support.resolver.Criterion
Criterion which specifies public key criteria.| Modifier and Type | Field and Description |
|---|---|
private PublicKey |
publicKey
Specifier of public key associated with resolved credentials.
|
| Constructor and Description |
|---|
PublicKeyCriterion(PublicKey pubKey)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PublicKey |
getPublicKey()
Get the public key criteria.
|
int |
hashCode() |
void |
setPublicKey(PublicKey key)
Set the public key criteria.
|
String |
toString() |
private PublicKey publicKey
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.