libdigidocpp  3.16.0
Deprecated List
Class digidoc::Conf
Use digidoc::ConfV5
See also
Configuration parameters
Member digidoc::Conf::certsPath () const
Unused
Member digidoc::Conf::libdigidocConf () const
Unused
Class digidoc::ConfV2
Use digidoc::ConfV5
See also
Configuration parameters
Class digidoc::ConfV3
Use digidoc::ConfV5
See also
Configuration parameters
Class digidoc::ConfV4
Use digidoc::ConfV5
See also
Configuration parameters
Member digidoc::Container::addDataFile (std::istream *is, const std::string &fileName, const std::string &mediaType)
Use digidoc::Container::addDataFile(std::unique_ptr<std::istream> is, const std::string &fileName, const std::string &mediaType)
Parameters
isinput stream from where data is read
fileNamedata file name in the container
mediaTypeMIME type of the data file, for example “text/plain” or “application/msword”
Exceptions
Exceptionexception is thrown if the data file path is incorrect or a data file with same file name already exists. Also, no data file can be added if the container already has one or more signatures.
Note
Data files can be removed from container only after all signatures are removed.
Member digidoc::Container::create (const std::string &path)
Use Container::createPtr This method gives ownership of object to caller
Member digidoc::Container::open (const std::string &path)
Use Container::openPtr
Parameters
path
Exceptions
Exception
Member digidoc::Exception::DDocError
Unused
Member digidoc::Signature::OCSPNonce () const
Use messageImprint()
Class digidoc::XmlConf
Use digidoc::XmlConfV5
See also
digidoc::Conf
Class digidoc::XmlConfV2
Use digidoc::XmlConfV5
See also
digidoc::ConfV2
Class digidoc::XmlConfV3
Use digidoc::XmlConfV5
See also
digidoc::ConfV3
Class digidoc::XmlConfV4
Use digidoc::XmlConfV5
See also
digidoc::ConfV4