Uses of Class
org.asnlab.asndt.runtime.conv.AsnConverter

Packages that use AsnConverter
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. 
 

Uses of AsnConverter in org.asnlab.asndt.runtime.conv
 

Subclasses of AsnConverter in org.asnlab.asndt.runtime.conv
 class BitStringConverter
          The BitStringConverter can convert BitString to ASN.1 recognized values and vice versa.
 class BooleanConverter
          The BooleanConverter can convert boolean value object to/from boolean value.
 class ChoiceConverter
          The ChoiceConverter can convert choice value.
 class CompositeConverter
          The CompositeConverter can convert composite value.
protected static class CompositeConverter.CompositeConverterConverter
           
 class DateConverter
          The DateConverter can convert date value objct to/from Date value.
 class DoubleConverter
          The DoubleConverter can convert real value objct to/from double value.
 class EnumeratedConverter
          The EnumeratedConverter can convert Enumerated value objct to ASN.1 recognized values and vice versa.
 class FloatConverter
          The FloatConverter can convert REAL value objct to/from float value.
 class IntegerConverter
          The IntegerConverter can convert INTEGER value objct to/from int value.
 class ListConverter
          The ListConverter can convert SEQUENCE OF/SET OF value object to/from Vector This class is intent to be extended.
protected static class ListConverter.ListConverterConverter
           
 class LongConverter
          The IntegerConverter can convert INTEGER value objct to/from long value.
 class NullConverter
          The NullConverter in fact convert nothing
 class OctetStringConverter
          The OctetStringConverter can convert OCTET STRING value objct to/from byte array.
 class OIDConverter
          The OIDConverter can convert OBJECT IDENTIFIER/RELATIVE-OID value objct to/from int array.
 class OpenValueConverter
          The OpenValueConverter can convert open value.
protected static class OpenValueConverter.OpenValueConverterConverter
           
 class RealConverter
           
 class StringConverter
          The StringConverter can convert Character Strings value objct to/from String value.
 

Fields in org.asnlab.asndt.runtime.conv declared as AsnConverter
 AsnConverter[] OpenValueConverter.actualConverters
           
protected  AsnConverter[] ChoiceConverter.alternativeConverters
          The alternative converters
protected  AsnConverter[] CompositeConverter.componentConverters
          The component converters
 

Methods in org.asnlab.asndt.runtime.conv that return AsnConverter
static AsnConverter AsnConverter.createAsnConverterConverter()
           
 AsnConverter ChoiceConverter.getAlternativeConverter(int index)
          Returns this ChoiceConverter's alternative converters.
 AsnConverter ListConverter.getComponentConverter()
          Returns this ListConverter component converter.
 AsnConverter CompositeConverter.getComponentConverter(int index)
          Returns this CompositeConverter's component converters.
 

Methods in org.asnlab.asndt.runtime.conv with parameters of type AsnConverter
 void ChoiceConverter.setAlternativeConverters(AsnConverter[] alternativeConverters)
          Sets this ChoiceConverter's alternative converters
 void ListConverter.setComponentConverter(AsnConverter componentConverter)
          Sets this ListConverter component converter
 void CompositeConverter.setComponentConverters(AsnConverter[] componentConverters)
          Sets this CompositeConverter's component converters
 

Constructors in org.asnlab.asndt.runtime.conv with parameters of type AsnConverter
ChoiceConverter(AsnConverter[] alternativeConverters)
           
CompositeConverter.CompositeConverterConverter(AsnConverter[] componentConverters)
           
CompositeConverter(AsnConverter[] componentConverters)
           
ListConverter.ListConverterConverter(AsnConverter[] componentConverters)
           
ListConverter(AsnConverter componentConverter)
           
OpenValueConverter.OpenValueConverterConverter(AsnConverter[] componentConverters)
           
OpenValueConverter(AsnConverter[] actualConverters)
           
 

Uses of AsnConverter in org.asnlab.asndt.runtime.type
 

Methods in org.asnlab.asndt.runtime.type that return AsnConverter
static AsnConverter AsnType.createAsnTypeConverter()
           
abstract  AsnConverter AsnType.getGenericConverter()
          Return the "generic" AsnConverter for this metadata type
 

Methods in org.asnlab.asndt.runtime.type with parameters of type AsnConverter
 java.lang.Object AsnType.clone(java.lang.Object object, AsnConverter converter)
          Clone a copy of the object
abstract  java.lang.Object Buffer.decode(AsnType type, AsnConverter converter)
          Decode object from this buffer
 java.lang.Object AsnType.decode(Buffer buffer, AsnConverter converter)
          Decode object from buffer.
 java.lang.Object AsnType.decode(byte[] content, AsnConverter converter)
          Decode object from byte array using UNALIGNED_PACKED_ENCODING_RULES
 java.lang.Object AsnType.decode(byte[] content, byte encodingRules, AsnConverter converter)
          Decode object from byte array
 java.lang.Object AsnType.decode(java.io.InputStream in, byte encodingRules, AsnConverter converter)
          Decode the object from input stream
 byte[] AsnType.encode(java.lang.Object object, AsnConverter converter)
          Encode object into byte array using UNALIGNED_PACKED_ENCODING_RULES
abstract  void Buffer.encode(java.lang.Object object, AsnType type, AsnConverter converter)
          Encode object to this buffer
 void AsnType.encode(java.lang.Object object, Buffer buffer, AsnConverter converter)
          Encode the object into buffer.
 byte[] AsnType.encode(java.lang.Object object, byte encodingRules, AsnConverter converter)
          Encode object into byte array
 void AsnType.encode(java.lang.Object object, byte encodingRules, AsnConverter converter, java.io.OutputStream out)
          Encode the object into output stream
 boolean AsnType.equals(java.lang.Object o1, java.lang.Object o2, AsnConverter converter)
          Tells whether the two objects o1, o2 is equal from the point of view of ASN.1.
 boolean AsnType.equals(java.lang.Object o1, java.lang.Object o2, AsnConverter c1, AsnConverter c2)
          Tells whether the two objects o1, o2 is equal from the point of view of ASN.1.
 java.io.PrintStream AsnType.print(java.lang.Object object, AsnConverter converter, java.io.PrintStream out)
          Print out the readable message of this object.
 

Uses of AsnConverter in org.asnlab.asndt.runtime.value
 

Subclasses of AsnConverter in org.asnlab.asndt.runtime.value
static class BitString.BitStringValueConverter
           
static class ChoiceValue.ChoiceValueConverter
           
static class ChoiceValue.ChoiceValueConverter.ChoiceValueConverterConverter
           
static class CompositeValue.CompositeValueConverter
           
static class EnumeratedValue.EnumeratedValueConverter
           
static class EnumeratedValue.EnumeratedValueEnumeratedConverter
           
 

Constructors in org.asnlab.asndt.runtime.value with parameters of type AsnConverter
ChoiceValue.ChoiceValueConverter.ChoiceValueConverterConverter(AsnConverter[] componentConverters)
           
ChoiceValue.ChoiceValueConverter(AsnConverter[] alternativeConverters)
           
CompositeValue.CompositeValueConverter(AsnConverter[] componentConverters)
           
 



Copyright �2009-2012 ASN Lab