Package org.asnlab.asndt.runtime.conv
Class AsnConverter
java.lang.Object
org.asnlab.asndt.runtime.conv.AsnConverter
- Direct Known Subclasses:
BitStringConverter
,BooleanConverter
,ChoiceConverter
,CompositeConverter
,DateConverter
,EnumeratedConverter
,ListConverter
,NullConverter
,OctetStringConverter
,OIDConverter
,OpenValueConverter
,RealConverter
,StringConverter
,ZahlenConverter
Instances of the class
AsnConverter
can convert
varied objects to ASN.1 recognized values and vice versa.
Because of this nature, the AsnConverter
is often
customizid.
The following example uses a AsnType
object
and a AsnConverter
to encode a value object:
object = ... type = ... converter = ... type.encode(object, buffer, converter);
- Since:
- 3.0
- Version:
- 3.14
- Author:
- Ryan Hubert
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsnConverter
public AsnConverter()
-
-
Method Details
-
isAnonymous
public boolean isAnonymous()
-