Uses of Interface
org.snmp4j.asn1.BERSerializable
-
Packages that use BERSerializable Package Description org.snmp4j Provides classes and interfaces for creating, sending, and receiving SNMP messages.org.snmp4j.asn1 Provides classes and interfaces for the mapping between Abstract Syntax Notation One (ASN.1) formatted values and their transfer syntax according to the Basic Encoding Rules (BER).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.smi Provides classes for the representation of SMIv1/v2 data types (which also includes some basic ASN.1 primitive data types). -
-
Uses of BERSerializable in org.snmp4j
Classes in org.snmp4j that implement BERSerializable Modifier and Type Class Description classPDUThePDUclass represents a SNMP protocol data unit.classPDUv1ThePDUv1represents SNMPv1 PDUs.classScopedPDUTheScopedPDUclass represents a SNMPv3 scoped PDU. -
Uses of BERSerializable in org.snmp4j.asn1
Methods in org.snmp4j.asn1 with parameters of type BERSerializable Modifier and Type Method Description static voidBER. checkSequenceLength(int expectedLength, int actualLength, BERSerializable sequence)Checks the length of a sequence, by computing the expected payload length and comparing it with the actual length as given.static voidBER. checkSequenceLength(int expectedLength, BERSerializable sequence)Deprecated.UseBER.checkSequenceLength(int, int, BERSerializable)because it is immune against longer than minimum numeric value encodings. -
Uses of BERSerializable in org.snmp4j.mp
Classes in org.snmp4j.mp that implement BERSerializable Modifier and Type Class Description static classMPv3.HeaderDataTheHeaderDatarepresents the message header information of SNMPv3 message. -
Uses of BERSerializable in org.snmp4j.security
Subinterfaces of BERSerializable in org.snmp4j.security Modifier and Type Interface Description interfaceSecurityParametersTheSecurityParametersinterface represents the security parameters in a SNMPv3 message.Classes in org.snmp4j.security that implement BERSerializable Modifier and Type Class Description classSecretOctetStringTheSecretOctetStringis anOctetStringfor secret data like keys and passwords.classTsmSecurityParametersSecurityParametersimplementation for theTSMsecurity model.classUsmSecurityParameters -
Uses of BERSerializable in org.snmp4j.smi
Subinterfaces of BERSerializable in org.snmp4j.smi Modifier and Type Interface Description interfaceVariableTheVariableinterface defines common attributes of all SNMP variables.Classes in org.snmp4j.smi that implement BERSerializable Modifier and Type Class Description classAbstractVariableTheVariableabstract class is the base class for all SNMP variables.classBitStringTheBitStringclass 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.classCounter32TheCounter32class allows all the functionality of unsigned integers but is recognized as a distinct SMI type, which is used for monotonically increasing values that wrap around at 2^32-1 (4294967295).classCounter64TheCounter64class represents a 64bit unsigned integer type.classDtlsAddressTheTlsAddressrepresents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.classGauge32TheGauge32class is indistinguishable fromUnsignedInteger32.classGenericAddressTheGenericAddressimplements the decorator and factory design pattern to provide a generic address type.classInteger32TheInteger32represents 32bit signed integer values for SNMP.classIpAddressTheIpAddressclass represents an IPv4 address SNMP variable.classNullTheNullclass represents SMI Null and the derived SMIv2 exception syntaxes.classOctetStringTheOctetStringclass represents the SMI type OCTET STRING.classOIDThe Object Identifier Class.classOpaqueTheOpaqueclass represents the SMI type Opaque which is used to transparently exchange BER encoded values.classSMIAddressASMIAddressis an address that is defined by the Structure of Management Information (SMI) and can be thereby serialized through the Basic Encoding Rules (BER) used by the SNMP protocol.classTcpAddressTheTcpAddressrepresents TCP/IP transport addresses.classTimeTicksTheTimeTicksclass represents the time in 1/100 seconds since some epoch (which should be have been defined in the corresponding MIB specification).classTlsAddressTheTlsAddressrepresents a TLS transport addresses as defined by RFC 5953 SnmpTSLAddress textual convention.classTransportIpAddressTheTransportIpAddressis the abstract base class for all transport addresses on top of IP network addresses.classUdpAddressTheUdpAddressrepresents UDP/IP transport addresses.classUnsignedInteger32UnsignedInteger32 type is an SNMP type that represents unsigned 32bit integer values (0 to 4294967295).classVariableBindingclassVariantVariableTheVariantVariableprovides a decorator for any type of Variable instance, to be able to intercept or monitor variable value modification by using aVariantVariableCallback.
-