public class BundleSignerCondition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Condition |
getCondition(Bundle bundle,
ConditionInfo info)
Constructs a Condition that tries to match the passed Bundle's certificates
to the certficate pattern.
|
public static Condition getCondition(Bundle bundle, ConditionInfo info)
bundle
- The Bundle being evaluated.info
- The ConditionInfo to construct the condition for. The args of
the ConditionInfo specify a single String specifying the chain of
distinguished names pattern to match against the signer of the
Bundle.