| Package | Description |
|---|---|
| com.virgilsecurity.crypto |
| Modifier and Type | Method and Description |
|---|---|
static VirgilKeyPair |
VirgilKeyPair.generate(VirgilKeyPair.Type type)
Generate new key pair given type.
|
static VirgilKeyPair |
VirgilKeyPair.generate(VirgilKeyPair.Type type,
byte[] pwd)
Generate new key pair given type.
|
static VirgilKeyPair |
VirgilKeyPair.generateFrom(VirgilKeyPair donorKeyPair)
Generate new key pair of the same type based on the donor key pair.
|
static VirgilKeyPair |
VirgilKeyPair.generateFrom(VirgilKeyPair donorKeyPair,
byte[] donorPrivateKeyPassword)
Generate new key pair of the same type based on the donor key pair.
|
static VirgilKeyPair |
VirgilKeyPair.generateFrom(VirgilKeyPair donorKeyPair,
byte[] donorPrivateKeyPassword,
byte[] newKeyPairPassword)
Generate new key pair of the same type based on the donor key pair.
|
static VirgilKeyPair |
VirgilKeyPair.generateRecommended()
Generate new key pair with recommended most safe type.
|
static VirgilKeyPair |
VirgilKeyPair.generateRecommended(byte[] pwd)
Generate new key pair with recommended most safe type.
|
| Modifier and Type | Method and Description |
|---|---|
static VirgilKeyPair |
VirgilKeyPair.generateFrom(VirgilKeyPair donorKeyPair)
Generate new key pair of the same type based on the donor key pair.
|
static VirgilKeyPair |
VirgilKeyPair.generateFrom(VirgilKeyPair donorKeyPair,
byte[] donorPrivateKeyPassword)
Generate new key pair of the same type based on the donor key pair.
|
static VirgilKeyPair |
VirgilKeyPair.generateFrom(VirgilKeyPair donorKeyPair,
byte[] donorPrivateKeyPassword,
byte[] newKeyPairPassword)
Generate new key pair of the same type based on the donor key pair.
|
protected static long |
VirgilKeyPair.getCPtr(VirgilKeyPair obj) |
static long |
virgil_crypto_javaJNI.new_VirgilKeyPair__SWIG_1(long jarg1,
VirgilKeyPair jarg1_) |
static long |
virgil_crypto_javaJNI.VirgilKeyPair_generateFrom__SWIG_0(long jarg1,
VirgilKeyPair jarg1_,
byte[] jarg2,
byte[] jarg3) |
static long |
virgil_crypto_javaJNI.VirgilKeyPair_generateFrom__SWIG_1(long jarg1,
VirgilKeyPair jarg1_,
byte[] jarg2) |
static long |
virgil_crypto_javaJNI.VirgilKeyPair_generateFrom__SWIG_2(long jarg1,
VirgilKeyPair jarg1_) |
static byte[] |
virgil_crypto_javaJNI.VirgilKeyPair_privateKey(long jarg1,
VirgilKeyPair jarg1_) |
static byte[] |
virgil_crypto_javaJNI.VirgilKeyPair_publicKey(long jarg1,
VirgilKeyPair jarg1_) |
| Constructor and Description |
|---|
VirgilKeyPair(VirgilKeyPair other)
Create a new instance of
VirgilKeyPair |
Copyright © 2016. All rights reserved.