be.fedict.eid.applet.service
Class EIdData

java.lang.Object
  extended by be.fedict.eid.applet.service.EIdData
All Implemented Interfaces:
Serializable

public class EIdData
extends Object
implements Serializable

Top-level eID data container.

Author:
Frank Cornelis
See Also:
Serialized Form

Field Summary
 Address address
           
 EIdCertsData certs
           
 String identifier
           
 Identity identity
           
 byte[] photo
           
 
Constructor Summary
EIdData()
           
 
Method Summary
 Address getAddress()
           
 EIdCertsData getCerts()
           
 String getIdentifier()
           
 Identity getIdentity()
           
 byte[] getPhoto()
           
static long getSerialVersionUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identity

public Identity identity

address

public Address address

photo

public byte[] photo

identifier

public String identifier

certs

public EIdCertsData certs
Constructor Detail

EIdData

public EIdData()
Method Detail

getSerialVersionUID

public static long getSerialVersionUID()

getIdentity

public Identity getIdentity()

getAddress

public Address getAddress()

getPhoto

public byte[] getPhoto()

getIdentifier

public String getIdentifier()

getCerts

public EIdCertsData getCerts()


Copyright © 2008-2011 FedICT. All Rights Reserved.