Uses of Interface
org.snmp4j.security.SecurityProtocol

Packages that use SecurityProtocol
org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. 
 

Uses of SecurityProtocol in org.snmp4j.security
 

Subinterfaces of SecurityProtocol in org.snmp4j.security
 interface AuthenticationProtocol
          The AuthenticationProtocol interface defines a common interface for all SNMP authentication protocols.
 interface PrivacyProtocol
          The PrivacyProtocol interface defines a common interface for all SNMP privacy protocols.
 

Classes in org.snmp4j.security that implement SecurityProtocol
 class AuthGeneric
          The abstract class AuthGeneric implements common operations for SNMP authentication protocols, such as MD5 and SHA.
 class AuthMD5
          The AuthMD5 class implements the MD5 authentication protocol.
 class AuthSHA
          The SHA class implements the Secure Hash Authentication.
 class Priv3DES
          Privacy protocol class for Triple DES (DESEDE).
 class PrivAES
          Base class for PrivAES128, PrivAES192 and PrivAES256.
 class PrivAES128
          Encryption class for AES 128.
 class PrivAES192
          Encryption class for AES 192.
 class PrivAES256
          Encryption class for AES 256.
 class PrivDES
          Privacy protocol class for DES.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.