Uses of Interface
org.snmp4j.security.SecurityProtocol
-
Packages that use SecurityProtocol Package Description org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages.org.snmp4j.security.nonstandard -
-
Uses of SecurityProtocol in org.snmp4j.security
Subinterfaces of SecurityProtocol in org.snmp4j.security Modifier and Type Interface Description interfaceAuthenticationProtocolTheAuthenticationProtocolinterface defines a common interface for all SNMP authentication protocols.interfacePrivacyProtocolThePrivacyProtocolinterface defines a common interface for all SNMP privacy protocols.Classes in org.snmp4j.security that implement SecurityProtocol Modifier and Type Class Description classAuthGenericThe abstract class AuthGeneric implements common operations for SNMP authentication protocols, such as MD5 and SHA.classAuthHMAC128SHA224The classAuthHMAC128SHA224implements the usmHMAC128SHA224AuthProtocol defined by RFC 7630.classAuthHMAC192SHA256The classAuthHMAC192SHA256implements the usmHMAC192SHA2256AuthProtocol defined by RFC 7630.classAuthHMAC256SHA384The classAuthHMAC256SHA384implements the usmHMAC256SHA3846AuthProtocol defined by RFC 7630.classAuthHMAC384SHA512The classAuthHMAC384SHA512implements the usmHMAC384SHA5126AuthProtocol defined by RFC 7630.classAuthMD5The AuthMD5 class implements the MD5 authentication protocol.classAuthSHATheSHAclass implements the Secure Hash Authentication.classAuthSHA2TheSHA-2class implements the Secure Hash Authentication 2.classPriv3DESPrivacy protocol class for Triple DES (DESEDE).classPrivacyGenericThe PrivacyGeneric abstract class implements common functionality of privacy protocols.classPrivAESBase class for PrivAES128, PrivAES192 and PrivAES256.classPrivAES128Encryption class for AES 128.classPrivAES192Encryption class for AES 192.classPrivAES256Encryption class for AES 256.classPrivDESPrivacy protocol class for DES.Methods in org.snmp4j.security that return SecurityProtocol Modifier and Type Method Description SecurityProtocolSecurityProtocols. 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 SecurityProtocol Modifier and Type Class Description classPrivAES192With3DESKeyExtensionThis 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.classPrivAES256With3DESKeyExtensionThis 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.classPrivAESWith3DESKeyExtensionThis 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.
-