Uses of Interface
org.snmp4j.agent.mo.snmp.dh.DHKickstartParameters
-
Packages that use DHKickstartParameters Package Description org.snmp4j.agent org.snmp4j.agent.mo.snmp.dh -
-
Uses of DHKickstartParameters in org.snmp4j.agent
Fields in org.snmp4j.agent with type parameters of type DHKickstartParameters Modifier and Type Field Description protected Collection<DHKickstartParameters>
AgentConfigManager. diffieHellmanKickstartParameters
Methods in org.snmp4j.agent that return types with arguments of type DHKickstartParameters Modifier and Type Method Description protected 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 DHKickstartParameters Modifier and Type Method Description void
AgentConfigManager. setupSnmpUsmDhObjectsMib(Collection<DHKickstartParameters> dhKickstartParameters)
Constructor parameters in org.snmp4j.agent with type arguments of type DHKickstartParameters Constructor Description AgentConfigManager(org.snmp4j.smi.OctetString agentsOwnEngineID, org.snmp4j.MessageDispatcher messageDispatcher, VACM vacm, MOServer[] moServers, org.snmp4j.util.WorkerPool workerPool, MOInputFactory configurationFactory, MOPersistenceProvider persistenceProvider, 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 DHKickstartParameters Modifier and Type Class Description class
DHKickstartParametersImpl
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 DHKickstartParameters Modifier and Type Field Description protected Collection<DHKickstartParameters>
SnmpUsmDhObjectsMib. dhKickstartParameters
Methods in org.snmp4j.agent.mo.snmp.dh that return types with arguments of type DHKickstartParameters Modifier and Type Method Description static List<DHKickstartParameters>
DHKickstartParametersImpl. readFromProperties(String propertyPrefix, Properties properties)
Method parameters in org.snmp4j.agent.mo.snmp.dh with type arguments of type DHKickstartParameters Modifier and Type Method Description protected void
SnmpUsmDhObjectsMib. initDHKickstart(Collection<DHKickstartParameters> dhKickstartParametersList)
Constructor parameters in org.snmp4j.agent.mo.snmp.dh with type arguments of type DHKickstartParameters Constructor Description SnmpUsmDhObjectsMib(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)
).
-