Package org.opennms.protocols.snmp.asn1
SNMP ASN1 protocol implementation.
-
Interface Summary Interface Description AsnEncoder The AsnEncoder interface defines the contract that objects for encoding/decoding ASN.1 SNMP values must fulfill. -
Class Summary Class Description ASN1 Public ASN.1 definitions.BerEncoder The BerEncoder class is used to implement the AsnEncoder interface for the Basic Encoding Rules (BER). -
Exception Summary Exception Description AsnDecodingException The AsnDecodingException is generated whenever an error occurs in ASN.1 decoding of data types.AsnEncodingException The AsnEncodingException is generated whenever an error occurs in ASN.1 encoding of data types.