| Package | Description |
|---|---|
| com.virgilsecurity.sdk.highlevel |
| Modifier and Type | Method and Description |
|---|---|
static VirgilKey |
VirgilKey.create(String keyName)
Creates a VirgilKey with specified key name.
|
static VirgilKey |
VirgilKey.create(String keyName,
KeyPair keyPair)
Creates a new VirgilKey with custom Public/Private key pair.
|
static VirgilKey |
VirgilKey.create(String keyName,
KeyPair keyPair,
String password)
Creates a new VirgilKey with custom Public/Private key pair.
|
static VirgilKey |
VirgilKey.create(String keyName,
String password)
Creates a VirgilKey with specified key name.
|
static VirgilKey |
VirgilKey.load(String keyName)
Loads the VirgilKey by specified key name.
|
static VirgilKey |
VirgilKey.load(String keyName,
String password)
Loads the VirgilKey by specified key name.
|
Copyright © 2016. All rights reserved.