|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpSecurityException | |
com.sun.jdmk.snmp.usm | Provides the classes which implement the SNMP User-based Security Model for version 3. |
Uses of SnmpSecurityException in com.sun.jdmk.snmp.usm |
Methods in com.sun.jdmk.snmp.usm that throw SnmpSecurityException | |
int |
SnmpUserSecurityModel.generateResponseMsg(SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters p,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
int dataLength,
byte[] outputBytes)
Deprecated. See SnmpSecurityModel interface for doc. |
int |
SnmpUserSecurityModel.generateRequestMsg(SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters p,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
int dataLength,
byte[] outputBytes)
Deprecated. See SnmpSecurityModel interface for doc. |
SnmpSecurityParameters |
SnmpUserSecurityModel.processIncomingRequest(SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
byte[] msgSecurityParameters,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
byte[] encryptedPdu,
SnmpDecryptedPdu decryptedPdu)
Deprecated. See SnmpSecurityModel interface for doc. |
SnmpSecurityParameters |
SnmpUserSecurityModel.processIncomingResponse(SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
byte[] msgSecurityParameters,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
byte[] encryptedPdu,
SnmpDecryptedPdu decryptedPdu)
Deprecated. See SnmpSecurityModel interface for doc. |
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |