| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client | |
| com.virgilsecurity.sdk.client.model.publickey | |
| com.virgilsecurity.sdk.client.service |
| Modifier and Type | Method and Description |
|---|---|
VirgilCard |
PublicKeyClient.createCard(VirgilCardTemplate template,
PrivateKey privateKey)
Create new Virgil Card.
|
VirgilCard |
PublicKeyClient.createCard(VirgilCardTemplate template,
PrivateKey privateKey,
Password password)
Create new Virgil Card.
|
VirgilCard |
PublicKeyClient.getCard(String cardId)
Returns the information about the Virgil Card by the ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirgilCard> |
PublicKeyClient.search(SearchCriteria searchCriteria)
Performs the search by search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyClient |
ClientFactory.getPrivateKeyClient(VirgilCard serviceCard) |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyClient.createCard(VirgilCardTemplate template,
PrivateKey privateKey,
Password password,
ResponseCallback<VirgilCard> callback)
Create new Virgil Card asynchronously.
|
void |
PublicKeyClient.createCard(VirgilCardTemplate template,
PrivateKey privateKey,
ResponseCallback<VirgilCard> callback)
Create new Virgil Card asynchronously.
|
void |
PublicKeyClient.getCard(String cardId,
ResponseCallback<VirgilCard> callback)
Returns the information about the Virgil Card by the ID.
|
void |
PublicKeyClient.search(SearchCriteria searchCriteria,
ResponseCallback<List<VirgilCard>> callback)
Performs the asynchronous search by search criteria.
|
| Constructor and Description |
|---|
PrivateKeyClient(String baseUrl,
String accessToken,
VirgilCard serviceCard)
Create a new instance of
PrivateKeyClient |
PrivateKeyClient(String accessToken,
VirgilCard serviceCard)
Create a new instance of
PrivateKeyClient |
| Modifier and Type | Method and Description |
|---|---|
VirgilCard[] |
PublicKeyInfo.getCards() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyInfo.setCards(VirgilCard[] cards) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<VirgilCard> |
PublicKeyService.createCard(VirgilCardTemplate template)
Create new Virgil Card.
|
retrofit2.Call<VirgilCard> |
PublicKeyService.getCard(String id)
Returns the information about the Virgil Card by the ID.
|
retrofit2.Call<List<VirgilCard>> |
PublicKeyService.search(SearchCriteria searchCriteria)
Performs the search of a private application's Virgil Cards by search
criteria:
|
retrofit2.Call<List<VirgilCard>> |
PublicKeyService.searchApp(SearchCriteria searchCriteria)
Performs the global search for the applications' Virgil Cards.
|
retrofit2.Call<List<VirgilCard>> |
PublicKeyService.searchEmail(SearchCriteria searchCriteria)
Performs the global search for the emails' Virgil Cards.
|
Copyright © 2016. All rights reserved.