Uses of Class
org.nhindirect.stagent.trust.TrustModel

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
 

Constructors in org.nhindirect.stagent with parameters of type TrustModel
DefaultNHINDAgent(java.util.Collection<java.lang.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(java.util.Collection<java.lang.String> domains, CertificateResolver privateCerts, java.util.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(java.lang.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
           
 



Copyright © 2010-2011 HNIN Direct. All Rights Reserved.