Uses of Enum Class
org.snmp4j.security.SecurityProtocols.SecurityProtocolType
Packages that use SecurityProtocols.SecurityProtocolType
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of SecurityProtocols.SecurityProtocolType in org.snmp4j.security
Subclasses with type arguments of type SecurityProtocols.SecurityProtocolType in org.snmp4j.securityMethods in org.snmp4j.security that return SecurityProtocols.SecurityProtocolTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SecurityProtocols.SecurityProtocolType.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.SecurityProtocolTypeModifier and TypeMethodDescriptionSecurityProtocols.getSecurityProtocolOIDs(SecurityProtocols.SecurityProtocolType securityProtocolType) Returns the object identifiers (OIDs) of theSecurityProtocols known to thisSecurityProtocolsinstance that have the specified type. -
Uses of SecurityProtocols.SecurityProtocolType in org.snmp4j.security.dh
Methods in org.snmp4j.security.dh with parameters of type SecurityProtocols.SecurityProtocolTypeModifier and TypeMethodDescriptionstatic byte[]DHOperations.deriveKeyPBKDF2(byte[] shareKey, int keyLength, SecurityProtocols.SecurityProtocolType securityProtocolType)