| Package | Description |
|---|---|
| com.virgilsecurity.sdk.crypto |
| Modifier and Type | Method and Description |
|---|---|
void |
CipherBase.addKeyRecipient(Recipient recipient,
PublicKey publicKey)
Add key recipient to Cipher.
|
byte[] |
Cipher.decryptWithKey(byte[] encryptedData,
Recipient recipient,
PrivateKey privateKey)
Decrypt data with private key.
|
byte[] |
Cipher.decryptWithKey(byte[] encryptedData,
Recipient recipient,
PrivateKey privateKey,
Password privateKeyPassword)
Decrypt data with private key.
|
void |
StreamCipher.decryptWithKey(InputStream inputStream,
OutputStream outputStream,
Recipient recipient,
PrivateKey privateKey)
Decrypt encrypted data from stream with key protected by password.
|
void |
StreamCipher.decryptWithKey(InputStream inputStream,
OutputStream outputStream,
Recipient recipient,
PrivateKey privateKey,
Password privateKeyPassword)
Decrypt encrypted data from stream with key protected by password.
|
void |
CipherBase.removeKeyRecipient(Recipient recipient)
Remove key recipient from Cipher.
|
long |
ChunkCipher.startDecryptionWithKey(Recipient recipient,
PrivateKey privateKey)
Start decryption with private key.
|
long |
ChunkCipher.startDecryptionWithKey(Recipient recipient,
PrivateKey privateKey,
Password privateKeyPassword)
Start decryption with private key.
|
Copyright © 2016. All rights reserved.