Uses of Interface
org.nhindirect.stagent.trust.TrustAnchorResolver

Packages that use TrustAnchorResolver
org.nhindirect.stagent Security and trust agent interface and core messaging and routing structures. 
org.nhindirect.stagent.trust NHIN Direct trust policy. 
 

Uses of TrustAnchorResolver in org.nhindirect.stagent
 

Methods in org.nhindirect.stagent that return TrustAnchorResolver
 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.
 

Methods in org.nhindirect.stagent with parameters of type TrustAnchorResolver
 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.
 

Constructors in org.nhindirect.stagent with parameters of type TrustAnchorResolver
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.
 

Uses of TrustAnchorResolver in org.nhindirect.stagent.trust
 

Classes in org.nhindirect.stagent.trust that implement TrustAnchorResolver
 class DefaultTrustAnchorResolver
          Default implementation of the TrustAnchorResolver interface.
 



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