public class TrustedNamesCriterion extends Object implements Criterion
PKIXValidationInformationResolver
that supports trusted name resolution.Constructor and Description |
---|
TrustedNamesCriterion(Set<String> names)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getTrustedNames()
Get the set of trusted names.
|
int |
hashCode() |
void |
setTrustedNames(Set<String> names)
Set the set of trusted names.
|
String |
toString() |
@Nonnull @NonnullElements @NotLive @Unmodifiable public Set<String> getTrustedNames()
public void setTrustedNames(@Nullable Set<String> names)
names
- the new trusted namesCopyright © 2016 JBoss by Red Hat. All rights reserved.