be.fedict.eid.applet.service.impl.tlv
Class ChipNumberDataConvertor

java.lang.Object
  extended by be.fedict.eid.applet.service.impl.tlv.ChipNumberDataConvertor
All Implemented Interfaces:
DataConvertor<String>

public class ChipNumberDataConvertor
extends Object
implements DataConvertor<String>

Convertor for the chip number field.

Author:
Frank Cornelis

Constructor Summary
ChipNumberDataConvertor()
           
 
Method Summary
 String convert(byte[] value)
          Convert the given byte array to the data convertor data type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChipNumberDataConvertor

public ChipNumberDataConvertor()
Method Detail

convert

public String convert(byte[] value)
               throws DataConvertorException
Description copied from interface: DataConvertor
Convert the given byte array to the data convertor data type.

Specified by:
convert in interface DataConvertor<String>
Parameters:
value - the byte array to convert.
Returns:
an object of the data convertor data type type.
Throws:
DataConvertorException - in case the conversion failed.


Copyright © 2008-2009 FedICT. All Rights Reserved.