| Package | Description |
|---|---|
| com.virgilsecurity.sdk.crypto | |
| com.virgilsecurity.sdk.crypto.exception |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
VirgilCrypto.importPrivateKey(byte[] privateKey) |
PrivateKey |
VirgilCrypto.importPrivateKey(byte[] keyData,
String password) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecryptionException
Signals that an exception of some sort has occurred during decryption.
|
class |
EncryptionException
Signals that an exception of some sort has occurred during encryption.
|
class |
SignatureIsNotValidException
Signals that an exception of some sort has occurred during verification.
|
class |
SigningException
Signals that an exception of some sort has occurred during verification.
|
class |
VerificationException
Signals that an exception of some sort has occurred during verification.
|
Copyright © 2016. All rights reserved.