| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client | |
| com.virgilsecurity.sdk.client.exceptions | |
| com.virgilsecurity.sdk.client.utils |
| Modifier and Type | Method and Description |
|---|---|
Card |
VirgilClient.createCard(CreateCardRequest request)
Register a new card.
|
Card |
VirgilClient.getCard(String cardId)
Get card by identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<Card> |
VirgilClient.searchCards(SearchCriteria criteria)
Search cards by criteria.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CardValidator.validate(Card card)
Validates the specified
Card |
| Modifier and Type | Method and Description |
|---|---|
List<Card> |
CardValidationException.getInvalidCards()
Gets the invalid cards.
|
| Constructor and Description |
|---|
CardValidationException(List<Card> invalidCards)
Create a new instance of
CardValidationException |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VirgilCardValidator.validate(Card card) |
Copyright © 2016. All rights reserved.