|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.management.snmp.mpm.SnmpMsgTranslatorV3
public class SnmpMsgTranslatorV3
This translator is dedicated to translate V3 parameters. No translation is needed. V3 message contains all the needed infos. No computation is done. It is a wrapper to fit the SnmpIncomingRequest translator pattern.
Constructor Summary | |
---|---|
SnmpMsgTranslatorV3()
|
Method Summary | |
---|---|
byte[] |
getAccessContext(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
byte[] |
getContextEngineId(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
byte[] |
getContextName(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
byte[] |
getEncryptedPdu(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
byte[] |
getFlatSecurityParameters(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
byte |
getMsgFlags(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
int |
getMsgId(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
int |
getMsgMaxSize(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
int |
getMsgSecurityModel(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
byte[] |
getRawContextName(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
int |
getSecurityLevel(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
SnmpSecurityParameters |
getSecurityParameters(SnmpMsg msg)
See SnmpMsgTranslator interface doc. |
void |
setContextEngineId(SnmpMsg msg,
byte[] contextEngineId)
See SnmpMsgTranslator interface doc. |
void |
setContextName(SnmpMsg msg,
byte[] contextName)
See SnmpMsgTranslator interface doc. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SnmpMsgTranslatorV3()
Method Detail |
---|
public int getMsgId(SnmpMsg msg)
getMsgId
in interface SnmpMsgTranslator
public int getMsgMaxSize(SnmpMsg msg)
getMsgMaxSize
in interface SnmpMsgTranslator
public byte getMsgFlags(SnmpMsg msg)
getMsgFlags
in interface SnmpMsgTranslator
public int getSecurityLevel(SnmpMsg msg)
getSecurityLevel
in interface SnmpMsgTranslator
public int getMsgSecurityModel(SnmpMsg msg)
getMsgSecurityModel
in interface SnmpMsgTranslator
public byte[] getFlatSecurityParameters(SnmpMsg msg)
getFlatSecurityParameters
in interface SnmpMsgTranslator
public SnmpSecurityParameters getSecurityParameters(SnmpMsg msg)
getSecurityParameters
in interface SnmpMsgTranslator
public byte[] getContextEngineId(SnmpMsg msg)
getContextEngineId
in interface SnmpMsgTranslator
public byte[] getContextName(SnmpMsg msg)
getContextName
in interface SnmpMsgTranslator
public byte[] getRawContextName(SnmpMsg msg)
getRawContextName
in interface SnmpMsgTranslator
public byte[] getAccessContext(SnmpMsg msg)
getAccessContext
in interface SnmpMsgTranslator
public byte[] getEncryptedPdu(SnmpMsg msg)
getEncryptedPdu
in interface SnmpMsgTranslator
public void setContextName(SnmpMsg msg, byte[] contextName)
setContextName
in interface SnmpMsgTranslator
public void setContextEngineId(SnmpMsg msg, byte[] contextEngineId)
setContextEngineId
in interface SnmpMsgTranslator
|
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 |