Uses of Interface
org.snmp4j.security.nonstandard.NonStandardSecurityProtocol
-
Packages that use NonStandardSecurityProtocol Package Description org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages.org.snmp4j.security.nonstandard -
-
Uses of NonStandardSecurityProtocol in org.snmp4j.security
Classes in org.snmp4j.security that implement NonStandardSecurityProtocol Modifier and Type Class Description class
PrivAES192
Encryption class for AES 192.class
PrivAES256
Encryption class for AES 256. -
Uses of NonStandardSecurityProtocol in org.snmp4j.security.nonstandard
Classes in org.snmp4j.security.nonstandard that implement NonStandardSecurityProtocol Modifier and Type Class Description class
PrivAES192With3DESKeyExtension
This 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 forPriv3DES
but was never specified for AES 192 and 256 bit.class
PrivAES256With3DESKeyExtension
This 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 forPriv3DES
but was never specified for AES 192 and 256 bit.class
PrivAESWith3DESKeyExtension
This class is provided for interoperability with some broken AES implementations of major network device manufactures which use a key extension algorithm that was specified forPriv3DES
but was never specified for AES 192 and 256 bit.
-