I-Card Registry API
The I-Card Registry is a thin layer over a set of I-Card Providers
The I-Card Registry API has two parts:
- An API to add an i-card, remove and i-card and iterators to walk through the list of i-cards.
- A set of interfaces that are implemented by each I-Card Provider
I-Card Registry API
Iterable<CardRef> getCards() createCard() deleteCard() importCard() exportCard()