| 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 |
|---|---|
TrustAnchorResolver |
MutableAgent.getTrustAnchors()
Gets the certificate store that contains the certificate anchors that validate if certificates are trusted.
|
TrustAnchorResolver |
DefaultNHINDAgent.getTrustAnchors()
Gets the certificate store that contains the certificate anchors that validate if certificates are trusted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableAgent.setTrustAnchorResolver(TrustAnchorResolver resolver)
Sets the certificate store that contains the certificate anchors that validate if certificates are trusted.
|
void |
DefaultNHINDAgent.setTrustAnchorResolver(TrustAnchorResolver resolver)
Sets the certificate store that contains the certificate anchors that validate if certificates are trusted.
|
| Constructor and Description |
|---|
DefaultNHINDAgent(Collection<String> domains,
CertificateResolver privateCerts,
CertificateResolver publicCerts,
TrustAnchorResolver anchors)
Constructs an agent with a list of domains, certificate stores, and a trust anchor store.
|
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)
Constructs an agent with a domain, 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 | Class and Description |
|---|---|
class |
DefaultTrustAnchorResolver
Default implementation of the
TrustAnchorResolver interface. |
Copyright © 2010-2016 NHIN Direct. All Rights Reserved.