Uses of Interface
org.snmp4j.agent.mo.snmp.dh.DHKickstartParameters
Packages that use DHKickstartParameters
-
Uses of DHKickstartParameters in org.snmp4j.agent
Fields in org.snmp4j.agent with type parameters of type DHKickstartParametersModifier and TypeFieldDescriptionprotected Collection<DHKickstartParameters>
AgentConfigManager.diffieHellmanKickstartParameters
Methods in org.snmp4j.agent that return types with arguments of type DHKickstartParametersModifier and TypeMethodDescriptionprotected Collection<DHKickstartParameters>
AgentConfigManager.getDhKickstartParameters()
Overwrite this method to provide Diffie Hellman kick start parameters.Method parameters in org.snmp4j.agent with type arguments of type DHKickstartParametersModifier and TypeMethodDescriptionvoid
AgentConfigManager.setupSnmpUsmDhObjectsMib
(Collection<DHKickstartParameters> dhKickstartParameters) Constructor parameters in org.snmp4j.agent with type arguments of type DHKickstartParametersModifierConstructorDescriptionAgentConfigManager
(org.snmp4j.smi.OctetString agentsOwnEngineID, org.snmp4j.MessageDispatcher messageDispatcher, VACM vacm, MOServer[] moServers, org.snmp4j.util.WorkerPool workerPool, MOInputFactory configurationFactory, MOPersistenceProvider persistenceProvider, org.snmp4j.cfg.EngineBootsProvider engineBootsProvider, MOFactory moFactory, Collection<DHKickstartParameters> diffieHellmanKickstartParameters) Creates a SNMP agent configuration which can be run by callingAgentConfigManager.run()
later. -
Uses of DHKickstartParameters in org.snmp4j.agent.mo.snmp.dh
Classes in org.snmp4j.agent.mo.snmp.dh that implement DHKickstartParametersModifier and TypeClassDescriptionclass
TheDHKickstartParametersImpl
provides the kickstart public parameters needed to initialize Diffie Hellman key exchange.Fields in org.snmp4j.agent.mo.snmp.dh with type parameters of type DHKickstartParametersModifier and TypeFieldDescriptionprotected Collection<DHKickstartParameters>
SnmpUsmDhObjectsMib.dhKickstartParameters
Methods in org.snmp4j.agent.mo.snmp.dh that return types with arguments of type DHKickstartParametersModifier and TypeMethodDescriptionstatic List<DHKickstartParameters>
DHKickstartParametersImpl.readFromProperties
(String propertyPrefix, Properties properties) Method parameters in org.snmp4j.agent.mo.snmp.dh with type arguments of type DHKickstartParametersModifier and TypeMethodDescriptionprotected void
SnmpUsmDhObjectsMib.initDHKickstart
(Collection<DHKickstartParameters> dhKickstartParametersList) Constructor parameters in org.snmp4j.agent.mo.snmp.dh with type arguments of type DHKickstartParametersModifierConstructorDescriptionSnmpUsmDhObjectsMib
(MOFactory moFactory, org.snmp4j.security.USM usm, UsmMIB usmMIB, VacmMIB vacmMIB, Collection<DHKickstartParameters> dhKickstartParameters) Constructs a SnmpUsmDhObjectsMib instance and actually creates itsManagedObject
instances using the suppliedMOFactory
(by callingSnmpUsmDhObjectsMib.createMO(MOFactory moFactory)
).