Module org.snmp4j
Package org.snmp4j.mp

Class MPv3.CacheEntry<A extends Address>

java.lang.Object
org.snmp4j.mp.StateReference<A>
org.snmp4j.mp.MPv3.CacheEntry<A>
All Implemented Interfaces:
Serializable
Enclosing class:
MPv3

protected static class MPv3.CacheEntry<A extends Address> extends StateReference<A>
The CacheEntry class holds state reference information for the MPv3 message processing model for a single message.
Version:
1.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • msgID

      int msgID
    • transactionID

      long transactionID
    • secEngineID

      byte[] secEngineID
    • secModel

      SecurityModel secModel
    • secName

      byte[] secName
    • secLevel

      int secLevel
    • contextEngineID

      byte[] contextEngineID
    • contextName

      byte[] contextName
    • secStateReference

      SecurityStateReference secStateReference
    • errorCode

      int errorCode
  • Constructor Details

    • CacheEntry

      public CacheEntry(int msgID, long reqID, byte[] secEngineID, SecurityModel secModel, byte[] secName, int secLevel, byte[] contextEngineID, byte[] contextName, SecurityStateReference secStateReference, int errorCode)