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
AsnConvertercan convert varied objects to ASN.1 recognized values and vice versa.TheBigDecimalConvertercan convert real value object to/from BigDecimal value.TheIntegerConvertercan convert INTEGER value object to/from BigInteger value.TheBitStringConvertercan convert BitString to ASN.1 recognized values and vice versa.TheBooleanConvertercan convert boolean value object to/from boolean value.TheChoiceConvertercan convert choice value.TheCompositeConvertercan convert composite value.TheDateConvertercan convert date value object to/from Date value.TheDoubleConvertercan convert real value object to/from double value.TheEnumeratedConvertercan convert Enumerated value object to ASN.1 recognized values and vice versa.TheFloatConvertercan convert REAL value object to/from float value.TheIntegerConvertercan convert INTEGER value object to/from int value.TheListConvertercan convert SEQUENCE OF/SET OF value object to/from List This class is intent to be extended.TheIntegerConvertercan convert INTEGER value object to/from long value.TheNullConverterin fact convert nothingTheOctetStringConvertercan convert OCTET STRING value object to/from byte array.TheOIDConvertercan convert OBJECT IDENTIFIER/RELATIVE-OID value object to/from int array.TheStringConvertercan 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
AsnConvertercan 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
AsnConvertercan convert varied objects to ASN.1 recognized values and vice versa.TheChoiceConvertercan convert choice value.TheCompositeConvertercan convert composite value.TheEnumeratedConvertercan convert Enumerated value object to ASN.1 recognized values and vice versa.