| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client | |
| com.virgilsecurity.sdk.client.model.privatekey | |
| com.virgilsecurity.sdk.client.service |
| Modifier and Type | Method and Description |
|---|---|
PrivateKeyInfo |
PrivateKeyClient.get(String virgilCardId,
ValidatedIdentity identity)
Downloads private part of key by its public id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrivateKeyClient.get(String virgilCardId,
ValidatedIdentity identity,
ResponseCallback<PrivateKeyInfo> callback)
Downloads private part of key by its public id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateKeyRequestPayload
Request payload for Private Keys service.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<PrivateKeyInfo> |
PrivateKeyService.get(PrivateKeyRequestPayload payload)
Downloads private part of key by its public id.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Void> |
PrivateKeyService.destroy(PrivateKeyInfo privateKeyInfo) |
retrofit2.Call<Void> |
PrivateKeyService.stash(PrivateKeyInfo privateKeyInfo)
Load a private key into the Private Keys Service storage.
|
Copyright © 2016. All rights reserved.