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