org.asnlab.asndt.runtime.conv
Class OIDConverter

java.lang.Object
  extended by org.asnlab.asndt.runtime.conv.AsnConverter
      extended by org.asnlab.asndt.runtime.conv.OIDConverter

public class OIDConverter
extends AsnConverter

The OIDConverter can convert OBJECT IDENTIFIER/RELATIVE-OID value objct to/from int array.


Field Summary
static OIDConverter INSTANCE
           
 
Constructor Summary
OIDConverter()
           
 
Method Summary
 java.lang.Object toObject(int[] value)
          Return the OBJECT IDENTIFIER/RELATIVE-OID value objct
 int[] toValue(java.lang.Object object)
          Return the int array
 
Methods inherited from class org.asnlab.asndt.runtime.conv.AsnConverter
convert, convert, convert, convert, createAsnConverterConverter, createAsnConverterType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final OIDConverter INSTANCE
Constructor Detail

OIDConverter

public OIDConverter()
Method Detail

toValue

public int[] toValue(java.lang.Object object)
Return the int array


toObject

public java.lang.Object toObject(int[] value)
Return the OBJECT IDENTIFIER/RELATIVE-OID value objct



Copyright �2009-2012 ASN Lab