Uses of Package
org.asnlab.asndt.runtime.conv
Packages that use org.asnlab.asndt.runtime.conv
Package
Description
This package contains the AsnConverters which are resposible for converting object to ASN.1 runtime standard values.
This package contains the ASN.1 runtime metadata type definitions.
This package contains the ASN.1 runtime generic value definitions.
-
Classes in org.asnlab.asndt.runtime.conv used by org.asnlab.asndt.runtime.convClassDescriptionInstances of the class
AsnConverter
can convert varied objects to ASN.1 recognized values and vice versa.TheBigDecimalConverter
can convert real value object to/from BigDecimal value.TheIntegerConverter
can convert INTEGER value object to/from BigInteger value.TheBitStringConverter
can convert BitString to ASN.1 recognized values and vice versa.TheBooleanConverter
can convert boolean value object to/from boolean value.TheChoiceConverter
can convert choice value.TheCompositeConverter
can convert composite value.TheDateConverter
can convert date value object to/from Date value.TheDoubleConverter
can convert real value object to/from double value.TheEnumeratedConverter
can convert Enumerated value object to ASN.1 recognized values and vice versa.TheFloatConverter
can convert REAL value object to/from float value.TheIntegerConverter
can convert INTEGER value object to/from int value.TheListConverter
can convert SEQUENCE OF/SET OF value object to/from List This class is intent to be extended.TheIntegerConverter
can convert INTEGER value object to/from long value.TheNullConverter
in fact convert nothingTheOctetStringConverter
can convert OCTET STRING value object to/from byte array.TheOIDConverter
can convert OBJECT IDENTIFIER/RELATIVE-OID value object to/from int array.TheStringConverter
can convert Character Strings value object to/from String value. -
Classes in org.asnlab.asndt.runtime.conv used by org.asnlab.asndt.runtime.typeClassDescriptionInstances of the class
AsnConverter
can convert varied objects to ASN.1 recognized values and vice versa.This interface define the constant of encoding rules -
Classes in org.asnlab.asndt.runtime.conv used by org.asnlab.asndt.runtime.valueClassDescriptionInstances of the class
AsnConverter
can convert varied objects to ASN.1 recognized values and vice versa.TheChoiceConverter
can convert choice value.TheCompositeConverter
can convert composite value.TheEnumeratedConverter
can convert Enumerated value object to ASN.1 recognized values and vice versa.