Uses of Package
org.apache.directory.api.asn1.util

Packages that use org.apache.directory.api.asn1.util
org.apache.directory.api.asn1.ber.tlv   
org.apache.directory.api.asn1.util   
org.apache.directory.api.dsmlv2.reponse   
org.apache.directory.api.dsmlv2.request   
org.apache.directory.ldap.client.api   
 

Classes in org.apache.directory.api.asn1.util used by org.apache.directory.api.asn1.ber.tlv
BitString
          Implement the Bit String primitive type.
Oid
          This class implement an Oid (Object Identifier).

An Oid is encoded as a list of bytes representing integers.

An Oid has a numeric representation where number are separated with dots :
SPNEGO Oid = 1.3.6.1.5.5.2

Translating from a byte list to a dot separated list of number follows the rules :
the first number is in [0..2] the second number is in [0..39] if the first number is 0 or 1 the first byte has a value equal to : number 1 * 40 + number two the upper bit of a byte is set if the next byte is a part of the number
For instance, the SPNEGO Oid (1.3.6.1.5.5.2) will be encoded :
 

Classes in org.apache.directory.api.asn1.util used by org.apache.directory.api.asn1.util
BitString
          Implement the Bit String primitive type.
 

Classes in org.apache.directory.api.asn1.util used by org.apache.directory.api.dsmlv2.reponse
Oid
          This class implement an Oid (Object Identifier).

An Oid is encoded as a list of bytes representing integers.

An Oid has a numeric representation where number are separated with dots :
SPNEGO Oid = 1.3.6.1.5.5.2

Translating from a byte list to a dot separated list of number follows the rules :
the first number is in [0..2] the second number is in [0..39] if the first number is 0 or 1 the first byte has a value equal to : number 1 * 40 + number two the upper bit of a byte is set if the next byte is a part of the number
For instance, the SPNEGO Oid (1.3.6.1.5.5.2) will be encoded :
 

Classes in org.apache.directory.api.asn1.util used by org.apache.directory.api.dsmlv2.request
Oid
          This class implement an Oid (Object Identifier).

An Oid is encoded as a list of bytes representing integers.

An Oid has a numeric representation where number are separated with dots :
SPNEGO Oid = 1.3.6.1.5.5.2

Translating from a byte list to a dot separated list of number follows the rules :
the first number is in [0..2] the second number is in [0..39] if the first number is 0 or 1 the first byte has a value equal to : number 1 * 40 + number two the upper bit of a byte is set if the next byte is a part of the number
For instance, the SPNEGO Oid (1.3.6.1.5.5.2) will be encoded :
 

Classes in org.apache.directory.api.asn1.util used by org.apache.directory.ldap.client.api
Oid
          This class implement an Oid (Object Identifier).

An Oid is encoded as a list of bytes representing integers.

An Oid has a numeric representation where number are separated with dots :
SPNEGO Oid = 1.3.6.1.5.5.2

Translating from a byte list to a dot separated list of number follows the rules :
the first number is in [0..2] the second number is in [0..39] if the first number is 0 or 1 the first byte has a value equal to : number 1 * 40 + number two the upper bit of a byte is set if the next byte is a part of the number
For instance, the SPNEGO Oid (1.3.6.1.5.5.2) will be encoded :
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.