CResourceData

class Lib3MF::CResourceData : public CBase
PPackagePart GetPath()

Gets the encrypted part path

Returns

The part path

eEncryptionAlgorithm GetEncryptionAlgorithm()

Gets the encryption algorithm used to encrypt this ResourceData

Returns

The encryption algorithm

eCompression GetCompression()

Tells whether this ResourceData is compressed or not

Returns

The compression method

void GetAdditionalAuthenticationData(std::vector<Lib3MF_uint8> &ByteDataBuffer)

Tells whether this ResourceData is compressed or not

Parameters

ByteDataBuffer – The compression method

typedef std::shared_ptr<CResourceData> Lib3MF::PResourceData

Shared pointer to CResourceData to easily allow reference counting.