Package | Description |
---|---|
netscape.ldap.ber.stream | |
netscape.ldap.client |
Modifier and Type | Method and Description |
---|---|
static BERElement |
BERElement.getElement(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Gets a ber element from the input stream.
|
abstract BERElement |
BERTagDecoder.getElement(BERTagDecoder decoder,
int tag,
java.io.InputStream stream,
int[] bytes_read,
boolean[] implicit)
Gets an application specific ber element from an input stream.
|
Constructor and Description |
---|
BERAny(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs an "any" element from an input stream.
|
BERBitString(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a bitstring element from an input stream
(for constructed encodings).
|
BERCharacterString(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a character string element from an input stream
(for constructed encoding)
|
BERChoice(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a choice element from an input stream.
|
BERConstruct(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a construct element from an input stream.
|
BERNumericString(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a numeric string element from an input stream
(for constructed encoding)
|
BEROctetString(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs an octet string element from an input stream
(for constructed encoding)
|
BERPrintableString(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a printable string element from an input stream
(for constructed encoding)
|
BERSequence(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a sequence element from an input stream.
|
BERSet(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a set element from an input stream.
|
BERTag(BERTagDecoder decoder,
int tag,
java.io.InputStream stream,
int[] bytes_read)
Constructs a tag element from an input stream.
|
BERUTCTime(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a UTCTime element from an input stream
(for constructed encoding)
|
BERVisibleString(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Constructs a visiblestring element with the input stream.
|
Modifier and Type | Class and Description |
---|---|
class |
JDAPBERTagDecoder
This class is to help BER libraries to make decision
on how to decode an implicit object.
|
Modifier and Type | Method and Description |
---|---|
BERElement |
JDAPBERTagDecoder.getElement(BERTagDecoder decoder,
int tag,
java.io.InputStream stream,
int[] bytes_read,
boolean[] implicit)
Gets an application specific ber element from the stream.
|