class CCL::Security::Crypto::PackageSignature::Builder

#include <packagesignature.h>

class Builder
{
public:
    // fields

     filter;

    // methods

    PROPERTY_OBJECT (PartList, partList, Parts);
    Filter bool build (UrlRef path, IProgressNotify* progress = nullptr);
    bool build (IPackageFile& package, IProgressNotify* progress = nullptr);
};