public static class Encrypted.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Encrypted |
build() |
Encrypted.Builder |
withCiphertext(byte[] ciphertext) |
Encrypted.Builder |
withPublicKey(java.security.PublicKey publicKey) |
Encrypted.Builder |
withSalt(byte[] salt) |
public Encrypted.Builder withPublicKey(java.security.PublicKey publicKey)
public Encrypted.Builder withSalt(byte[] salt)
public Encrypted.Builder withCiphertext(byte[] ciphertext)
public Encrypted build()