JoeSNMP API 0.3.3

Uses of Class
org.opennms.protocols.snmp.asn1.AsnDecodingException

Packages that use AsnDecodingException
org.opennms.protocols.snmp   
org.opennms.protocols.snmp.asn1   
 

Uses of AsnDecodingException in org.opennms.protocols.snmp
 

Methods in org.opennms.protocols.snmp that throw AsnDecodingException
 int SnmpCounter64.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Used to decode the integer value from the ASN.1 buffer.
 int SnmpVarBind.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Used to recover the encoded variable data from the passed ASN.1 buffer.
 int SnmpNull.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Used to decode the null value from the ASN.1 buffer.
 int SnmpOctetString.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Decodes the ASN.1 octet string from the passed buffer.
 int SnmpInt32.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Used to decode the integer value from the ASN.1 buffer.
 int SnmpPduPacket.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Decodes the protocol data unit from the passed buffer.
 int SnmpV2Error.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Decodes the passed buffer and updates the object to match the encoded information.
 int SnmpSyntax.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Decodes the ASN.1 buffer and sets the values in the SnmpSyntax object.
 int SnmpObjectId.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Decodes the ASN.1 object identifer from the passed buffer.
 int SnmpIPAddress.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Decodes the ASN.1 octet string from the passed buffer.
 int SnmpPduTrap.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Decodes the protocol data unit from the passed buffer.
 int SnmpUInt32.decodeASN(byte[] buf, int offset, AsnEncoder encoder)
          Used to decode the integer value from the ASN.1 buffer.
private  void SnmpPortal.handlePkt(java.net.DatagramPacket pkt)
          Recovers a SnmpPduPacket or SnmpPduTrap from the passed datagram and calls the appropriate method in the handler.
 

Uses of AsnDecodingException in org.opennms.protocols.snmp.asn1
 

Methods in org.opennms.protocols.snmp.asn1 that throw AsnDecodingException
 java.lang.Object[] AsnEncoder.parseHeader(byte[] buf, int startOffset)
          The parseHeader() method is used to decode an ASN.1 header from the specified buffer.
 java.lang.Object[] BerEncoder.parseHeader(byte[] buf, int startOffset)
          The parseHeader() method is used to decode an ASN.1 header from the specified buffer.
 java.lang.Object[] AsnEncoder.parseInteger32(byte[] buf, int startOffset)
          The parseInteger32() method is used to decode an ASN.1 32-bit signed integer from the specified buffer.
 java.lang.Object[] BerEncoder.parseInteger32(byte[] buf, int startOffset)
          The parseInteger32() method is used to decode an ASN.1 32-bit signed integer from the specified buffer.
 java.lang.Object[] AsnEncoder.parseLength(byte[] buf, int startOffset)
          The parseLength() method is used to decode an ASN.1 length from the specified buffer.
 java.lang.Object[] BerEncoder.parseLength(byte[] buf, int startOffset)
          The parseLength() method is used to decode an ASN.1 length from the specified buffer.
 java.lang.Object[] AsnEncoder.parseNull(byte[] buf, int startOffset)
          The parseNull() method is used to decode an ASN.1 Null value from the specified buffer.
 java.lang.Object[] BerEncoder.parseNull(byte[] buf, int startOffset)
          The parseNull() method is used to decode an ASN.1 Null value from the specified buffer.
 java.lang.Object[] AsnEncoder.parseObjectId(byte[] buf, int startOffset)
          The parseObjectId() method is used to decode an ASN.1 Object Identifer from the specified buffer.
 java.lang.Object[] BerEncoder.parseObjectId(byte[] buf, int startOffset)
          The parseObjectId() method is used to decode an ASN.1 Object Identifer from the specified buffer.
 java.lang.Object[] AsnEncoder.parseString(byte[] buf, int startOffset)
          The parseString() method is used to decode an ASN.1 opaque string from the specified buffer.
 java.lang.Object[] BerEncoder.parseString(byte[] buf, int startOffset)
          The parseString() method is used to decode an ASN.1 opaque string from the specified buffer.
 java.lang.Object[] AsnEncoder.parseUInteger32(byte[] buf, int startOffset)
          The parseUInteger32() method is used to decode an ASN.1 32-bit unsigned integer from the specified buffer.
 java.lang.Object[] BerEncoder.parseUInteger32(byte[] buf, int startOffset)
          The parseUInteger32() method is used to decode an ASN.1 32-bit unsigned integer from the specified buffer.
 java.lang.Object[] AsnEncoder.parseUInteger64(byte[] buf, int startOffset)
          The parseUInteger64() method is used to decode an ASN.1 64-bit unsigned integer from the specified buffer.
 java.lang.Object[] BerEncoder.parseUInteger64(byte[] buf, int startOffset)
          The parseUInteger64() method is used to decode an ASN.1 64-bit unsigned integer from the specified buffer.
 


JoeSNMP API 0.3.3

Generated by builder on ${TODAY} ${TSTAMP}.