Class BEREnumerated

java.lang.Object
All Implemented Interfaces:
Serializable

public class BEREnumerated extends BERIntegral
This class is for the Enumerated object.
 ENCODING RULE:
   Primitive Definite length.
   tag = 0x0a
   length = (short or long form)
   one or more contents octets hold integral value
   value in two's complement

 Example:  (Enumerated - 1)
   0A 01 01
 
Version:
1.0 seeAlso CCITT X.209
See Also: