|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.management.snmp.usm.SnmpUsmAlgorithmManager
public class 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.
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |