Frames | No Frames |
Constructors with parameter type netscape.ldap.ber.stream.BERTagDecoder | |
Constructs an "any" element from an input stream. | |
Constructs a bitstring element from an input stream
(for constructed encodings). | |
Constructs a character string element from an input stream
(for constructed encoding)
| |
Constructs a choice element from an input stream. | |
Constructs a construct element from an input stream. | |
Constructs a numeric string element from an input stream
(for constructed encoding)
| |
Constructs an octet string element from an input stream
(for constructed encoding)
| |
Constructs a printable string element from an input stream
(for constructed encoding)
| |
Constructs a sequence element from an input stream. | |
Constructs a set element from an input stream. | |
Constructs a tag element from an input stream. | |
Constructs a UTCTime element from an input stream
(for constructed encoding)
| |
Constructs a visiblestring element with the input stream. |
Methods with parameter type netscape.ldap.ber.stream.BERTagDecoder | |
BERElement | Gets a ber element from the input stream. |
BERElement | BERTagDecoder.getElement(BERTagDecoder decoder, int tag, InputStream stream, int[] bytes_read, boolean[] implicit) Gets an application specific ber element from an input stream. |
Classes derived from netscape.ldap.ber.stream.BERTagDecoder | |
class | This class is to help BER libraries to make decision
on how to decode an implicit object. |
Methods with parameter type netscape.ldap.ber.stream.BERTagDecoder | |
BERElement | JDAPBERTagDecoder.getElement(BERTagDecoder decoder, int tag, InputStream stream, int[] bytes_read, boolean[] implicit) Gets an application specific ber element from the stream. |