Uses of Class
org.asnlab.asndt.runtime.type.AsnType

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

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

Methods in org.asnlab.asndt.runtime.conv that return AsnType
static AsnType AsnConverter.createAsnConverterType()
           
 

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

Methods in org.asnlab.asndt.runtime.type that return AsnType
static AsnType AsnType.createAsnTypeType()
           
 

Methods in org.asnlab.asndt.runtime.type with parameters of type AsnType
abstract  java.lang.Object Buffer.decode(AsnType type, AsnConverter converter)
          Decode object from this buffer
abstract  void Buffer.encode(java.lang.Object object, AsnType type, AsnConverter converter)
          Encode object to this buffer
 



Copyright �2009-2012 ASN Lab