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
(package private)  class com.sun.management.snmp.usm.SnmpUsmAlgorithmImpl
          FOR INTERNAL USE ONLY.
 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.removeAlgorithm(String name)
          Removes the algorithm associated with the passed name.
 SnmpUsmAlgorithm SnmpUsmAlgorithmManager.getAlgorithm(String name)
          Gets the associated algorithm.
 

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


FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

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