public class RsaEncryptCipher
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RsaEncryptCipher.EncryptedMessage |
static class |
RsaEncryptCipher.EncryptedPart |
| Constructor and Description |
|---|
RsaEncryptCipher() |
RsaEncryptCipher(byte[] aesKey,
byte[] aesIv) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDestination(int uid,
long keyHash,
byte[] key) |
RsaEncryptCipher.EncryptedMessage |
encrypt(byte[] message) |
public RsaEncryptCipher(byte[] aesKey,
byte[] aesIv)
public RsaEncryptCipher()
public void addDestination(int uid,
long keyHash,
byte[] key)
public RsaEncryptCipher.EncryptedMessage encrypt(byte[] message)