| Package | Description |
|---|---|
| com.virgilsecurity.sdk.client | |
| com.virgilsecurity.sdk.client.service |
| Modifier and Type | Method and Description |
|---|---|
SignResponse |
PublicKeyClient.signCard(String signedCardId,
String signedCardHash,
String signerCardId,
PrivateKey privateKey)
Signs another Virgil Card addressed in the request to share the
information for the signed Virgil Card.
|
SignResponse |
PublicKeyClient.signCard(String signedCardId,
String signedCardHash,
String signerCardId,
PrivateKey privateKey,
Password password)
Signs another Virgil Card addressed in the request to share the
information for the signed Virgil Card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyClient.signCard(String signedCardId,
String signedCardHash,
String signerCardId,
PrivateKey privateKey,
Password password,
ResponseCallback<SignResponse> callback)
Signs another Virgil Card addressed in the request to share the
information for the signed Virgil Card.
|
void |
PublicKeyClient.signCard(String signedCardId,
String signedCardHash,
String signerCardId,
PrivateKey privateKey,
ResponseCallback<SignResponse> callback)
Signs another Virgil Card addressed in the request to share the
information for the signed Virgil Card.
|
| 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.
|
Copyright © 2016. All rights reserved.