Serialized Form

Class org.apache.directory.shared.asn1.primitives.BitString extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

nbUnusedBits

int nbUnusedBits
The number of unused ints


isStreamed

boolean isStreamed
Tells if the OctetString is streamed or not


bytes

byte[] bytes
The string is stored in a byte array


nbBytes

int nbBytes
Actual length of the byte array


nbBits

int nbBits
Actual length of the bit string


Class org.apache.directory.shared.asn1.util.BooleanDecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1l


Class org.apache.directory.shared.asn1.codec.DecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1l


Class org.apache.directory.shared.asn1.codec.EncoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1l


Class org.apache.directory.shared.asn1.util.IntegerDecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1l


Class org.apache.directory.shared.asn1.primitives.OID extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

oidValues

long[] oidValues
The OID as a array of int


Class org.apache.directory.shared.asn1.ber.tlv.Value extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

data

byte[] data
The data buffer. TODO Create a streamed data to store large data


currentPos

int currentPos
The current position of the last byte in the data buffer



Copyright © 2004-2007 null. All Rights Reserved.