All Packages Class Hierarchy This Package Previous Next Index
Class aka.snmp.ASN
java.lang.Object
|
+----aka.snmp.ASN
- public class ASN
- extends Object
Class encapsulating ASN constants and miscellanous ASN routines.
-
APPLICATION
-
-
BIT8
-
-
BIT_STR
-
-
BOOLEAN
-
-
CONSTRUCTOR
-
-
CONTEXT
-
-
COUNTER
-
-
EXTENSION_ID
-
-
GAUGE
-
-
INTEGER
-
-
IPADDRESS
-
-
LONG_LEN
-
-
NULL
-
-
OBJECT_ID
-
-
OCTET_STR
-
-
PRIMITIVE
-
-
PRIVATE
-
-
SEQUENCE
-
-
SET
-
-
TIMETICKS
-
-
UNIVERSAL
-
-
buildLength(int)
- Returns the ASN encoding of length
-
getLength(ByteBuffer)
- Returns the length from the ASN encoding in buffer
-
main(String[])
- Test Harness
BOOLEAN
public static final byte BOOLEAN
INTEGER
public static final byte INTEGER
BIT_STR
public static final byte BIT_STR
OCTET_STR
public static final byte OCTET_STR
NULL
public static final byte NULL
OBJECT_ID
public static final byte OBJECT_ID
SEQUENCE
public static final byte SEQUENCE
SET
public static final byte SET
UNIVERSAL
public static final byte UNIVERSAL
APPLICATION
public static final byte APPLICATION
CONTEXT
public static final byte CONTEXT
PRIVATE
public static final byte PRIVATE
PRIMITIVE
public static final byte PRIMITIVE
CONSTRUCTOR
public static final byte CONSTRUCTOR
LONG_LEN
public static final byte LONG_LEN
EXTENSION_ID
public static final byte EXTENSION_ID
BIT8
public static final byte BIT8
IPADDRESS
public static final byte IPADDRESS
COUNTER
public static final byte COUNTER
TIMETICKS
public static final byte TIMETICKS
GAUGE
public static final byte GAUGE
buildLength
public static ByteBuffer buildLength(int length)
- Returns the ASN encoding of length
- See Also:
- getLength
getLength
public static int getLength(ByteBuffer buffer)
- Returns the length from the ASN encoding in buffer
- See Also:
- buildLength
main
public static void main(String args[])
- Test Harness
All Packages Class Hierarchy This Package Previous Next Index