| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client.model.publickey | |
| com.virgilsecurity.sdk.client.service |
| Modifier and Type | Class and Description |
|---|---|
class |
SignResponse
TODO: add type description
|
| Modifier and Type | Method and Description |
|---|---|
List<Sign> |
VirgilCardTemplate.getSigns()
To automatically create a list of signs for created Virgil Card it's
possible to pass the list of signs as
signs. |
| Modifier and Type | Method and Description |
|---|---|
VirgilCardTemplate.Builder |
VirgilCardTemplate.Builder.addSign(Sign sign)
Add sign to card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirgilCardTemplate.setSigns(List<Sign> signs) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<SignResponse> |
PublicKeyService.signCard(String signerCardId,
String requestSingVCID,
Sign sign)
Signs another Virgil Card addressed in the request to share the
information for the signed Virgil Card.
|
retrofit2.Call<Void> |
PublicKeyService.unsignCard(String signerCardId,
String requestSingVCID,
Sign sign)
Removes the Sign of another Virgil Card.
|
Copyright © 2016. All rights reserved.