|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpTooBigException | |
---|---|
com.sun.management.snmp | Provides the core classes for implementing common SNMP data types and services. |
com.sun.management.snmp.mpm | Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. |
com.sun.management.snmp.usm | Provides the classes for implementing the SNMP User-based Security Model for SNMPv3. |
Uses of SnmpTooBigException in com.sun.management.snmp |
---|
Methods in com.sun.management.snmp that throw SnmpTooBigException | |
---|---|
int |
SnmpSecurityParameters.encode(byte[] outputBytes)
BER encoding of security parameters. |
int |
SnmpV3Message.encodeMessage(byte[] outputBytes)
Encodes this message and puts the result in the specified byte array. |
abstract int |
SnmpMsg.encodeMessage(byte[] outputBytes)
Encodes this message and puts the result in the specified byte array. |
int |
SnmpMessage.encodeMessage(byte[] outputBytes)
Encodes this message and puts the result in the specified byte array. |
void |
SnmpV3Message.encodeSnmpPdu(SnmpPdu pdu,
int maxDataLength)
Initializes this message with the specified pdu . |
SnmpMsg |
SnmpPduFactoryBER.encodeSnmpPdu(SnmpPdu pdu,
int maxPktSize)
Encodes the specified SnmpPdu and
returns the resulting SnmpMsg . |
abstract void |
SnmpMsg.encodeSnmpPdu(SnmpPdu pdu,
int maxDataLength)
Initializes this message with the specified pdu . |
void |
SnmpMessage.encodeSnmpPdu(SnmpPdu pdu,
int maxDataLength)
Initializes this message with the specified pdu . |
SnmpMsg |
SnmpPduFactory.encodeSnmpPdu(SnmpPdu pdu,
int maxPktSize)
Encodes the specified SnmpPdu and
returns the resulting SnmpMsg . |
void |
SnmpMsg.encodeVarBindList(BerEncoder benc,
SnmpVarBind[] varBindList)
For Java DMK private use only. |
Uses of SnmpTooBigException in com.sun.management.snmp.mpm |
---|
Methods in com.sun.management.snmp.mpm that throw SnmpTooBigException | |
---|---|
int |
SnmpMsgProcessingModelV3.encode(int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters params,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
int dataLength,
byte[] outputBytes)
Look for SnmpMsgProcessingModel interface specification. |
int |
SnmpMsgProcessingModelV1V2.encode(int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters params,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
int dataLength,
byte[] outputBytes)
Look for SnmpMsgProcessingModel interface specification. |
int |
SnmpMsgProcessingModelV3.encode(com.sun.management.internal.snmp.SnmpDecryptedPdu pdu,
byte[] outputBytes)
Look for SnmpMsgProcessingModel interface specification. |
int |
SnmpMsgProcessingModelV1V2.encode(com.sun.management.internal.snmp.SnmpDecryptedPdu pdu,
byte[] outputBytes)
Look for SnmpMsgProcessingModel interface specification |
int |
SnmpMsgProcessingModelV3.encodePriv(int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters params,
byte[] encryptedPdu,
byte[] outputBytes)
Look for SnmpMsgProcessingModel interface specification. |
int |
SnmpMsgProcessingModelV1V2.encodePriv(int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters params,
byte[] encryptedPdu,
byte[] outputBytes)
Look for SnmpMsgProcessingModel interface specification. |
Uses of SnmpTooBigException in com.sun.management.snmp.usm |
---|
Methods in com.sun.management.snmp.usm that throw SnmpTooBigException | |
---|---|
int |
SnmpUserSecurityModel.generateRequestMsg(com.sun.management.internal.snmp.SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters p,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
int dataLength,
byte[] outputBytes)
See SnmpSecurityModel interface for doc. |
int |
SnmpUserSecurityModel.generateResponseMsg(com.sun.management.internal.snmp.SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters p,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
int dataLength,
byte[] outputBytes)
See SnmpSecurityModel interface for doc. |
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV NEXT | FRAMES NO FRAMES |