Uses of Interface
com.netscape.certsrv.selftests.ISelfTestSubsystem

Packages that use ISelfTestSubsystem
com.netscape.certsrv.selftests   
com.netscape.cms.selftests   
com.netscape.cms.selftests.ca   
com.netscape.cms.selftests.common   
com.netscape.cms.selftests.kra   
com.netscape.cms.selftests.ocsp   
com.netscape.cms.selftests.ra   
com.netscape.cms.selftests.tks   
 

Uses of ISelfTestSubsystem in com.netscape.certsrv.selftests
 

Methods in com.netscape.certsrv.selftests with parameters of type ISelfTestSubsystem
 void ISelfTest.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 

Uses of ISelfTestSubsystem in com.netscape.cms.selftests
 

Fields in com.netscape.cms.selftests declared as ISelfTestSubsystem
protected  ISelfTestSubsystem ASelfTest.mSelfTestSubsystem
           
 

Methods in com.netscape.cms.selftests with parameters of type ISelfTestSubsystem
 void ASelfTest.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 

Uses of ISelfTestSubsystem in com.netscape.cms.selftests.ca
 

Methods in com.netscape.cms.selftests.ca with parameters of type ISelfTestSubsystem
 void CAPresence.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 void CAValidity.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 

Uses of ISelfTestSubsystem in com.netscape.cms.selftests.common
 

Methods in com.netscape.cms.selftests.common with parameters of type ISelfTestSubsystem
 void SystemCertsVerification.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 

Uses of ISelfTestSubsystem in com.netscape.cms.selftests.kra
 

Methods in com.netscape.cms.selftests.kra with parameters of type ISelfTestSubsystem
 void KRAPresence.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 

Uses of ISelfTestSubsystem in com.netscape.cms.selftests.ocsp
 

Methods in com.netscape.cms.selftests.ocsp with parameters of type ISelfTestSubsystem
 void OCSPValidity.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 void OCSPPresence.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.
 

Uses of ISelfTestSubsystem in com.netscape.cms.selftests.ra
 

Methods in com.netscape.cms.selftests.ra with parameters of type ISelfTestSubsystem
 void RAPresence.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Deprecated. Initializes this subsystem with the configuration store associated with this instance name.
 

Uses of ISelfTestSubsystem in com.netscape.cms.selftests.tks
 

Methods in com.netscape.cms.selftests.tks with parameters of type ISelfTestSubsystem
 void TKSKnownSessionKey.initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)
          Initializes this subsystem with the configuration store associated with this instance name.