Uses of Class
org.snmp4j.smi.Integer32
-
Packages that use Integer32 Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.mp Provides classes and interfaces for the SNMP message processing.org.snmp4j.security Provides classes and interfaces for authentication and privacy of SNMP(v3) messages. -
-
Uses of Integer32 in org.snmp4j
Fields in org.snmp4j declared as Integer32 Modifier and Type Field Description protected Integer32
PDU. errorIndex
protected Integer32
PDU. errorStatus
private Integer32
PDUv1. genericTrap
protected Integer32
PDU. requestID
private Integer32
PDUv1. specificTrap
Methods in org.snmp4j that return Integer32 Modifier and Type Method Description Integer32
PDU. getRequestID()
Gets the request ID associated with this PDU.Methods in org.snmp4j with parameters of type Integer32 Modifier and Type Method Description void
PDU. setRequestID(Integer32 requestID)
Sets the request ID for this PDU. -
Uses of Integer32 in org.snmp4j.mp
Fields in org.snmp4j.mp declared as Integer32 Modifier and Type Field Description (package private) Integer32
MPv3.HeaderData. msgID
(package private) Integer32
MPv3.HeaderData. msgMaxSize
private Integer32
StatusInformation. securityLevel
(package private) Integer32
MPv3.HeaderData. securityModel
Methods in org.snmp4j.mp that return Integer32 Modifier and Type Method Description Integer32
StatusInformation. getSecurityLevel()
Methods in org.snmp4j.mp with parameters of type Integer32 Modifier and Type Method Description <A extends Address>
intMessageProcessingModel. prepareDataElements(MessageDispatcher messageDispatcher, A transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference<A> mutableStateReference)
Prepare data elements from an incoming SNMP message as described in RFC3412 ยง7.2.<A extends Address>
intMPv1. prepareDataElements(MessageDispatcher messageDispatcher, A transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference<A> mutableStateReference)
<A extends Address>
intMPv2c. prepareDataElements(MessageDispatcher messageDispatcher, A transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference<A> mutableStateReference)
<A extends Address>
intMPv3. prepareDataElements(MessageDispatcher messageDispatcher, A transportAddress, BERInputStream wholeMsg, TransportStateReference tmStateReference, Integer32 messageProcessingModel, Integer32 securityModel, OctetString securityName, Integer32 securityLevel, MutablePDU pdu, PduHandle sendPduHandle, Integer32 maxSizeResponseScopedPDU, StatusInformation statusInformation, MutableStateReference<A> mutableStateReference)
void
StatusInformation. setSecurityLevel(Integer32 securityLevel)
Constructors in org.snmp4j.mp with parameters of type Integer32 Constructor Description StatusInformation(VariableBinding errorIndication, byte[] contextName, byte[] contextEngineID, Integer32 securityLevel)
-
Uses of Integer32 in org.snmp4j.security
Fields in org.snmp4j.security declared as Integer32 Modifier and Type Field Description private Integer32
UsmSecurityParameters. authoritativeEngineBoots
private Integer32
UsmSecurityParameters. authoritativeEngineTime
Fields in org.snmp4j.security with type parameters of type Integer32 Modifier and Type Field Description private java.util.Map<Integer32,SecurityModel>
SecurityModels. securityModels
Methods in org.snmp4j.security with parameters of type Integer32 Modifier and Type Method Description protected static byte[]
SNMPv3SecurityModel. buildWholeMessage(Integer32 snmpVersion, byte[] scopedPdu, byte[] globalData, SecurityParameters securityParameters)
SecurityModel
SecurityModels. getSecurityModel(Integer32 id)
Returns a security model from the central repository of security models.int
SecurityModel. processIncomingMsg(int messageProcessingModel, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo)
Processes an incoming message and returns its plaintext payload.int
TSM. processIncomingMsg(int messageProcessingModel, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo)
int
USM. processIncomingMsg(int snmpVersion, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, TransportStateReference tmStateReference, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo)
SecurityModel
SecurityModels. removeSecurityModel(Integer32 id)
Removes a security model from the central repository of security models.Constructors in org.snmp4j.security with parameters of type Integer32 Constructor Description UsmSecurityParameters(OctetString authoritativeEngineID, Integer32 authoritativeEngineBoots, Integer32 authoritativeEngineTime, OctetString userName, AuthenticationProtocol authenticationProtocol, PrivacyProtocol privacyProtocol)
-