public class ConfigRegexNameFilter extends ConfigFilter
"filter
{
type name
regex ^[^<KEY>]*<KEY><>*<ksk-.*>$
}"
creates
ConfigRegexNameFilter("^[^<KEY>]*<KEY><>*<ksk-.*>$") .| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matchName(Name packetName)
Implementation of the check for match.
|
create, matchprotected boolean matchName(Name packetName) throws ValidatorConfigError
matchName in class ConfigFilterpacketName - The packet name, which is already stripped of signature
components if this is a signed Interest name.ValidatorConfigErrorCopyright © 2019. All rights reserved.