Class Data
- java.lang.Object
-
- de.gematik.ti.vauchannel.protocol.helpers.Data
-
public class Data extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Data(byte[] keyId, byte[] all)Data(byte[] keyId, long counter, TransportedData transportedData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransportedDatagetDecryptedData()byte[]getEncoded()voidlog()
-
-
-
Constructor Detail
-
Data
public Data(byte[] keyId, long counter, TransportedData transportedData)
-
Data
public Data(byte[] keyId, byte[] all)
-
-
Method Detail
-
log
public void log()
-
getEncoded
public byte[] getEncoded()
-
getDecryptedData
public TransportedData getDecryptedData()
-
-