Uses of Class
org.snmp4j.security.PrivacyGeneric
-
Packages that use PrivacyGeneric Package Description org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages.org.snmp4j.security.nonstandard -
-
Uses of PrivacyGeneric in org.snmp4j.security
Subclasses of PrivacyGeneric in org.snmp4j.security Modifier and Type Class Description classPriv3DESPrivacy protocol class for Triple DES (DESEDE).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. -
Uses of PrivacyGeneric in org.snmp4j.security.nonstandard
Subclasses of PrivacyGeneric in org.snmp4j.security.nonstandard 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.
-