| Package | Description |
|---|---|
| com.virgilsecurity.sdk.highlevel |
| Modifier and Type | Method and Description |
|---|---|
static VirgilCard |
VirgilCard.create(CreateCardRequest request)
Creates a new VirgilCard by request.
|
static VirgilCard |
VirgilCard.get(String cardId)
Gets the
VirgilCard by specified identifier. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
VirgilKey.decryptThenVerify(byte[] cipherData,
VirgilCard signer)
Decrypts and verifies the data.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
VirgilKey.signThenEncrypt(byte[] data,
List<VirgilCard> recipients)
Encrypts and signs the data.
|
Copyright © 2016. All rights reserved.