Class DecryptMessageBytesEntry
- java.lang.Object
-
- org.xipki.pkcs11.wrapper.multipart.DecryptMessageBytesEntry
-
public class DecryptMessageBytesEntry extends Object
Parameter-pair for the multipart operation DecryptMessage. Input and output are both byte[].- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description DecryptMessageBytesEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]associatedData()DecryptMessageBytesEntryassociatedData(byte[] associatedData)byte[]ciphertext()DecryptMessageBytesEntryciphertext(byte[] ciphertext)CkParamsparams()DecryptMessageBytesEntryparams(CkParams params)
-
-
-
Method Detail
-
params
public CkParams params()
-
params
public DecryptMessageBytesEntry params(CkParams params)
-
associatedData
public byte[] associatedData()
-
associatedData
public DecryptMessageBytesEntry associatedData(byte[] associatedData)
-
ciphertext
public byte[] ciphertext()
-
ciphertext
public DecryptMessageBytesEntry ciphertext(byte[] ciphertext)
-
-