| Package | Description |
|---|---|
| net.named_data.jndn.security.v2.validator_config |
| Modifier and Type | Method and Description |
|---|---|
static ConfigNameRelation.Relation |
ConfigNameRelation.getNameRelationFromString(String relationString)
Convert relationString to a ConfigNameRelation.Relation enum.
|
static ConfigNameRelation.Relation |
ConfigNameRelation.Relation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigNameRelation.Relation[] |
ConfigNameRelation.Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ConfigNameRelation.checkNameRelation(ConfigNameRelation.Relation relation,
Name name1,
Name name2)
Check whether name1 and name2 satisfy the relation.
|
static String |
ConfigNameRelation.toString(ConfigNameRelation.Relation relation)
Get a string representation of the Relation enum.
|
| Constructor and Description |
|---|
ConfigHyperRelationChecker(String packetNameRegexString,
String packetNameExpansion,
String keyNameRegexString,
String keyNameExpansion,
ConfigNameRelation.Relation hyperRelation) |
ConfigNameRelationChecker(Name name,
ConfigNameRelation.Relation relation) |
ConfigRelationNameFilter(Name name,
ConfigNameRelation.Relation relation)
Create a ConfigRelationNameFilter for the given values.
|
Copyright © 2019. All rights reserved.