Class BERElement

java.lang.Object
netscape.ldap.ber.stream.BERElement
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BERAny, BERBitString, BERBoolean, BERCharacterString, BERChoice, BERConstruct, BERIntegral, BERNull, BERObjectId, BEROctetString, BERReal, BERTag, BERUTCTime

public abstract class BERElement extends Object implements Serializable
This class is for the tagged object type. A nested tag is allowed. A tagged element contains another BER element.
Version:
1.0 seeAlso CCITT X.209
See Also: