com.sun.jndi.ldap
Class Ber
java.lang.Object
com.sun.jndi.ldap.Ber
- Direct Known Subclasses:
- BerDecoder, BerEncoder
public abstract class Ber
- extends Object
Base class that defines common fields, constants, and debug method.
|
Constructor Summary |
protected |
Ber()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buf
protected byte[] buf
offset
protected int offset
bufsize
protected int bufsize
ASN_BOOLEAN
public static final int ASN_BOOLEAN
- See Also:
- Constant Field Values
ASN_INTEGER
public static final int ASN_INTEGER
- See Also:
- Constant Field Values
ASN_BIT_STRING
public static final int ASN_BIT_STRING
- See Also:
- Constant Field Values
ASN_SIMPLE_STRING
public static final int ASN_SIMPLE_STRING
- See Also:
- Constant Field Values
ASN_OCTET_STR
public static final int ASN_OCTET_STR
- See Also:
- Constant Field Values
ASN_NULL
public static final int ASN_NULL
- See Also:
- Constant Field Values
ASN_OBJECT_ID
public static final int ASN_OBJECT_ID
- See Also:
- Constant Field Values
ASN_SEQUENCE
public static final int ASN_SEQUENCE
- See Also:
- Constant Field Values
ASN_SET
public static final int ASN_SET
- See Also:
- Constant Field Values
ASN_PRIMITIVE
public static final int ASN_PRIMITIVE
- See Also:
- Constant Field Values
ASN_UNIVERSAL
public static final int ASN_UNIVERSAL
- See Also:
- Constant Field Values
ASN_CONSTRUCTOR
public static final int ASN_CONSTRUCTOR
- See Also:
- Constant Field Values
ASN_APPLICATION
public static final int ASN_APPLICATION
- See Also:
- Constant Field Values
ASN_CONTEXT
public static final int ASN_CONTEXT
- See Also:
- Constant Field Values
ASN_PRIVATE
public static final int ASN_PRIVATE
- See Also:
- Constant Field Values
ASN_ENUMERATED
public static final int ASN_ENUMERATED
- See Also:
- Constant Field Values
Ber
protected Ber()
dumpBER
public static void dumpBER(OutputStream outStream,
String tag,
byte[] bytes,
int from,
int to)
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.