gnu.inet.ldap
Interface BERConstants
public interface BERConstants
Constants used in BER encoding and decoding.
Universal types are described in ISO/IEC 8824-1:2003, section 8.4.
UNIVERSAL
static final int UNIVERSAL
- See Also:
- Constant Field Values
APPLICATION
static final int APPLICATION
- See Also:
- Constant Field Values
CONTEXT
static final int CONTEXT
- See Also:
- Constant Field Values
PRIVATE
static final int PRIVATE
- See Also:
- Constant Field Values
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
INTEGER
static final int INTEGER
- See Also:
- Constant Field Values
BIT_STRING
static final int BIT_STRING
- See Also:
- Constant Field Values
OCTET_STRING
static final int OCTET_STRING
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
OID
static final int OID
- See Also:
- Constant Field Values
DESCRIPTOR
static final int DESCRIPTOR
- See Also:
- Constant Field Values
EXTERNAL
static final int EXTERNAL
- See Also:
- Constant Field Values
REAL
static final int REAL
- See Also:
- Constant Field Values
ENUMERATED
static final int ENUMERATED
- See Also:
- Constant Field Values
EMBEDDED_PDV
static final int EMBEDDED_PDV
- See Also:
- Constant Field Values
UTF8_STRING
static final int UTF8_STRING
- See Also:
- Constant Field Values
RELATIVE_OID
static final int RELATIVE_OID
- See Also:
- Constant Field Values
SEQUENCE
static final int SEQUENCE
- See Also:
- Constant Field Values
SET
static final int SET
- See Also:
- Constant Field Values
FILTER_PRESENT
static final int FILTER_PRESENT
- See Also:
- Constant Field Values
FILTER_AND
static final int FILTER_AND
- See Also:
- Constant Field Values
FILTER_OR
static final int FILTER_OR
- See Also:
- Constant Field Values
FILTER_NOT
static final int FILTER_NOT
- See Also:
- Constant Field Values
FILTER_EQUAL
static final int FILTER_EQUAL
- See Also:
- Constant Field Values
FILTER_SUBSTRING
static final int FILTER_SUBSTRING
- See Also:
- Constant Field Values
FILTER_GREATER
static final int FILTER_GREATER
- See Also:
- Constant Field Values
FILTER_LESS
static final int FILTER_LESS
- See Also:
- Constant Field Values
FILTER_APPROX
static final int FILTER_APPROX
- See Also:
- Constant Field Values
FILTER_EXTENSIBLE
static final int FILTER_EXTENSIBLE
- See Also:
- Constant Field Values