Uses of Interface
org.snmp4j.security.SecurityProtocol
Packages that use SecurityProtocol
Package
Description
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
-
Uses of SecurityProtocol in org.snmp4j.security
Subinterfaces of SecurityProtocol in org.snmp4j.securityModifier and TypeInterfaceDescriptioninterfaceTheAuthenticationProtocolinterface defines a common interface for all SNMP authentication protocols.interfaceThePrivacyProtocolinterface defines a common interface for all SNMP privacy protocols.Classes in org.snmp4j.security that implement SecurityProtocolModifier and TypeClassDescriptionclassThe abstract class AuthGeneric implements common operations for SNMP authentication protocols, such as MD5 and SHA.classThe classAuthHMAC128SHA224implements the usmHMAC128SHA224AuthProtocol defined by RFC 7630.classThe classAuthHMAC192SHA256implements the usmHMAC192SHA2256AuthProtocol defined by RFC 7630.classThe classAuthHMAC256SHA384implements the usmHMAC256SHA3846AuthProtocol defined by RFC 7630.classThe classAuthHMAC384SHA512implements the usmHMAC384SHA5126AuthProtocol defined by RFC 7630.classThe AuthMD5 class implements the MD5 authentication protocol.classTheSHAclass implements the Secure Hash Authentication.classTheSHA-2class implements the Secure Hash Authentication 2.classPrivacy protocol class for Triple DES (DESEDE).classThe PrivacyGeneric abstract class implements common functionality of privacy protocols.classBase class for PrivAES128, PrivAES192 and PrivAES256.classEncryption class for AES 128.classEncryption class for AES 192.classEncryption class for AES 256.classPrivacy protocol class for DES.Methods in org.snmp4j.security that return SecurityProtocolModifier and TypeMethodDescriptionSecurityProtocols.getSecurityProtocol(OID protocolID) Get the security protocol (AuthenticationProtocolorPrivacyProtocol) for the specified protocol OID. -
Uses of SecurityProtocol in org.snmp4j.security.nonstandard
Classes in org.snmp4j.security.nonstandard that implement SecurityProtocolModifier and TypeClassDescriptionclassThis class is provided for interoperability with some broken AES 192bit implementations of major network device manufactures which use a key extension algorithm that was specified forPriv3DESbut was never specified for AES 192 and 256 bit.classThis class is provided for interoperability with some broken AES 256bit implementations of major network device manufactures which use a key extension algorithm that was specified forPriv3DESbut was never specified for AES 192 and 256 bit.classThis class is provided for interoperability with some broken AES implementations of major network device manufactures which use a key extension algorithm that was specified forPriv3DESbut was never specified for AES 192 and 256 bit.