Module org.snmp4j
Package org.snmp4j.mp

Class MPv3.CacheEntry<A extends Address>

  • 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
    Author:
    Frank Fock
    See Also:
    Serialized Form
    • Constructor Detail

      • CacheEntry

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