public class SecurePayload extends Object
Constructor and Description |
---|
SecurePayload(int transformationKind,
byte[] cipherText) |
SecurePayload(int transformationKind,
byte[] transformationId,
byte[] cipherText) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCipherText()
Gets the cipher text
|
int |
getTransformationKind()
Gets transformation kind
|
byte[] |
getTrasformationId()
Gets transformationId.
|
void |
writeTo(RTPSByteBuffer bb)
Writes this SecurePayload to given RTPSByteBuffer
|
public SecurePayload(int transformationKind, byte[] cipherText)
public SecurePayload(int transformationKind, byte[] transformationId, byte[] cipherText)
public int getTransformationKind()
public byte[] getTrasformationId()
public byte[] getCipherText()
public void writeTo(RTPSByteBuffer bb)
bb
- RTPSByteBuffer to write toCopyright © 2016. All rights reserved.