Uses of Class
org.snmp4j.security.nonstandard.PrivAESWith3DESKeyExtension
-
Packages that use PrivAESWith3DESKeyExtension Package Description org.snmp4j.security.nonstandard -
-
Uses of PrivAESWith3DESKeyExtension in org.snmp4j.security.nonstandard
Subclasses of PrivAESWith3DESKeyExtension in org.snmp4j.security.nonstandard 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.
-