|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecurityModel | |
---|---|
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 SecurityModel in org.snmp4j.mp |
---|
Methods in org.snmp4j.mp that return SecurityModel | |
---|---|
SecurityModel |
StateReference.getSecurityModel()
|
SecurityModel |
MPv3.getSecurityModel(int id)
Gets the security model for the supplied ID. |
Methods in org.snmp4j.mp with parameters of type SecurityModel | |
---|---|
void |
StateReference.setSecurityModel(SecurityModel securityModel)
|
Constructors in org.snmp4j.mp with parameters of type SecurityModel | |
---|---|
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. |
|
StateReference(PduHandle pduHandle,
Address peerAddress,
TransportMapping peerTransport,
SecurityModel secModel,
byte[] secName,
int errorCode)
Creates a state reference for community based security models. |
Uses of SecurityModel in org.snmp4j.security |
---|
Classes in org.snmp4j.security that implement SecurityModel | |
---|---|
class |
USM
The USM class implements the User Based Security Model (USM)
as defined in RFC3414. |
Methods in org.snmp4j.security that return SecurityModel | |
---|---|
SecurityModel |
SecurityModels.getSecurityModel(Integer32 id)
Returns a security model from the central repository of security models. |
SecurityModel |
SecurityModels.removeSecurityModel(Integer32 id)
Removes a security model from the central repository of security models. |
Methods in org.snmp4j.security with parameters of type SecurityModel | |
---|---|
void |
SecurityModels.addSecurityModel(SecurityModel model)
Adds a security model to the central repository of security models. |
static SecurityModels |
SecurityModels.getCollection(SecurityModel[] models)
Gets the SecurityModels collection instance that contains the supplied SecurityModel s. |
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) | |||||||||
PREV NEXT | FRAMES NO FRAMES |