be.fedict.eid.applet.service.impl
Class VcardGenerator

java.lang.Object
  extended by be.fedict.eid.applet.service.impl.VcardGenerator

public class VcardGenerator
extends Object

vCard generator for eID identity data. The implementation is using a "light" implementation

Author:
Bart Hanssens
See Also:
VcardServlet

Constructor Summary
VcardGenerator()
           
 
Method Summary
 byte[] generateVcard(EIdData eIdData)
          Generate vCard using data from the eID card
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VcardGenerator

public VcardGenerator()
Method Detail

generateVcard

public byte[] generateVcard(EIdData eIdData)
                     throws IOException
Generate vCard using data from the eID card

Parameters:
eIdData - ID data retrieved from eID card
Returns:
vCard as raw bytes
Throws:
IOException


Copyright © 2008-2010 FedICT. All Rights Reserved.