| Modifier and Type | Method and Description |
|---|---|
ValidatedIdentity |
IdentityClient.confirm(String actionId,
String confirmationCode)
Confirms the identity from the verify step to obtain an identity confirmation token.
|
ValidatedIdentity |
IdentityClient.confirm(String actionId,
String confirmationCode,
Token confirmationToken)
Confirms the identity from the verify step to obtain an identity confirmation token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyClient.deleteCard(ValidatedIdentity identity,
String signerCardId,
PrivateKey privateKey)
Revoke a Virgil Card endpoint.
|
void |
PublicKeyClient.deleteCard(ValidatedIdentity identity,
String cardId,
PrivateKey privateKey,
Password password)
Revoke a Virgil Card endpoint.
|
void |
PublicKeyClient.deleteCard(ValidatedIdentity identity,
String cardId,
PrivateKey privateKey,
Password password,
VoidResponseCallback callback)
Revoke a Virgil Card endpoint.
|
void |
PublicKeyClient.deleteCard(ValidatedIdentity identity,
String cardId,
PrivateKey privateKey,
VoidResponseCallback callback)
Revoke a Virgil Card endpoint.
|
PrivateKeyInfo |
PrivateKeyClient.get(String virgilCardId,
ValidatedIdentity identity)
Downloads private part of key by its public id.
|
void |
PrivateKeyClient.get(String virgilCardId,
ValidatedIdentity identity,
ResponseCallback<PrivateKeyInfo> callback)
Downloads private part of key by its public id.
|
boolean |
IdentityClient.validate(ValidatedIdentity identity)
Validates the passed token.
|
void |
IdentityClient.validate(ValidatedIdentity identity,
VoidResponseCallback callback)
Validates the passed token.
|
| 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.deleteKey(String publicKeyId,
List<ValidatedIdentity> identities,
VoidResponseCallback callback)
Revoke a Public Key endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatedIdentity |
PrivateKeyRequestPayload.getIdentity() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrivateKeyRequestPayload.setIdentity(ValidatedIdentity identity) |
| Modifier and Type | Method and Description |
|---|---|
List<ValidatedIdentity> |
Identities.getIdentities() |
| Modifier and Type | Method and Description |
|---|---|
void |
Identities.setIdentities(List<ValidatedIdentity> identities) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ValidatedIdentity> |
IdentityService.confirm(Confirmation confirmation)
Confirms identity from the /verify step to obtain an identity
confirmation token Request info.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Void> |
IdentityService.validate(ValidatedIdentity identity)
Validates the passed token.
|
Copyright © 2016. All rights reserved.