Uses of Enum
org.snmp4j.security.SecurityLevel
Packages that use SecurityLevel
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of SecurityLevel in org.snmp4j
Methods in org.snmp4j that return SecurityLevelModifier and TypeMethodDescriptionTransportStateReference.getRequestedSecurityLevel()
TransportStateReference.getTransportSecurityLevel()
Methods in org.snmp4j with parameters of type SecurityLevelModifier and TypeMethodDescriptionvoid
TransportStateReference.setRequestedSecurityLevel
(SecurityLevel requestedSecurityLevel) void
TransportStateReference.setTransportSecurityLevel
(SecurityLevel transportSecurityLevel) Constructors in org.snmp4j with parameters of type SecurityLevelModifierConstructorDescriptionTransportStateReference
(TransportMapping transport, Address address, OctetString securityName, SecurityLevel requestedSecurityLevel, SecurityLevel transportSecurityLevel, boolean sameSecurity, Object sessionID) TransportStateReference
(TransportMapping transport, Address address, OctetString securityName, SecurityLevel requestedSecurityLevel, SecurityLevel transportSecurityLevel, boolean sameSecurity, Object sessionID, CertifiedIdentity certifiedIdentity) -
Uses of SecurityLevel in org.snmp4j.security
Methods in org.snmp4j.security that return SecurityLevelModifier and TypeMethodDescriptionstatic SecurityLevel
SecurityLevel.get
(int snmpValue) static SecurityLevel
Returns the enum constant of this type with the specified name.static SecurityLevel[]
SecurityLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.