public class Encrypted
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Encrypted.Builder |
| Constructor and Description |
|---|
Encrypted(java.security.PublicKey publicKey,
byte[] salt,
byte[] ciphertext) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCiphertext() |
java.security.PublicKey |
getPublicKey() |
byte[] |
getSalt() |