Package com.dracoon.sdk.crypto.model
Class DataContainer
java.lang.Object
com.dracoon.sdk.crypto.model.DataContainer
- Direct Known Subclasses:
EncryptedDataContainer,PlainDataContainer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataContainer
protected DataContainer(byte[] content)
-
-
Method Details
-
getContent
public byte[] getContent()Returns the data.- Returns:
- the data bytes
-