Method and Description |
---|
org.snmp4j.asn1.BER.checkSequenceLength(int, BERSerializable)
Use
BER.checkSequenceLength(int, int, BERSerializable) because it is immune against longer
than minimum numeric value encodings. |
org.snmp4j.mp.MPv3.createPDU(Target) |
org.snmp4j.security.USM.removeUser(OctetString, OctetString)
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. |
Constructor and Description |
---|
org.snmp4j.security.AuthSHA2(String, OID, int, int)
Use
AuthSHA2.AuthSHA2(String, OID, int, int, int) instead to specify the correct
HMAC block size |
org.snmp4j.smi.BitString()
The BIT STRING type has been temporarily defined in RFC 1442
and obsoleted by RFC 2578. Use OctetString (i.e. BITS syntax)
instead.
|
Copyright © 2020 SNMP4J.org. All rights reserved.