Package org.asnlab.asndt.runtime.conv

This package contains the AsnConverters which are resposible for converting object to ASN.1 runtime standard values.

See:
          Description

Interface Summary
EncodingRules This interface define the constant of encoding rules
 

Class Summary
AsnConverter Instances of the class AsnConverter can convert varied objects to ASN.1 recognized values and vice versa.
BitStringConverter The BitStringConverter can convert BitString to ASN.1 recognized values and vice versa.
BooleanConverter The BooleanConverter can convert boolean value object to/from boolean value.
BufferOptions The BufferOptions class hold default buffer size options to tune the performace of encoding/decoding.
ChoiceConverter The ChoiceConverter can convert choice value.
CompositeConverter The CompositeConverter can convert composite value.
CompositeConverter.CompositeConverterConverter  
DateConverter The DateConverter can convert date value objct to/from Date value.
DoubleConverter The DoubleConverter can convert real value objct to/from double value.
EnumeratedConverter The EnumeratedConverter can convert Enumerated value objct to ASN.1 recognized values and vice versa.
FloatConverter The FloatConverter can convert REAL value objct to/from float value.
IntegerConverter The IntegerConverter can convert INTEGER value objct to/from int value.
ListConverter The ListConverter can convert SEQUENCE OF/SET OF value object to/from Vector This class is intent to be extended.
ListConverter.ListConverterConverter  
LongConverter The IntegerConverter can convert INTEGER value objct to/from long value.
NullConverter The NullConverter in fact convert nothing
OctetStringConverter The OctetStringConverter can convert OCTET STRING value objct to/from byte array.
OIDConverter The OIDConverter can convert OBJECT IDENTIFIER/RELATIVE-OID value objct to/from int array.
OpenValueConverter The OpenValueConverter can convert open value.
OpenValueConverter.OpenValueConverterConverter  
RealConverter  
StringConverter The StringConverter can convert Character Strings value objct to/from String value.
 

Package org.asnlab.asndt.runtime.conv Description

This package contains the AsnConverters which are resposible for converting object to ASN.1 runtime standard values.




Copyright �2009-2012 ASN Lab