public abstract class Matcher
extends java.lang.Object
When an associatiated item like CA certificate of a certificate or CRL of a certificate is found, the matching between these two items must be done according to several criteria specified in standars. Those matching criteria are defined in matcher classes.
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
LOGGER |
protected Matcher |
mNextMatcher |
Constructor and Description |
---|
Matcher() |
Modifier and Type | Method and Description |
---|---|
void |
addNextMatcher(Matcher aNextMatcher) |
Matcher |
getNextMatcher() |
void |
setNextMatcher(Matcher aNextMatcher) |
protected org.slf4j.Logger LOGGER
protected Matcher mNextMatcher
Copyright © 2025. All rights reserved.