| Package | Description |
|---|---|
| org.nhindirect.stagent |
Security and trust agent interface and core messaging and routing structures.
|
| org.nhindirect.stagent.trust |
NHIN Direct trust policy.
|
| Modifier and Type | Method and Description |
|---|---|
TrustModel |
MutableAgent.getTrustModel()
Gets the trust model for enforcing message trust
|
TrustModel |
DefaultNHINDAgent.getTrustModel()
Gets the trust model for enforcing message trust
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableAgent.setTrustModel(TrustModel trustModel)
Sets the trust model for enforcing message trust
|
void |
DefaultNHINDAgent.setTrustModel(TrustModel trustModel)
Sets the trust model for enforcing message trust
|
| Constructor and Description |
|---|
DefaultNHINDAgent(Collection<String> domains,
CertificateResolver privateCerts,
CertificateResolver publicCerts,
TrustAnchorResolver anchors,
TrustModel trustModel,
Cryptographer cryptographer)
Constructs an agent with a list of domain, certificate services, and trust anchor store.
|
DefaultNHINDAgent(Collection<String> domains,
CertificateResolver privateCerts,
Collection<CertificateResolver> publicCerts,
TrustAnchorResolver anchors,
TrustModel trustModel,
Cryptographer cryptographer)
Constructs an agent with a list of domains, certificate stores, and a trust anchor store.
|
DefaultNHINDAgent(String domain,
CertificateResolver privateCerts,
CertificateResolver publicCerts,
TrustAnchorResolver anchors,
TrustModel trustModel,
Cryptographer cryptographer)
Constructs an agent with domain, certificate services, and trust anchor store.
|
| Modifier and Type | Field and Description |
|---|---|
static TrustModel |
TrustModel.Default |
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.