Uses of Class
SOMA.security.infrastructure.Infrastructure

Packages that use Infrastructure
SOMA.security.infrastructure   
SOMA.security.infrastructure.updatePolicy   
SOMA.security.net.ssl   
 

Uses of Infrastructure in SOMA.security.infrastructure
 

Subclasses of Infrastructure in SOMA.security.infrastructure
 class InfrastructureBox
           
 

Fields in SOMA.security.infrastructure declared as Infrastructure
(package private)  Infrastructure ProfileManager.pki
           
 

Methods in SOMA.security.infrastructure that return Infrastructure
 Infrastructure ProfileManager.getEntrustInfrastructure()
          Gets the pki
 

Methods in SOMA.security.infrastructure with parameters of type Infrastructure
 void ProfileManager.setEntrustInfrastructure(Infrastructure pki)
          Sets the pki
 void InfrastructureBox.update(Infrastructure infra)
           
 

Constructors in SOMA.security.infrastructure with parameters of type Infrastructure
ProfileManager(Infrastructure pki)
          To create a new profile manager you need an EntrustInfrastructure object.
 

Uses of Infrastructure in SOMA.security.infrastructure.updatePolicy
 

Fields in SOMA.security.infrastructure.updatePolicy declared as Infrastructure
protected  Infrastructure UpdatePolicyCRL.infrastructure
           
 

Constructors in SOMA.security.infrastructure.updatePolicy with parameters of type Infrastructure
UpdatePolicyCRL(java.lang.String msg, Infrastructure infrastructure, java.io.PrintStream out)
           
UpdatePolicyCRL(Infrastructure infrastructure)
           
UpdatePolicyCRL(java.lang.String msg, Infrastructure infrastructure)
           
UpdateDaemon(UpdatePolicy policy, Infrastructure pki, java.io.PrintStream out)
           
UpdateCertificate(UpdatePolicy policy, Infrastructure pki, java.io.PrintStream out)
           
 

Uses of Infrastructure in SOMA.security.net.ssl
 

Fields in SOMA.security.net.ssl declared as Infrastructure
(package private)  Infrastructure SSLConnectionServer.infrastructure
           
 

Methods in SOMA.security.net.ssl with parameters of type Infrastructure
 void SSLConnectionServer.setInfrastructure(Infrastructure infrastructure)
           
 



Copyright © 2004 Luca Foschini