Uses of Package
org.asnlab.asndt.runtime.conv

Packages that use org.asnlab.asndt.runtime.conv
org.asnlab.asndt.runtime.conv This package contains the AsnConverters which are resposible for converting object to ASN.1 runtime standard values. 
org.asnlab.asndt.runtime.type This package contains the ASN.1 runtime metadata type definitions. 
org.asnlab.asndt.runtime.value This package contains the ASN.1 runtime generic value definitions. 
 

Classes in org.asnlab.asndt.runtime.conv used by org.asnlab.asndt.runtime.conv
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.
CompositeConverter
          The CompositeConverter can convert composite value.
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.
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.
RealConverter
           
StringConverter
          The StringConverter can convert Character Strings value objct to/from String value.
 

Classes in org.asnlab.asndt.runtime.conv used by org.asnlab.asndt.runtime.type
AsnConverter
          Instances of the class AsnConverter can convert varied objects to ASN.1 recognized values and vice versa.
EncodingRules
          This interface define the constant of encoding rules
 

Classes in org.asnlab.asndt.runtime.conv used by org.asnlab.asndt.runtime.value
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.
ChoiceConverter
          The ChoiceConverter can convert choice value.
CompositeConverter
          The CompositeConverter can convert composite value.
EnumeratedConverter
          The EnumeratedConverter can convert Enumerated value objct to ASN.1 recognized values and vice versa.
 



Copyright �2009-2012 ASN Lab