Uses of Class
org.snmp4j.security.SecurityProtocols.SecurityProtocolType
-
Packages that use SecurityProtocols.SecurityProtocolType Package Description org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages.org.snmp4j.security.dh -
-
Uses of SecurityProtocols.SecurityProtocolType in org.snmp4j.security
Methods in org.snmp4j.security that return SecurityProtocols.SecurityProtocolType Modifier and Type Method Description static SecurityProtocols.SecurityProtocolType
SecurityProtocols.SecurityProtocolType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SecurityProtocols.SecurityProtocolType[]
SecurityProtocols.SecurityProtocolType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.snmp4j.security with parameters of type SecurityProtocols.SecurityProtocolType Modifier and Type Method Description java.util.Collection<OID>
SecurityProtocols. getSecurityProtocolOIDs(SecurityProtocols.SecurityProtocolType securityProtocolType)
Returns the object identifiers (OID
s) of theSecurityProtocol
s known to thisSecurityProtocols
instance 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.SecurityProtocolType Modifier and Type Method Description static byte[]
DHOperations. deriveKeyPBKDF2(byte[] shareKey, int keyLength, SecurityProtocols.SecurityProtocolType securityProtocolType)
-