Uses of Package
org.snmp4j.asn1
Packages that use org.snmp4j.asn1
Package
Description
Provides classes and interfaces for creating, sending, and receiving SNMP
messages.
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).
Provides classes and interfaces for SNMP4J event processing.
Provides classes and interfaces for the SNMP message processing.
Provides classes and interfaces for authentication and privacy of SNMP(v3)
messages.
Provides classes for the representation of SMIv1/v2 data types (which also
includes some basic ASN.1 primitive data types).
-
Classes in org.snmp4j.asn1 used by org.snmp4jClassDescriptionThe
BERInputStream
class wraps aByteBuffer
and implements theInputStream
abstract class.The interfaceBERSerializable
has to be implemented by any data type class that needs to be serialized using the Basic Encoding Rules (BER) that provides enconding rules for ASN.1 data types. -
Classes in org.snmp4j.asn1 used by org.snmp4j.asn1ClassDescriptionThe
MutableByte
class serves for exchanging type information from the various decode* methods.TheBERInputStream
class wraps aByteBuffer
and implements theInputStream
abstract class.The interfaceBERSerializable
has to be implemented by any data type class that needs to be serialized using the Basic Encoding Rules (BER) that provides enconding rules for ASN.1 data types. -
Classes in org.snmp4j.asn1 used by org.snmp4j.eventClassDescriptionThe
BERInputStream
class wraps aByteBuffer
and implements theInputStream
abstract class. -
Classes in org.snmp4j.asn1 used by org.snmp4j.mpClassDescriptionThe
BERInputStream
class wraps aByteBuffer
and implements theInputStream
abstract class.TheBEROutputStream
class wraps aByteBuffer
to support BER encoding.The interfaceBERSerializable
has to be implemented by any data type class that needs to be serialized using the Basic Encoding Rules (BER) that provides enconding rules for ASN.1 data types. -
Classes in org.snmp4j.asn1 used by org.snmp4j.securityClassDescriptionThe
BERInputStream
class wraps aByteBuffer
and implements theInputStream
abstract class.TheBEROutputStream
class wraps aByteBuffer
to support BER encoding.The interfaceBERSerializable
has to be implemented by any data type class that needs to be serialized using the Basic Encoding Rules (BER) that provides enconding rules for ASN.1 data types. -
Classes in org.snmp4j.asn1 used by org.snmp4j.smiClassDescriptionThe
BERInputStream
class wraps aByteBuffer
and implements theInputStream
abstract class.The interfaceBERSerializable
has to be implemented by any data type class that needs to be serialized using the Basic Encoding Rules (BER) that provides enconding rules for ASN.1 data types.