| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client | |
| com.virgilsecurity.sdk.client.model.publickey | |
| com.virgilsecurity.sdk.client.service |
| Modifier and Type | Method and Description |
|---|---|
PublicKeyInfo |
PublicKeyClient.getKey(String publicKeyId)
Returns the information about the Public Key by the ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyClient.getKey(String publicKeyId,
ResponseCallback<PublicKeyInfo> callback)
Returns the information about the Public Key by the ID.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKeyInfo |
VirgilCard.getPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
VirgilCard.setPublicKey(PublicKeyInfo publicKey) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<PublicKeyInfo> |
PublicKeyService.getKey(String id)
Returns the information about the Public Key by the ID.
|
Copyright © 2016. All rights reserved.