No subject


Thu May 4 07:32:04 CEST 2017


Thanks Frank//Chico.


<<
After extracting the source code
cmd>javac -classpath SNMP4J.jar org/snmp4j/security/SecurityProtocols.java
cmd>jar uf SNMP4J.jar org/snmp4j/security/SecurityProtocols.class
>>






On Wed, Jun 22, 2011 at 6:56 PM, Jochen Katz <katz at agentpp.com> wrote:

> Hi,
>
> the problem is, that 3DES is not automatically added to the available
> security protocols.
>
> Just use the patch below.
>
> Regards,
>  Jochen
>
> --- src/org/snmp4j/security/SecurityProtocols.java      (Revision 2034)
> +++ src/org/snmp4j/security/SecurityProtocols.java      (Arbeitskopie)
> @@ -149,6 +149,7 @@
>       addAuthenticationProtocol(new AuthMD5());
>       addAuthenticationProtocol(new AuthSHA());
>       addPrivacyProtocol(new PrivDES());
> +      addPrivacyProtocol(new Priv3DES());
>       addPrivacyProtocol(new PrivAES128());
>       addPrivacyProtocol(new PrivAES192());
>       addPrivacyProtocol(new PrivAES256());
>
>
> Am 21.06.2011 14:54, schrieb ~Kanagavelu~:
> > Hi Jochen,
> >
> > Thanks for your input.
> >
> > Yes.  The same code is working fine for AES256.
> > Attaching the code for reference.
> > Kindly let me know do i need to add any more lines to enable
> authentication.
>  _______________________________________________
> SNMP4J mailing list
> SNMP4J at agentpp.org
> http://lists.agentpp.org/mailman/listinfo/snmp4j
>



More information about the SNMP4J mailing list