aicas logo Jamaica 3.4 release 8

com.sun.jndi.ldap
Class Ber

java.lang.Object
  extended by 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.


Field Summary
static int ASN_APPLICATION
           
static int ASN_BIT_STRING
           
static int ASN_BOOLEAN
           
static int ASN_CONSTRUCTOR
           
static int ASN_CONTEXT
           
static int ASN_ENUMERATED
           
static int ASN_INTEGER
           
static int ASN_NULL
           
static int ASN_OBJECT_ID
           
static int ASN_OCTET_STR
           
static int ASN_PRIMITIVE
           
static int ASN_PRIVATE
           
static int ASN_SEQUENCE
           
static int ASN_SET
           
static int ASN_SIMPLE_STRING
           
static int ASN_UNIVERSAL
           
protected  byte[] buf
           
protected  int bufsize
           
protected  int offset
           
 
Constructor Summary
protected Ber()
           
 
Method Summary
static void dumpBER(OutputStream outStream, String tag, byte[] bytes, int from, int to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Ber

protected Ber()
Method Detail

dumpBER

public static void dumpBER(OutputStream outStream,
                           String tag,
                           byte[] bytes,
                           int from,
                           int to)

aicas logo Jamaica 3.4 release 8

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2009 aicas GmbH. All Rights Reserved.