Some of the
Cisco devices only supports snmpv3 encryption as AES256-C only. However, i don’t see this is supported in snmp4j and any plan to support it in future version?
Does this discussion help to identify what AES256-C is?
A new AES version that is supported by Java is easily implemented for SNMP4J and you can do that yourself. As long as it is not standardised and well defined and widely used, I do not see any need to implemented it.
Thanks for the response. Yep, we can implement. Since, SNMP4J already supports some of the non-standardised implementation like, AES256, AES192 etc, implementing as part of the snmp4j would benefits lot of consumer of this jar,