public class EncryptMessageStreamEntry extends Object
InputStream,
and the cipher text is an OutputStream.| Constructor and Description |
|---|
EncryptMessageStreamEntry() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
associatedData() |
EncryptMessageStreamEntry |
associatedData(byte[] associatedData) |
InputStream |
inPlaintext() |
EncryptMessageStreamEntry |
inPlaintext(InputStream inPlaintext) |
OutputStream |
outCiphertext() |
EncryptMessageStreamEntry |
outCiphertext(OutputStream outCiphertext) |
CkParams |
params() |
EncryptMessageStreamEntry |
params(CkParams params) |
public CkParams params()
public EncryptMessageStreamEntry params(CkParams params)
public byte[] associatedData()
public EncryptMessageStreamEntry associatedData(byte[] associatedData)
public OutputStream outCiphertext()
public EncryptMessageStreamEntry outCiphertext(OutputStream outCiphertext)
public InputStream inPlaintext()
public EncryptMessageStreamEntry inPlaintext(InputStream inPlaintext)
Copyright © 2023. All rights reserved.