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

Packages that use SnmpUsmAlgorithm
com.sun.jdmk.snmp.usm Provides the classes which implement the SNMP User-based Security Model for version 3. 
 

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

Subinterfaces of SnmpUsmAlgorithm in com.sun.jdmk.snmp.usm
 interface SnmpUsmAuthAlgorithm
          Deprecated. Use package com.sun.management.snmp.usm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 interface SnmpUsmPrivAlgorithm
          Deprecated. Use package com.sun.management.snmp.usm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

Classes in com.sun.jdmk.snmp.usm that implement SnmpUsmAlgorithm
(package private)  class SnmpUsmAlgorithmImpl
          Deprecated. Use package com.sun.management.snmp.usm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpUsmDesAlgorithm
          This is an implementation of Des encryption algorithm.
 class SnmpUsmHmacAlgorithm
          Deprecated. Use package com.sun.management.snmp.usm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpUsmHmacMd5
          Deprecated. Use package com.sun.management.snmp.usm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 class SnmpUsmHmacSha
          Deprecated. Use package com.sun.management.snmp.usm in preference to classes in this package. This class may be removed in a future version of Java DMK.
 

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

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


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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