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

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

public class SpecialOrganisationConvertor
extends Object
implements DataConvertor<SpecialOrganisation>

Data convertor for special organisation eID identity field.

Author:
Frank Cornelis

Constructor Summary
SpecialOrganisationConvertor()
           
 
Method Summary
 SpecialOrganisation 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

SpecialOrganisationConvertor

public SpecialOrganisationConvertor()
Method Detail

convert

public SpecialOrganisation 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<SpecialOrganisation>
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-2012 FedICT. All Rights Reserved.