|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jdmk.snmp.usm.SnmpUsmAlgorithmManager
com.sun.management.snmp.usm
in
preference to classes in this package. This class may be removed
in a future version of Java DMK.
Usm Algorithm manager. An algorithm manager manages SnmpUsmAlgorithm.
Algorithm can be added or removed. The manager is used by the SnmpUsmLcd
to :
Constructor Summary | |
SnmpUsmAlgorithmManager()
Deprecated. |
Method Summary | |
void |
addAlgorithm(SnmpUsmAlgorithm a)
Deprecated. Adds an algorithm. |
SnmpUsmAlgorithm |
getAlgorithm(String name)
Deprecated. Gets the associated algorithm. |
String[] |
getManagedAlgorithms()
Deprecated. Gets the list of registered algorithm names. |
SnmpUsmAlgorithm |
removeAlgorithm(String name)
Deprecated. Removes the algorithm associated with the passed name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SnmpUsmAlgorithmManager()
Method Detail |
public String[] getManagedAlgorithms()
public void addAlgorithm(SnmpUsmAlgorithm a)
a
- The algorithm to be added.public SnmpUsmAlgorithm removeAlgorithm(String name)
name
- The name of the algorithm to be removed.
public SnmpUsmAlgorithm getAlgorithm(String name)
name
- The name of the algorithm to retrieve.
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |