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 ofSecurityProtocolsshould be available for theSnmpsession to be built. -
Uses of SecurityProtocols.SecurityProtocolSet in org.snmp4j.security
Subclasses with type arguments of type SecurityProtocols.SecurityProtocolSet in org.snmp4j.securityMethods 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 TypeMethodDescriptionvoidSecurityProtocols.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 newSecurityProtocolscollection to be used inMPv3(byte[], PDUFactory, SecurityProtocols, SecurityModels, CounterSupport)constructor.