Uses of Interface
com.sun.management.snmp.usm.SnmpUsmAlgorithm

Packages that use SnmpUsmAlgorithm
com.sun.management.snmp.usm Provides the classes for implementing the SNMP User-based Security Model for SNMPv3. 
 

Uses of SnmpUsmAlgorithm in com.sun.management.snmp.usm
 

Subinterfaces of SnmpUsmAlgorithm in com.sun.management.snmp.usm
 interface SnmpUsmAuthAlgorithm
          Authentication algorithm interface.
 interface SnmpUsmPrivAlgorithm
          Encryption algorithm interface.
 

Classes in com.sun.management.snmp.usm that implement SnmpUsmAlgorithm
 class SnmpUsmDesAlgorithm
          This is an implementation of Des encryption algorithm.
 class SnmpUsmHmacAlgorithm
          FOR INTERNAL USE ONLY.
 class SnmpUsmHmacMd5
          Provides the parameters needed by SnmpUsmHmacAlgorithm to instantiate an Hmac MD5 algorithm.
 class SnmpUsmHmacSha
          Provides the parameters needed by SnmpUsmHmacAlgorithm to instantiate an Hmac SHA algorithm.
 

Methods in com.sun.management.snmp.usm that return SnmpUsmAlgorithm
 SnmpUsmAlgorithm SnmpUsmAlgorithmManager.getAlgorithm(String name)
          Gets the associated algorithm.
 SnmpUsmAlgorithm SnmpUsmAlgorithmManager.removeAlgorithm(String name)
          Removes the algorithm associated with the passed name.
 

Methods in com.sun.management.snmp.usm with parameters of type SnmpUsmAlgorithm
 void SnmpUsmAlgorithmManager.addAlgorithm(SnmpUsmAlgorithm a)
          Adds an algorithm.
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.