Uses of Interface
com.sun.management.snmp.SnmpSecurityParameters

Packages that use SnmpSecurityParameters
com.sun.management.snmp Provides the core classes for implementing common SNMP data types and services
com.sun.management.snmp.manager Provides the classes for implementing an SNMP manager and for sending SNMP requests. 
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 SnmpSecurityParameters in com.sun.management.snmp
 

Fields in com.sun.management.snmp declared as SnmpSecurityParameters
 SnmpSecurityParameters SnmpSecurityException.params
          The current security model related security parameters.
 SnmpSecurityParameters SnmpScopedPduPacket.securityParameters
          The security parameters.
 SnmpSecurityParameters SnmpMsg.securityParameters
          Security parameters.
 

Uses of SnmpSecurityParameters in com.sun.management.snmp.manager
 

Methods in com.sun.management.snmp.manager that return SnmpSecurityParameters
 SnmpSecurityParameters SnmpRequest.getResponseSecurityParameters()
          Gets the response security parameters info (e.g.
 SnmpSecurityParameters SnmpV3Parameters.getSecurityParameters()
          Gets the security parameters that have been created by the son.
 

Methods in com.sun.management.snmp.manager with parameters of type SnmpSecurityParameters
protected  void SnmpV3Parameters.setSecurityParameters(SnmpSecurityParameters securParams)
          Called by son at construction time.
 

Uses of SnmpSecurityParameters in com.sun.management.snmp.mpm
 

Methods in com.sun.management.snmp.mpm that return SnmpSecurityParameters
 SnmpSecurityParameters SnmpMsgTranslatorV3.getSecurityParameters(SnmpMsg msg)
          See SnmpMsgTranslator interface doc.
 SnmpSecurityParameters SnmpMsgTranslator.getSecurityParameters(SnmpMsg msg)
          Returns the message security parameters.
 SnmpSecurityParameters SnmpMsgTranslatorV1V2.getSecurityParameters(SnmpMsg msg)
           
 

Methods in com.sun.management.snmp.mpm with parameters of type SnmpSecurityParameters
 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.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 SnmpSecurityParameters in com.sun.management.snmp.usm
 

Subinterfaces of SnmpSecurityParameters in com.sun.management.snmp.usm
 interface SnmpUsmSecurityParameters
          This interface models the set of security parameters needed to activate security in the User Security Model.
 

Methods in com.sun.management.snmp.usm that return SnmpSecurityParameters
 SnmpSecurityParameters SnmpUserSecurityModel.processIncomingRequest(com.sun.management.internal.snmp.SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] msgSecurityParameters, byte[] contextEngineId, byte[] contextName, byte[] data, byte[] encryptedPdu, com.sun.management.internal.snmp.SnmpDecryptedPdu decryptedPdu)
          See SnmpSecurityModel interface for doc.
 SnmpSecurityParameters SnmpUserSecurityModel.processIncomingResponse(com.sun.management.internal.snmp.SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, byte[] msgSecurityParameters, byte[] contextEngineId, byte[] contextName, byte[] data, byte[] encryptedPdu, com.sun.management.internal.snmp.SnmpDecryptedPdu decryptedPdu)
          See SnmpSecurityModel interface for doc.
 

Methods in com.sun.management.snmp.usm with parameters of type SnmpSecurityParameters
 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

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.