Uses of Interface
org.snmp4j.security.SecurityStateReference

Packages that use SecurityStateReference
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 SecurityStateReference in org.snmp4j.mp
 

Methods in org.snmp4j.mp that return SecurityStateReference
 SecurityStateReference StateReference.getSecurityStateReference()
           
 

Methods in org.snmp4j.mp with parameters of type SecurityStateReference
 void StateReference.setSecurityStateReference(SecurityStateReference securityStateReference)
           
 

Constructors in org.snmp4j.mp with parameters of type SecurityStateReference
MPv3.CacheEntry(int msgID, long reqID, byte[] secEngineID, SecurityModel secModel, byte[] secName, int secLevel, byte[] contextEngineID, byte[] contextName, SecurityStateReference secStateReference, int errorCode)
           
StateReference(int msgID, int msgFlags, int maxSizeResponseScopedPDU, PduHandle pduHandle, Address peerAddress, TransportMapping peerTransport, byte[] secEngineID, SecurityModel secModel, byte[] secName, int secLevel, byte[] contextEngineID, byte[] contextName, SecurityStateReference secStateReference, int errorCode)
          Creates a state reference for SNMPv3 messages.
 

Uses of SecurityStateReference in org.snmp4j.security
 

Classes in org.snmp4j.security that implement SecurityStateReference
 class UsmSecurityStateReference
          The UsmSecurityStateReference holds cached security data.
 

Methods in org.snmp4j.security that return SecurityStateReference
 SecurityStateReference USM.newSecurityStateReference()
           
 SecurityStateReference SecurityModel.newSecurityStateReference()
          Creates a new SecurityStateReference instance that corresponds to this security model.
 

Methods in org.snmp4j.security with parameters of type SecurityStateReference
 int USM.generateResponseMessage(int snmpVersion, byte[] globalData, int maxMessageSize, int securityModel, byte[] securityEngineID, byte[] securityName, int securityLevel, BERInputStream scopedPDU, SecurityStateReference securityStateReference, SecurityParameters securityParameters, BEROutputStream wholeMsg)
           
 int SecurityModel.generateResponseMessage(int messageProcessingModel, byte[] globalData, int maxMessageSize, int securityModel, byte[] securityEngineID, byte[] securityName, int securityLevel, BERInputStream scopedPDU, SecurityStateReference securityStateReference, SecurityParameters securityParameters, BEROutputStream wholeMsg)
          Generates a response message.
 int USM.processIncomingMsg(int snmpVersion, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo)
           
 int SecurityModel.processIncomingMsg(int messageProcessingModel, int maxMessageSize, SecurityParameters securityParameters, SecurityModel securityModel, int securityLevel, BERInputStream wholeMsg, OctetString securityEngineID, OctetString securityName, BEROutputStream scopedPDU, Integer32 maxSizeResponseScopedPDU, SecurityStateReference securityStateReference, StatusInformation statusInfo)
          Processes an incoming message and returns its plaintext payload.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.