Classes and interfaces providing I/O functionality.
-
Returns an ASN.1 reader whose source is the provided byte array and
having an unlimited maximum BER element size.
Asn1.getReader(byte[] array,
int maxElementSize)
Returns an ASN.1 reader whose source is the provided byte array and
having a user defined maximum BER element size.
Returns an ASN.1 reader whose source is the provided input stream and
having an unlimited maximum BER element size.
Returns an ASN.1 reader whose source is the provided input stream and
having a user defined maximum BER element size.
Returns an ASN.1 reader whose source is the provided byte string and
having an unlimited maximum BER element size.
Returns an ASN.1 reader whose source is the provided byte string and
having a user defined maximum BER element size.
Returns an ASN.1 reader whose source is the provided byte string reader
and having an unlimited maximum BER element size.
Returns an ASN.1 reader whose source is the provided byte string reader
and having a user defined maximum BER element size.
Reads the next element as an explicit tag ignoring the ASN.1 type tag.
Reads the next element as an explicit tag having the provided tag type.
Reads the next element as a sequence having the Universal Sequence ASN.1 type tag.
Reads the next element as a sequence having the provided type tag.
Reads the next element as a set having the Universal Set ASN.1 type tag.
Reads the next element as a set having the provided type tag.
Skips the next element without decoding it.
Skips the next element having the provided type tag without decoding it.
Creates a new LDAP reader which will read LDAP messages from an ASN.1
reader using the provided decoding options.
Reads the next ASN.1 element from the provided ASN1Reader
as an Attribute
.
Reads the next ASN.1 element from the provided ASN1Reader
as a Control
.
Reads the next ASN.1 element from the provided ASN1Reader
as an Entry
.
Reads the next ASN.1 element from the provided ASN1Reader
as a Filter
using a maximum filter
depth of 100.
Reads the next ASN.1 element from the provided ASN1Reader
as a Filter
using the provided maximum
filter depth.
Reads the next ASN.1 element from the provided ASN1Reader
as a Modification
.