Package | Description |
---|---|
org.snmp4j |
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
|
org.snmp4j.event |
Provides classes and interfaces for SNMP4J event processing.
|
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.
|
org.snmp4j.security.dh | |
org.snmp4j.security.nonstandard | |
org.snmp4j.smi |
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
|
org.snmp4j.tools.console | |
org.snmp4j.transport |
Provides transport protocol mappings for SNMP.
|
org.snmp4j.transport.tls | |
org.snmp4j.util |
Contains table retrieval utilities and multi-threading support classes as
well as miscellaneous utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected OctetString |
AbstractTarget.securityName |
Modifier and Type | Method and Description |
---|---|
OctetString |
CertifiedTarget.getClientFingerprint() |
OctetString |
CertifiedIdentity.getClientFingerprint() |
OctetString |
CommunityTarget.getCommunity()
Gets the community octet string (which is the same as the security name).
|
OctetString |
ScopedPDU.getContextEngineID()
Gets the context engine ID of this scoped PDU.
|
OctetString |
ScopedPDU.getContextName()
Gets the context name of this scoped PDU.
|
OctetString |
CertifiedTarget.getIdentity() |
OctetString |
CertifiedIdentity.getIdentity() |
OctetString |
Target.getSecurityName()
Gets the security name associated with this target.
|
OctetString |
AbstractTarget.getSecurityName() |
OctetString |
TransportStateReference.getSecurityName() |
OctetString |
CertifiedTarget.getServerFingerprint() |
OctetString |
CertifiedIdentity.getServerFingerprint() |
Modifier and Type | Method and Description |
---|---|
void |
CommunityTarget.setCommunity(OctetString community)
Sets the community octet sting.
|
void |
ScopedPDU.setContextEngineID(OctetString contextEngineID)
Sets the context engine ID field of the scoped PDU.
|
void |
ScopedPDU.setContextName(OctetString contextName)
Sets the context name field of this scoped PDU.
|
void |
Target.setSecurityName(OctetString securityName)
Sets the security name to be used with this target.
|
void |
AbstractTarget.setSecurityName(OctetString securityName)
Sets the security name to be used with this target.
|
void |
TransportStateReference.setSecurityName(OctetString securityName) |
Constructor and Description |
---|
AbstractTarget(Address address,
OctetString securityName) |
CertifiedTarget(Address address,
OctetString identity,
OctetString serverFingerprint,
OctetString clientFingerprint) |
CertifiedTarget(OctetString identity) |
CommunityTarget(Address address,
OctetString community)
Creates a fully specified community target.
|
SecureTarget(Address address,
OctetString securityName)
Creates a SNMPv3 secure target with an address and security name.
|
TransportStateReference(TransportMapping transport,
Address address,
OctetString securityName,
SecurityLevel requestedSecurityLevel,
SecurityLevel transportSecurityLevel,
boolean sameSecurity,
Object sessionID) |
TransportStateReference(TransportMapping transport,
Address address,
OctetString securityName,
SecurityLevel requestedSecurityLevel,
SecurityLevel transportSecurityLevel,
boolean sameSecurity,
Object sessionID,
CertifiedIdentity certifiedIdentity) |
UserTarget(Address address,
OctetString securityName,
byte[] authoritativeEngineID)
Creates a SNMPv3 USM target with security level noAuthNoPriv, one second
time-out without retries.
|
UserTarget(Address address,
OctetString securityName,
byte[] authoritativeEngineID,
int securityLevel)
Creates a SNMPv3 USM target with the supplied security level, one second
time-out without retries.
|
Modifier and Type | Method and Description |
---|---|
OctetString |
SnmpEngineEvent.getEngineID()
Returns the engine ID associated with this event.
|
Constructor and Description |
---|
SnmpEngineEvent(MPv3 source,
int type,
OctetString engineID,
Address engineAddress) |
Modifier and Type | Field and Description |
---|---|
static OctetString |
MPv3.LOCAL_ENGINE_ID
Local engine ID constant for context engineID discovery as defined by RFC 5343.
|
Modifier and Type | Method and Description |
---|---|
protected OctetString |
MPv3.addEngineIdToCache(Address address,
OctetString engineID)
Put the engine ID for the given address into the internal cache.
|
OctetString |
MPv3.getEngineID(Address address)
Gets the engine ID associated with the supplied address from the local storage and fires the corresponding
SnmpEngineEvent . |
OctetString |
MPv3.removeEngineID(Address address)
Removes an engine ID association from the local storage and fires the corresponding
SnmpEngineEvent . |
Modifier and Type | Method and Description |
---|---|
Map<Address,OctetString> |
MPv3.EngineIdCacheFactory.createEngineIdMap(EngineIdCacheSize maximumCapacity)
Create a engine ID map with the given maximum capacity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MPv3.addEngineID(Address address,
OctetString engineID)
Adds an engine ID (other than the local engine ID) to the internal storage.
|
protected OctetString |
MPv3.addEngineIdToCache(Address address,
OctetString engineID)
Put the engine ID for the given address into the internal cache.
|
static byte[] |
MPv3.createLocalEngineID(OctetString id)
Creates a local engine ID based on the ID string supplied
|
int |
MPv3.prepareDataElements(MessageDispatcher messageDispatcher,
Address transportAddress,
BERInputStream wholeMsg,
TransportStateReference tmStateReference,
Integer32 messageProcessingModel,
Integer32 securityModel,
OctetString securityName,
Integer32 securityLevel,
MutablePDU pdu,
PduHandle sendPduHandle,
Integer32 maxSizeResponseScopedPDU,
StatusInformation statusInformation,
MutableStateReference mutableStateReference) |
int |
MPv2c.prepareDataElements(MessageDispatcher messageDispatcher,
Address transportAddress,
BERInputStream wholeMsg,
TransportStateReference tmStateReference,
Integer32 messageProcessingModel,
Integer32 securityModel,
OctetString securityName,
Integer32 securityLevel,
MutablePDU pdu,
PduHandle sendPduHandle,
Integer32 maxSizeResponseScopedPDU,
StatusInformation statusInformation,
MutableStateReference mutableStateReference) |
int |
MPv1.prepareDataElements(MessageDispatcher messageDispatcher,
Address transportAddress,
BERInputStream wholeMsg,
TransportStateReference tmStateReference,
Integer32 messageProcessingModel,
Integer32 securityModel,
OctetString securityName,
Integer32 securityLevel,
MutablePDU pdu,
PduHandle sendPduHandle,
Integer32 maxSizeResponseScopedPDU,
StatusInformation statusInformation,
MutableStateReference mutableStateReference) |
int |
MessageProcessingModel.prepareDataElements(MessageDispatcher messageDispatcher,
Address transportAddress,
BERInputStream wholeMsg,
TransportStateReference tmStateReference,
Integer32 messageProcessingModel,
Integer32 securityModel,
OctetString securityName,
Integer32 securityLevel,
MutablePDU pdu,
PduHandle sendPduHandle,
Integer32 maxSizeResponseScopedPDU,
StatusInformation statusInformation,
MutableStateReference mutableStateReference)
Prepare data elements from an incoming SNMP message as described in
RFC3412 ยง7.2.
|
int |
MPv3.sendReport(MessageDispatcher messageDispatcher,
ScopedPDU pdu,
int securityLevel,
int securityModel,
OctetString securityName,
int maxSizeResponseScopedPDU,
StateReference<?> stateReference,
VariableBinding payload)
Sends a report message.
|
Modifier and Type | Class and Description |
---|---|
class |
TsmSecurityParameters
SecurityParameters implementation for the TSM
security model. |
Modifier and Type | Field and Description |
---|---|
protected OctetString |
SNMPv3SecurityModel.localEngineID |
Modifier and Type | Method and Description |
---|---|
OctetString |
UsmSecurityParameters.getAuthenticationParameters() |
OctetString |
UsmUser.getAuthenticationPassphrase()
Gets the authentication passphrase.
|
OctetString |
UsmUserEntry.getEngineID() |
OctetString |
UsmTimeEntry.getEngineID() |
OctetString |
SNMPv3SecurityModel.getLocalEngineID()
Returns the local engine ID.
|
OctetString |
UsmUser.getLocalizationEngineID()
Returns the localization engine ID for which this USM user has been already
localized.
|
OctetString |
UsmSecurityParameters.getPrivacyParameters() |
OctetString |
UsmUser.getPrivacyPassphrase()
Gets the privacy passphrase.
|
OctetString |
UsmUser.getSecurityName()
Gets the user's security name.
|
OctetString |
UsmSecurityParameters.getUserName() |
OctetString |
UsmUserEntry.getUserName() |
Modifier and Type | Method and Description |
---|---|
UsmUserEntry |
USM.addLocalizedUser(byte[] engineID,
OctetString userName,
OID authProtocol,
byte[] authKey,
OID privProtocol,
byte[] privKey)
Adds a localized user to the USM.
|
void |
USM.addUser(OctetString userName,
OctetString engineID,
UsmUser user)
Adds an USM user to the internal user name table and associates it with
an authoritative engine ID.
|
void |
USM.addUser(OctetString userName,
UsmUser user)
Adds an USM user to the internal user name table.
|
int |
UsmTimeTable.checkEngineID(OctetString engineID,
boolean discoveryAllowed,
int engineBoots,
int engineTime) |
byte[] |
PrivDES.extendShortKey(byte[] shortKey,
OctetString password,
byte[] engineID,
AuthenticationProtocol authProtocol) |
byte[] |
Priv3DES.extendShortKey(byte[] shortKey,
OctetString password,
byte[] engineID,
AuthenticationProtocol authProtocol) |
byte[] |
PrivacyProtocol.extendShortKey(byte[] shortKey,
OctetString password,
byte[] engineID,
AuthenticationProtocol authProtocol)
Extend a localized key that is too short.
|
byte[] |
PrivAES.extendShortKey(byte[] shortKey,
OctetString password,
byte[] engineID,
AuthenticationProtocol authProtocol) |
UsmTimeEntry |
UsmTimeTable.getEntry(OctetString engineID) |
UsmTimeEntry |
UsmTimeTable.getTime(OctetString engineID) |
UsmUserEntry |
UsmUserTable.getUser(OctetString securityName) |
UsmUserEntry |
UsmUserTable.getUser(OctetString engineID,
OctetString securityName) |
UsmUserEntry |
USM.getUser(OctetString engineID,
OctetString securityName)
Looks up a
UsmUserEntry by an engine ID and
security name. |
List<UsmUserEntry> |
UsmUserTable.getUserEntries(OctetString userName)
Gets all user entries with the supplied user name.
|
boolean |
USM.hasUser(OctetString engineID,
OctetString securityName)
Checks if the specified user is known by this USM.
|
byte[] |
AuthGeneric.passwordToKey(OctetString passwordString,
byte[] engineID) |
byte[] |
AuthenticationProtocol.passwordToKey(OctetString passwordString,
byte[] engineID)
Generates the localized key for the given password and engine id.
|
byte[] |
SecurityProtocols.passwordToKey(OID authProtocolID,
OctetString passwordString,
byte[] engineID)
Generates the localized key for the given password and engine id for the
authentication protocol specified by the supplied OID.
|
byte[] |
SecurityProtocols.passwordToKey(OID privProtocolID,
OID authProtocolID,
OctetString passwordString,
byte[] engineID)
Generates the localized key for the given password and engine id for the
privacy protocol specified by the supplied OID.
|
int |
SecurityModel.processIncomingMsg(int messageProcessingModel,
int maxMessageSize,
SecurityParameters securityParameters,
SecurityModel securityModel,
int securityLevel,
BERInputStream wholeMsg,
TransportStateReference tmStateReference,
OctetString securityEngineID,
OctetString securityName,
BEROutputStream scopedPDU,
Integer32 maxSizeResponseScopedPDU,
SecurityStateReference securityStateReference,
StatusInformation statusInfo)
Processes an incoming message and returns its plaintext payload.
|
int |
TSM.processIncomingMsg(int messageProcessingModel,
int maxMessageSize,
SecurityParameters securityParameters,
SecurityModel securityModel,
int securityLevel,
BERInputStream wholeMsg,
TransportStateReference tmStateReference,
OctetString securityEngineID,
OctetString securityName,
BEROutputStream scopedPDU,
Integer32 maxSizeResponseScopedPDU,
SecurityStateReference securityStateReference,
StatusInformation statusInfo) |
int |
USM.processIncomingMsg(int snmpVersion,
int maxMessageSize,
SecurityParameters securityParameters,
SecurityModel securityModel,
int securityLevel,
BERInputStream wholeMsg,
TransportStateReference tmStateReference,
OctetString securityEngineID,
OctetString securityName,
BEROutputStream scopedPDU,
Integer32 maxSizeResponseScopedPDU,
SecurityStateReference securityStateReference,
StatusInformation statusInfo) |
List<UsmUser> |
USM.removeAllUsers(OctetString userName)
Removes all USM user from the internal user name table with the specified user
name.
|
List<UsmUserEntry> |
UsmUserTable.removeAllUsers(OctetString securityName,
OctetString engineID) |
List<UsmUser> |
USM.removeAllUsers(OctetString userName,
OctetString engineID)
Removes all USM user from the internal user name table with the specified user
name and (optional) engine ID.
|
void |
USM.removeEngineTime(OctetString engineID)
Removes the specified engine ID from the internal time cache and thus
forces an engine time rediscovery the next time the SNMP engine with
the supplied ID is contacted.
|
void |
UsmTimeTable.removeEntry(OctetString engineID)
Removes the specified engine ID from the time cache.
|
UsmUserEntry |
UsmUserTable.removeUser(OctetString engineID,
OctetString securityName) |
UsmUser |
USM.removeUser(OctetString engineID,
OctetString userName)
Deprecated.
If the engineID
null is provided this method does only
delete the generic user. All already localized users will not be deleted.
To delete those users too, use USM.removeAllUsers() instead. |
void |
UsmSecurityParameters.setAuthenticationParameters(OctetString authenticationParameters) |
void |
UsmUserEntry.setEngineID(OctetString engineID) |
void |
USM.setLocalEngine(OctetString localEngineID,
int engineBoots,
int engineTime)
Sets the local engine ID, number of boots, and time after boot.
|
void |
TSM.setLocalEngineID(OctetString localEngineID) |
void |
UsmSecurityParameters.setPrivacyParameters(OctetString privacyParameters) |
void |
UsmSecurityParameters.setUserName(OctetString userName) |
void |
UsmUserEntry.setUserName(OctetString userName) |
Constructor and Description |
---|
TSM(OctetString localEngineID,
boolean usePrefix) |
USM(SecurityProtocols securityProtocols,
OctetString localEngineID,
int engineBoots)
Creates a USM with the support for the supplied security protocols.
|
UsmSecurityParameters(OctetString authoritativeEngineID,
Integer32 authoritativeEngineBoots,
Integer32 authoritativeEngineTime,
OctetString userName,
AuthenticationProtocol authenticationProtocol,
PrivacyProtocol privacyProtocol) |
UsmTimeEntry(OctetString engineID,
int engineBoots,
int engineTime)
Creates a time entry with engine ID, engine boots and time.
|
UsmTimeTable(OctetString localEngineID,
int engineBoots) |
UsmUser(OctetString securityName,
OID authenticationProtocol,
OctetString authenticationPassphrase,
OID privacyProtocol,
OctetString privacyPassphrase)
Creates a USM user.
|
UsmUser(OctetString securityName,
OID authenticationProtocol,
OctetString authenticationPassphrase,
OID privacyProtocol,
OctetString privacyPassphrase,
OctetString localizationEngineID)
Creates a localized USM user.
|
UsmUserEntry(byte[] engineID,
OctetString securityName,
OID authProtocol,
byte[] authKey,
OID privProtocol,
byte[] privKey)
Creates a localized user entry.
|
UsmUserEntry(OctetString userName,
OctetString engineID,
UsmUser user)
Creates a user with user name and associated
UsmUser . |
UsmUserEntry(OctetString userName,
UsmUser user)
Creates a user with user name and associated
UsmUser . |
UsmUserKey(OctetString engineID,
OctetString securityName) |
Modifier and Type | Method and Description |
---|---|
static OctetString |
DHOperations.derivePrivateKey(KeyPair keyPair) |
static OctetString |
DHOperations.derivePublicKey(KeyPair keyPair) |
static OctetString |
DHParameters.encodeBER(BigInteger prime,
BigInteger generator,
int privateValueLength) |
Modifier and Type | Method and Description |
---|---|
static Map<OctetString,OctetString[]> |
DHOperations.getDHKickstartPublicKeys(Session session,
PDUFactory pduFactory,
Target target,
Set<OctetString> managerPublic)
Get the public keys of the agent's kickstart table that match the local public keys provided from a remote agent.
|
Modifier and Type | Method and Description |
---|---|
static KeyPair |
DHOperations.createKeyPair(OctetString publicKeyOctets,
OctetString privateKeyOctets,
DHParameters dhParameters) |
static DHParameters |
DHParameters.getDHParametersFromBER(OctetString berValue) |
Modifier and Type | Method and Description |
---|---|
static Map<OctetString,OctetString[]> |
DHOperations.getDHKickstartPublicKeys(Session session,
PDUFactory pduFactory,
Target target,
Set<OctetString> managerPublic)
Get the public keys of the agent's kickstart table that match the local public keys provided from a remote agent.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
PrivAESWith3DESKeyExtension.extendShortKey(byte[] shortKey,
OctetString password,
byte[] engineID,
AuthenticationProtocol authProtocol) |
Modifier and Type | Class and Description |
---|---|
class |
BitString
The
BitString class represents the obsolete SMI type
BIT STRING which has been defined in RFC 1442 (an SNMPv2 draft) but
which has been obsoleteted by RFC 1902 and RFC 2578. |
class |
Opaque
The
Opaque class represents the SMI type Opaque which is used
to transparently exchange BER encoded values. |
Modifier and Type | Method and Description |
---|---|
static OctetString |
OctetString.fromByteArray(byte[] value)
Creates an
OctetString from an byte array. |
static OctetString |
OctetString.fromHexString(String hexString) |
static OctetString |
OctetString.fromHexString(String hexString,
char delimiter) |
static OctetString |
OctetString.fromHexStringPairs(String hexString)
Create an OctetString from a hexadecimal string of 2-byte pairs without
delimiter.
|
static OctetString |
OctetString.fromString(String string,
char delimiter,
int radix) |
static OctetString |
OctetString.fromString(String string,
int radix)
Creates an OctetString from a string representation in the specified
radix.
|
OctetString |
OctetString.mask(OctetString mask)
Returns a copy of this OctetString where each bit not set in the supplied
mask zeros the corresponding bit in the returned OctetString.
|
OctetString |
OctetString.substring(int beginIndex,
int endIndex)
Returns a new string that is a substring of this string.
|
Modifier and Type | Method and Description |
---|---|
static Collection<OctetString> |
OctetString.split(OctetString octetString,
OctetString delimOctets)
Splits an
OctetString using a set of delimiter characters
similar to how a StringTokenizer would do it. |
Modifier and Type | Method and Description |
---|---|
void |
OctetString.append(OctetString octetString)
Appends an octet string.
|
OctetString |
OctetString.mask(OctetString mask)
Returns a copy of this OctetString where each bit not set in the supplied
mask zeros the corresponding bit in the returned OctetString.
|
OID |
OID.mask(OctetString mask)
Returns a copy of this OID where sub-identifiers have been set to zero
for all n-th sub-identifier where the n-th bit of mask is zero.
|
void |
TransportIpAddress.setTransportAddress(OctetString transportAddress)
Sets this transport address from an OcetString containing the address
value in format as specified by the TRANSPORT-ADDRESS-MIB.
|
void |
VariantVariable.setValue(OctetString value) |
void |
Opaque.setValue(OctetString value) |
static Collection<OctetString> |
OctetString.split(OctetString octetString,
OctetString delimOctets)
Splits an
OctetString using a set of delimiter characters
similar to how a StringTokenizer would do it. |
boolean |
OctetString.startsWith(OctetString prefix)
Tests if this octet string starts with the specified prefix.
|
Constructor and Description |
---|
OctetString(OctetString other)
Creates an octet string from another OctetString by cloning its value.
|
Modifier and Type | Method and Description |
---|---|
OctetString |
SnmpRequest.getAuthoritativeEngineID() |
OctetString |
SnmpRequest.getAuthPassphrase() |
OctetString |
SnmpRequest.getCommunity() |
OctetString |
SnmpRequest.getContextEngineID() |
OctetString |
SnmpRequest.getContextName() |
OctetString |
SnmpRequest.getPrivPassphrase() |
OctetString |
SnmpRequest.getSecurityName() |
Modifier and Type | Method and Description |
---|---|
void |
SnmpRequest.setAuthoritativeEngineID(OctetString authoritativeEngineID) |
void |
SnmpRequest.setAuthPassphrase(OctetString authPassphrase) |
void |
SnmpRequest.setCommunity(OctetString community) |
void |
SnmpRequest.setContextEngineID(OctetString contextEngineID) |
void |
SnmpRequest.setContextName(OctetString contextName) |
void |
SnmpRequest.setPrivPassphrase(OctetString privPassphrase) |
void |
SnmpRequest.setSecurityName(OctetString securityName) |
Modifier and Type | Method and Description |
---|---|
static OctetString |
TLSTM.getFingerprint(X509Certificate cert) |
Constructor and Description |
---|
SessionID(OctetString tmSecurityName,
SshAddress address) |
Modifier and Type | Method and Description |
---|---|
OctetString |
SecurityNameMapping.getData() |
OctetString |
SecurityNameMapping.getFingerprint() |
static OctetString |
TLSTMUtil.getFingerprint(X509Certificate cert) |
static OctetString |
TLSTMUtil.getIpAddressFromSubjAltName(Collection<List<?>> altNames) |
OctetString |
SecurityNameMapping.getSecurityName() |
OctetString |
TlsTmSecurityCallbackProxy.getSecurityName(C[] peerCertificateChain) |
OctetString |
TlsTmSecurityCallback.getSecurityName(C[] peerCertificateChain)
Gets the tmSecurityName (see RFC 5953) from the certificate chain of the communication peer that needs to be
authenticated.
|
OctetString |
DefaultTlsTmSecurityCallback.getSecurityName(X509Certificate[] peerCertificateChain) |
OctetString |
PropertiesTlsTmSecurityCallback.getSecurityName(X509Certificate[] peerCertificateChain) |
OctetString |
DefaultTlsTmSecurityCallback.removeSecurityNameMapping(OctetString fingerprint,
SecurityNameMapping.CertMappingType type,
OctetString data) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTlsTmSecurityCallback.addSecurityNameMapping(OctetString fingerprint,
SecurityNameMapping.CertMappingType type,
OctetString data,
OctetString securityName)
Adds a mapping to derive a security name from a certificate.
|
static boolean |
TLSTMUtil.isMatchingFingerprint(X509Certificate[] x509Certificates,
OctetString fingerprint,
boolean useClientMode,
CounterSupport tlstmCounters,
LogAdapter logger,
Object eventSource) |
OctetString |
DefaultTlsTmSecurityCallback.removeSecurityNameMapping(OctetString fingerprint,
SecurityNameMapping.CertMappingType type,
OctetString data) |
Constructor and Description |
---|
SecurityNameMapping(OctetString fingerprint,
OctetString data,
SecurityNameMapping.CertMappingType type,
OctetString securityName) |
TlsX509CertifiedTarget(Address address,
OctetString identity,
OctetString serverFingerprint,
OctetString clientFingerprint,
TlsTmSecurityCallback<X509Certificate> tlsTmSecurityCallback) |
Modifier and Type | Method and Description |
---|---|
static OctetString |
SnmpConfigurator.createOctetString(String s,
String defaultString)
Create an OctetString from a String value.
|
OctetString |
DefaultPDUFactory.getContextEngineID()
Gets the context engine ID for
ScopedPDU instances created
by this factory. |
OctetString |
DefaultPDUFactory.getContextName()
Gets the context name for
ScopedPDU instances created
by this factory. |
Modifier and Type | Method and Description |
---|---|
void |
DefaultPDUFactory.setContextEngineID(OctetString contextEngineID)
Sets the context engine ID for
ScopedPDU instances created
by this factory. |
void |
DefaultPDUFactory.setContextName(OctetString contextName)
Sets the context name for
ScopedPDU instances created
by this factory. |
Constructor and Description |
---|
DefaultPDUFactory(int pduType,
OctetString contextEngineID,
OctetString contextName)
Creates a
PDUFactory with type and context information. |
Copyright © 2020 SNMP4J.org. All rights reserved.