protected static class TrustsDescription.TrustsItem extends Object
Modifier and Type | Field and Description |
---|---|
protected Pattern |
pattern
The bin-matching pattern.
|
protected IKeystoreManager |
trustStore
The credential, or null if this is a "trust everything" item
|
Constructor and Description |
---|
TrustsDescription.TrustsItem(Pattern p,
String trustStoreString)
Constructor.
|
protected Pattern pattern
protected IKeystoreManager trustStore
public TrustsDescription.TrustsItem(Pattern p, String trustStoreString) throws ManifoldCFException
ManifoldCFException
public Pattern getPattern()
public IKeystoreManager getTrustStore()