| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityClient.confirm(String actionId,
String confirmationCode,
ResponseCallback<ValidatedIdentity> callback)
Confirms the identity from the verify step to obtain an identity confirmation token.
|
void |
IdentityClient.confirm(String actionId,
String confirmationCode,
Token confirmationToken,
ResponseCallback<ValidatedIdentity> callback)
Confirms the identity from the verify step to obtain an identity confirmation token.
|
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 |
PrivateKeyClient.get(String virgilCardId,
ValidatedIdentity identity,
ResponseCallback<PrivateKeyInfo> callback)
Downloads private part of key by its public id.
|
void |
PublicKeyClient.getCard(String cardId,
ResponseCallback<VirgilCard> callback)
Returns the information about the Virgil Card by the ID.
|
void |
PublicKeyClient.getKey(String publicKeyId,
ResponseCallback<PublicKeyInfo> callback)
Returns the information about the Public Key by the ID.
|
void |
PublicKeyClient.search(SearchCriteria searchCriteria,
ResponseCallback<List<VirgilCard>> callback)
Performs the asynchronous search by search criteria.
|
void |
IdentityClient.verify(String type,
String value,
ResponseCallback<Action> callback)
Verify identity.
|
Copyright © 2016. All rights reserved.