| Package | Description |
|---|---|
| com.virgilsecurity.sdk.crypto | |
| com.virgilsecurity.sdk.highlevel |
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
VirgilCrypto.generateKeys() |
KeyPair |
Crypto.generateKeys()
Generate key pair.
|
KeyPair |
VirgilCrypto.generateKeys(KeysType keysType)
Generate key pair by type.
|
| Modifier and Type | Method and Description |
|---|---|
KeyPair |
VirgilKey.getKeyPair() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
VirgilKey.setKeyPair(KeyPair keyPair) |
Copyright © 2016. All rights reserved.