Uses of Interface
org.snmp4j.security.PrivacyProtocol

Packages that use PrivacyProtocol
org.snmp4j.mp Provides classes and interfaces for the SNMP message processing. 
org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. 
 

Uses of PrivacyProtocol in org.snmp4j.mp
 

Methods in org.snmp4j.mp that return PrivacyProtocol
 PrivacyProtocol MPv3.getPrivProtocol(OID id)
          Gets an privacy protocol for the supplied ID.
 

Uses of PrivacyProtocol in org.snmp4j.security
 

Classes in org.snmp4j.security that implement PrivacyProtocol
 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.
 

Methods in org.snmp4j.security that return PrivacyProtocol
 PrivacyProtocol UsmSecurityParameters.getPrivacyProtocol()
           
 PrivacyProtocol UsmSecurityStateReference.getPrivacyProtocol()
           
 PrivacyProtocol SecurityProtocols.getPrivacyProtocol(OID id)
          Get the PrivacyProtocol with the given ID.
 

Methods in org.snmp4j.security with parameters of type PrivacyProtocol
 void SecurityProtocols.addPrivacyProtocol(PrivacyProtocol priv)
          Add the given PrivacyProtocol.
 void SecurityProtocols.removePrivacyProtocol(PrivacyProtocol priv)
          Remove the given PrivacyProtocol.
 void UsmSecurityParameters.setPrivacyProtocol(PrivacyProtocol privacyProtocol)
           
 void UsmSecurityStateReference.setPrivacyProtocol(PrivacyProtocol privacyProtocol)
           
 

Constructors in org.snmp4j.security with parameters of type PrivacyProtocol
UsmSecurityParameters(OctetString authoritativeEngineID, Integer32 authoritativeEngineBoots, Integer32 authoritativeEngineTime, OctetString userName, AuthenticationProtocol authenticationProtocol, PrivacyProtocol privacyProtocol)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.