Uses of Enum Class
org.snmp4j.security.SecurityProtocols.SecurityProtocolSet
Packages that use SecurityProtocols.SecurityProtocolSet
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of SecurityProtocols.SecurityProtocolSet in org.snmp4j.fluent
Methods in org.snmp4j.fluent with parameters of type SecurityProtocols.SecurityProtocolSetModifier and TypeMethodDescriptionSnmpBuilder.securityProtocols(SecurityProtocols.SecurityProtocolSet securityProtocolSet)
Specifies which predefined set ofSecurityProtocols
should be available forSnmp
session to be built. -
Uses of SecurityProtocols.SecurityProtocolSet in org.snmp4j.security
Methods in org.snmp4j.security that return SecurityProtocols.SecurityProtocolSetModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SecurityProtocols.SecurityProtocolSet.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.snmp4j.security with parameters of type SecurityProtocols.SecurityProtocolSetModifier and TypeMethodDescriptionvoid
SecurityProtocols.addPredefinedProtocolSet(SecurityProtocols.SecurityProtocolSet initialSecurityProtocolSet)
Add a consistent, predefined, set of security protocols to this security protocol set.Constructors in org.snmp4j.security with parameters of type SecurityProtocols.SecurityProtocolSetModifierConstructorDescriptionSecurityProtocols(SecurityProtocols.SecurityProtocolSet initialSecurityProtocolSet)
Create a newSecurityProtocols
collection to be used inMPv3(byte[], PDUFactory, SecurityProtocols, SecurityModels, CounterSupport)
constructor.