| Package | Description |
|---|---|
| com.virgilsecurity.sdk.crypto | |
| com.virgilsecurity.sdk.keystorage |
| Modifier and Type | Method and Description |
|---|---|
KeyEntry |
KeyStorage.load(String keyName)
Loads the private key associated with the given alias.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyStorage.store(KeyEntry keyEntry)
Stores the private key (that has already been protected) to the given
alias.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VirgilKeyEntry
A key pair storage entry.
|
| Modifier and Type | Method and Description |
|---|---|
KeyEntry |
VirgilKeyStorage.load(String keyName) |
| Modifier and Type | Method and Description |
|---|---|
void |
VirgilKeyStorage.store(KeyEntry keyEntry) |
Copyright © 2016. All rights reserved.