|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.management.snmp.usm.SnmpUsmAlgorithmManager
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()
|
Method Summary | |
void |
addAlgorithm(SnmpUsmAlgorithm a)
Adds an algorithm. |
SnmpUsmAlgorithm |
getAlgorithm(String name)
Gets the associated algorithm. |
String[] |
getManagedAlgorithms()
Gets the list of registered algorithm names. |
SnmpUsmAlgorithm |
removeAlgorithm(String name)
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.1 2005.02.10_16:46:09_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |