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.

Field Summary

static int
APPLICATION
static int
BIT_STRING
static int
BOOLEAN
static int
CONTEXT
static int
DESCRIPTOR
static int
EMBEDDED_PDV
static int
ENUMERATED
static int
EXTERNAL
static int
FILTER_AND
static int
FILTER_APPROX
static int
FILTER_EQUAL
static int
FILTER_EXTENSIBLE
static int
FILTER_GREATER
static int
FILTER_LESS
static int
FILTER_NOT
static int
FILTER_OR
static int
FILTER_PRESENT
static int
FILTER_SUBSTRING
static int
INTEGER
static int
NULL
static int
OCTET_STRING
static int
OID
static int
PRIVATE
static int
REAL
static int
RELATIVE_OID
static int
SEQUENCE
static int
SET
static int
UNIVERSAL
static int
UTF8_STRING

Field Details

APPLICATION

public static final int APPLICATION

Field Value:
64


BIT_STRING

public static final int BIT_STRING

Field Value:
3


BOOLEAN

public static final int BOOLEAN

Field Value:
1


CONTEXT

public static final int CONTEXT

Field Value:
128


DESCRIPTOR

public static final int DESCRIPTOR

Field Value:
7


EMBEDDED_PDV

public static final int EMBEDDED_PDV

Field Value:
11


ENUMERATED

public static final int ENUMERATED

Field Value:
10


EXTERNAL

public static final int EXTERNAL

Field Value:
8


FILTER_AND

public static final int FILTER_AND

Field Value:
160


FILTER_APPROX

public static final int FILTER_APPROX

Field Value:
168


FILTER_EQUAL

public static final int FILTER_EQUAL

Field Value:
163


FILTER_EXTENSIBLE

public static final int FILTER_EXTENSIBLE

Field Value:
169


FILTER_GREATER

public static final int FILTER_GREATER

Field Value:
165


FILTER_LESS

public static final int FILTER_LESS

Field Value:
166


FILTER_NOT

public static final int FILTER_NOT

Field Value:
162


FILTER_OR

public static final int FILTER_OR

Field Value:
161


FILTER_PRESENT

public static final int FILTER_PRESENT

Field Value:
135


FILTER_SUBSTRING

public static final int FILTER_SUBSTRING

Field Value:
164


INTEGER

public static final int INTEGER

Field Value:
2


NULL

public static final int NULL

Field Value:
5


OCTET_STRING

public static final int OCTET_STRING

Field Value:
4


OID

public static final int OID

Field Value:
6


PRIVATE

public static final int PRIVATE

Field Value:
192


REAL

public static final int REAL

Field Value:
9


RELATIVE_OID

public static final int RELATIVE_OID

Field Value:
13


SEQUENCE

public static final int SEQUENCE

Field Value:
16


SET

public static final int SET

Field Value:
17


UNIVERSAL

public static final int UNIVERSAL

Field Value:
0


UTF8_STRING

public static final int UTF8_STRING

Field Value:
12


* BERConstants.java * Copyright (C) 2004 The Free Software Foundation * * This file is part of GNU inetlib, a library. * * GNU inetlib is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * GNU inetlib is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Linking this library statically or dynamically with other modules is * making a combined work based on this library. Thus, the terms and * conditions of the GNU General Public License cover the whole * combination. * * As a special exception, the copyright holders of this library give you * permission to link this library with independent modules to produce an * executable, regardless of the license terms of these independent * modules, and to copy and distribute the resulting executable under * terms of your choice, provided that you also meet, for each linked * independent module, the terms and conditions of the license of that * module. An independent module is a module which is not derived from * or based on this library. If you modify this library, you may extend * this exception to your version of the library, but you are not * obliged to do so. If you do not wish to do so, delete this * exception statement from your version.