|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SnmpSecurityParameters | |
com.sun.jdmk.snmp.mpm | Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. |
com.sun.jdmk.snmp.usm | Provides the classes which implement the SNMP User-based Security Model for version 3. |
javax.management.snmp | Provides the core classes which implement common SNMP data types and services. |
javax.management.snmp.manager | Provides the classes for creating an SNMP manager. |
Uses of SnmpSecurityParameters in com.sun.jdmk.snmp.mpm |
Methods in com.sun.jdmk.snmp.mpm that return SnmpSecurityParameters | |
SnmpSecurityParameters |
SnmpMsgTranslatorV1V2.getSecurityParameters(SnmpMsg msg)
Deprecated. |
SnmpSecurityParameters |
SnmpMsgTranslatorV3.getSecurityParameters(SnmpMsg msg)
Deprecated. See SnmpMsgTranslator interface doc. |
SnmpSecurityParameters |
SnmpMsgTranslator.getSecurityParameters(SnmpMsg msg)
Deprecated. Returns the message security parameters. |
Methods in com.sun.jdmk.snmp.mpm with parameters of type SnmpSecurityParameters | |
int |
SnmpMsgProcessingModelV3.encodePriv(int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters params,
byte[] encryptedPdu,
byte[] outputBytes)
Deprecated. Look for SnmpMsgProcessingModel interface specification. |
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)
Deprecated. Look for SnmpMsgProcessingModel interface specification. |
int |
SnmpMsgProcessingModelV1V2.encodePriv(int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters params,
byte[] encryptedPdu,
byte[] outputBytes)
Deprecated. 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)
Deprecated. Look for SnmpMsgProcessingModel interface specification. |
Uses of SnmpSecurityParameters in com.sun.jdmk.snmp.usm |
Subinterfaces of SnmpSecurityParameters in com.sun.jdmk.snmp.usm | |
interface |
SnmpUsmSecurityParameters
Deprecated. Use package com.sun.management.snmp.usm in
preference to classes in this package. This class may be removed
in a future version of Java DMK. |
Methods in com.sun.jdmk.snmp.usm that return SnmpSecurityParameters | |
SnmpSecurityParameters |
SnmpUserSecurityModel.processIncomingRequest(SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
byte[] msgSecurityParameters,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
byte[] encryptedPdu,
SnmpDecryptedPdu decryptedPdu)
Deprecated. See SnmpSecurityModel interface for doc. |
SnmpSecurityParameters |
SnmpUserSecurityModel.processIncomingResponse(SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
byte[] msgSecurityParameters,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
byte[] encryptedPdu,
SnmpDecryptedPdu decryptedPdu)
Deprecated. See SnmpSecurityModel interface for doc. |
Methods in com.sun.jdmk.snmp.usm with parameters of type SnmpSecurityParameters | |
int |
SnmpUserSecurityModel.generateResponseMsg(SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters p,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
int dataLength,
byte[] outputBytes)
Deprecated. See SnmpSecurityModel interface for doc. |
int |
SnmpUserSecurityModel.generateRequestMsg(SnmpSecurityCache cache,
int version,
int msgId,
int msgMaxSize,
byte msgFlags,
int msgSecurityModel,
SnmpSecurityParameters p,
byte[] contextEngineId,
byte[] contextName,
byte[] data,
int dataLength,
byte[] outputBytes)
Deprecated. See SnmpSecurityModel interface for doc. |
Uses of SnmpSecurityParameters in javax.management.snmp |
Fields in javax.management.snmp declared as SnmpSecurityParameters | |
SnmpSecurityParameters |
SnmpScopedPduPacket.securityParameters
Deprecated. The security parameters. |
SnmpSecurityParameters |
SnmpMsg.securityParameters
Deprecated. Security parameters. |
SnmpSecurityParameters |
SnmpSecurityException.params
Deprecated. The current security model related security parameters. |
Uses of SnmpSecurityParameters in javax.management.snmp.manager |
Methods in javax.management.snmp.manager that return SnmpSecurityParameters | |
SnmpSecurityParameters |
SnmpRequest.getResponseSecurityParameters()
Deprecated. Gets the response security parameters info (e.g. |
SnmpSecurityParameters |
SnmpV3Parameters.getSecurityParameters()
Deprecated. Gets the security parameters that have been created by the son. |
Methods in javax.management.snmp.manager with parameters of type SnmpSecurityParameters | |
protected void |
SnmpV3Parameters.setSecurityParameters(SnmpSecurityParameters securParams)
Deprecated. Called by son at construction time. |
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |