Uses of Class
org.snmp4j.security.SecurityModels
-
Packages that use SecurityModels Package Description org.snmp4j.fluent org.snmp4j.mp Provides classes and interfaces for the SNMP message processing.org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. -
-
Uses of SecurityModels in org.snmp4j.fluent
Fields in org.snmp4j.fluent declared as SecurityModels Modifier and Type Field Description protected SecurityModelsSnmpBuilder. securityModels -
Uses of SecurityModels in org.snmp4j.mp
Fields in org.snmp4j.mp declared as SecurityModels Modifier and Type Field Description private SecurityModelsMPv3. securityModelsMethods in org.snmp4j.mp that return SecurityModels Modifier and Type Method Description SecurityModelsMPv3. getSecurityModels()Gets the security models supported by this MPv3.Methods in org.snmp4j.mp with parameters of type SecurityModels Modifier and Type Method Description voidMPv3. setSecurityModels(SecurityModels securityModels)Sets the security models supported by this MPv3.Constructors in org.snmp4j.mp with parameters of type SecurityModels Constructor Description MPv3(byte[] localEngineID, PDUFactory incomingPDUFactory, SecurityProtocols secProtocols, SecurityModels secModels, CounterSupport counterSupport)Creates a fully qualified MPv3 instance with custom security protocols and models as well as a custom counter support. -
Uses of SecurityModels in org.snmp4j.security
Fields in org.snmp4j.security declared as SecurityModels Modifier and Type Field Description private static SecurityModelsSecurityModels. instanceMethods in org.snmp4j.security that return SecurityModels Modifier and Type Method Description SecurityModelsSecurityModels. addSecurityModel(SecurityModel model)Adds a security model to the central repository of security models.static SecurityModelsSecurityModels. getCollection(SecurityModel[] models)Gets the SecurityModels collection instance that contains the suppliedSecurityModels.static SecurityModelsSecurityModels. getInstance()Gets the security singleton instance.
-