Serialized Form


Package org.apache.asn1new.ber.tlv

Class org.apache.asn1new.ber.tlv.Length extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

length

int length
The length of the following value


size

int size
The size of the Length part.


currentLength

int currentLength
Stores the number of bytes already read for a long Length form


definiteForm

boolean definiteForm
A flag used with definite forms length.

Class org.apache.asn1new.ber.tlv.Tag extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

id

int id
the int used to store the tag octets


size

int size
the number of octets currently read


isPrimitive

boolean isPrimitive
whether or not this tag represents a primitive type


typeClass

int typeClass
the type class of this tag


tagBytes

byte[] tagBytes
The bytes read from the PDU. We store only 5 bytes, so we can't have tag that are above 2^28


bytePos

int bytePos
Current position in the tagBytes

Class org.apache.asn1new.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


Package org.apache.asn1new.primitives

Class org.apache.asn1new.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.asn1new.primitives.OctetString extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

isStreamed

boolean isStreamed
Tells if the OctetString is streamed or not


bytes

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

Class org.apache.asn1new.primitives.OID extends java.lang.Object implements Serializable

serialVersionUID: 1l

Serialized Fields

oidValues

int[] oidValues
The OID as a array of int


Package org.apache.asn1new.util

Class org.apache.asn1new.util.BooleanDecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1l

Class org.apache.asn1new.util.IntegerDecoderException extends java.lang.Exception implements Serializable

serialVersionUID: 1l



Copyright © 2005-2006 . All Rights Reserved.