|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpUsmException | |
com.sun.jdmk.snmp.usm | Provides the classes which implement the SNMP User-based Security Model for version 3. |
Uses of SnmpUsmException in com.sun.jdmk.snmp.usm |
Subclasses of SnmpUsmException in com.sun.jdmk.snmp.usm | |
class |
SnmpUsmAuthAlgorithmException
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 |
SnmpUsmAuthException
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 |
SnmpUsmEngineIdException
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 |
SnmpUsmPrivAlgorithmException
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 |
SnmpUsmPrivException
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 |
SnmpUsmUserNameException
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 throw SnmpUsmException | |
SnmpEncryptionPair |
SnmpUsmDesAlgorithm.encrypt(byte[] key,
byte[] data,
int dataLength)
Encrypts the passed data with the provided key. |
byte[] |
SnmpUsmDesAlgorithm.decrypt(byte[] key,
SnmpEncryptionPair pair)
Decrypts the passed encrypted data using the provided IV parameter. |
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. |
SnmpEncryptionPair |
SnmpUsmPrivAlgorithm.encrypt(byte[] key,
byte[] data,
int length)
Deprecated. Encrypt some data using a key. |
byte[] |
SnmpUsmPrivAlgorithm.decrypt(byte[] key,
SnmpEncryptionPair pair)
Deprecated. Decrypt some data using a key. |
void |
SnmpUsmLcd.addUser(SnmpEngineId engineId,
String userName,
String securityName,
String authProtocol,
String authPassword,
String privProtocol,
String privKey,
int storage,
boolean template)
Deprecated. Adds a user to the Usm Lcd. |
void |
SnmpUsmLcd.addUser(SnmpUsmSecureUser user,
boolean notifyMIB)
Deprecated. Adds a user to the Usm Lcd. |
Constructors in com.sun.jdmk.snmp.usm that throw SnmpUsmException | |
SnmpUsmDesAlgorithm(SnmpEngine engine)
Constructor. |
|
SnmpUsmDesAlgorithm(SnmpEngine engine,
String properties_encrypt,
String properties_decrypt)
Constructor. |
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |