Uses of Class
org.nhind.config.TrustBundle

Packages that use TrustBundle
org.nhind.config   
org.nhindirect.config.service.impl   
 

Uses of TrustBundle in org.nhind.config
 

Methods in org.nhind.config that return TrustBundle
 TrustBundle TrustBundleDomainReltn.getTrustBundle()
          Gets the trustBundle value for this TrustBundleDomainReltn.
 TrustBundle TrustBundleAnchor.getTrustBundle()
          Gets the trustBundle value for this TrustBundleAnchor.
 TrustBundle ConfigurationServiceProxy.getTrustBundleById(long id)
           
 TrustBundle ConfigurationService.getTrustBundleById(long id)
           
 TrustBundle ConfigurationServiceProxy.getTrustBundleByName(String bundleName)
           
 TrustBundle ConfigurationService.getTrustBundleByName(String bundleName)
           
 TrustBundle[] ConfigurationServiceProxy.getTrustBundles(boolean fetchAnchors)
           
 TrustBundle[] ConfigurationService.getTrustBundles(boolean fetchAnchors)
           
 

Methods in org.nhind.config with parameters of type TrustBundle
 void ConfigurationServiceProxy.addTrustBundle(TrustBundle bundle)
           
 void ConfigurationService.addTrustBundle(TrustBundle bundle)
           
 void TrustBundleDomainReltn.setTrustBundle(TrustBundle trustBundle)
          Sets the trustBundle value for this TrustBundleDomainReltn.
 void TrustBundleAnchor.setTrustBundle(TrustBundle trustBundle)
          Sets the trustBundle value for this TrustBundleAnchor.
 

Constructors in org.nhind.config with parameters of type TrustBundle
TrustBundleAnchor(byte[] data, long id, String thumbprint, TrustBundle trustBundle, Calendar validEndDate, Calendar validStartDate)
           
TrustBundleDomainReltn(Domain domain, long id, boolean incoming, boolean outgoing, TrustBundle trustBundle)
           
 

Uses of TrustBundle in org.nhindirect.config.service.impl
 

Methods in org.nhindirect.config.service.impl that return TrustBundle
 TrustBundle ConfigurationServiceImplServiceSoapBindingStub.getTrustBundleById(long id)
           
 TrustBundle ConfigurationServiceImplServiceSoapBindingStub.getTrustBundleByName(String bundleName)
           
 TrustBundle[] ConfigurationServiceImplServiceSoapBindingStub.getTrustBundles(boolean fetchAnchors)
           
 

Methods in org.nhindirect.config.service.impl with parameters of type TrustBundle
 void ConfigurationServiceImplServiceSoapBindingStub.addTrustBundle(TrustBundle bundle)
           
 



Copyright © 2013. All Rights Reserved.