|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrustModel | |
|---|---|
| org.nhindirect.stagent | Security and trust agent interface and core messaging and routing structures. |
| org.nhindirect.stagent.trust | NHIN Direct trust policy. |
| Uses of TrustModel in org.nhindirect.stagent |
|---|
| Methods in org.nhindirect.stagent that return TrustModel | |
|---|---|
TrustModel |
MutableAgent.getTrustModel()
Gets the trust model for enforcing message trust |
TrustModel |
DefaultNHINDAgent.getTrustModel()
Gets the trust model for enforcing message trust |
| Methods in org.nhindirect.stagent with parameters of type TrustModel | |
|---|---|
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 |
| Constructors in org.nhindirect.stagent with parameters of type TrustModel | |
|---|---|
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. |
|
| Uses of TrustModel in org.nhindirect.stagent.trust |
|---|
| Fields in org.nhindirect.stagent.trust declared as TrustModel | |
|---|---|
static TrustModel |
TrustModel.Default
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||