|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpUsmException | |
---|---|
com.sun.management.snmp.usm | Provides the classes for implementing the SNMP User-based Security Model for SNMPv3. |
Uses of SnmpUsmException in com.sun.management.snmp.usm |
---|
Subclasses of SnmpUsmException in com.sun.management.snmp.usm | |
---|---|
class |
SnmpUsmAuthAlgorithmException
Thrown when an error occurs concerning the authentication algorithms. |
class |
SnmpUsmAuthException
Thrown when an authentication error occurs. |
class |
SnmpUsmEngineIdException
Thrown when an error occurs concerning the user name. |
class |
SnmpUsmPrivAlgorithmException
Thrown when an error occurs concerning the privacy algorithms. |
class |
SnmpUsmPrivException
Thrown when an error occurs concerning privacy. |
class |
SnmpUsmUserNameException
Thrown when an error occurs concerning the user name. |
Methods in com.sun.management.snmp.usm that throw SnmpUsmException | |
---|---|
void |
SnmpUsmPasswordLcd.addUser(SnmpEngineId engineId,
String userName,
String securityName,
String authProtocol,
String authPassword,
String privProtocol,
String privPassword,
int storage,
boolean template)
See SnmpUsmLcd interface doc for details. |
void |
SnmpUsmLcd.addUser(SnmpEngineId engineId,
String userName,
String securityName,
String authProtocol,
String authPassword,
String privProtocol,
String privKey,
int storage,
boolean template)
Adds a user to the Usm Lcd. |
void |
SnmpUsmLcd.addUser(SnmpUsmSecureUser user,
boolean notifyMIB)
Adds a user to the Usm Lcd. |
byte[] |
SnmpUsmDesAlgorithm.decrypt(byte[] key,
com.sun.management.internal.snmp.SnmpEncryptionPair pair)
Decrypts the passed encrypted data using the provided IV parameter. |
byte[] |
SnmpUsmPrivAlgorithm.decrypt(byte[] key,
com.sun.management.internal.snmp.SnmpEncryptionPair pair)
Decrypt some data using a key. |
com.sun.management.internal.snmp.SnmpEncryptionPair |
SnmpUsmDesAlgorithm.encrypt(byte[] key,
byte[] data,
int dataLength)
Encrypts the passed data with the provided key. |
com.sun.management.internal.snmp.SnmpEncryptionPair |
SnmpUsmPrivAlgorithm.encrypt(byte[] key,
byte[] data,
int length)
Encrypt some data using a key. |
Constructors in com.sun.management.snmp.usm that throw SnmpUsmException | |
---|---|
SnmpUsmDesAlgorithm(SnmpEngine engine)
Constructor. |
|
SnmpUsmDesAlgorithm(SnmpEngine engine,
String properties_encrypt,
String properties_decrypt)
Constructor. |
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |