Fields Summary |
---|
public int | msgMaxSizeMessage max size the pdu sender can deal with. |
public int | msgIdMessage identifier. |
public byte | msgFlagsMessage flags. Reportable flag and security level.
-- .... ...1 authFlag
-- .... ..1. privFlag
-- .... .1.. reportableFlag
-- Please observe:
-- .... ..00 is OK, means noAuthNoPriv
-- .... ..01 is OK, means authNoPriv
-- .... ..10 reserved, must NOT be used.
-- .... ..11 is OK, means authPriv
|
public int | msgSecurityModelThe security model the security sub system MUST use in order to deal with this pdu (eg: User based Security Model Id = 3). |
public byte[] | contextEngineIdThe context engine Id in which the pdu must be handled (Generaly the local engine Id). |
public byte[] | contextNameThe context name in which the OID have to be interpreted. |
public com.sun.jmx.snmp.SnmpSecurityParameters | securityParametersThe security parameters. This is an opaque member that is
interpreted by the concerned security model. |