libxcks
0.1.0.1
|
Versions of (Z)XCKS files. More...
Go to the source code of this file.
Functions | |
LIBXCKS_SO_EXPORT const StringSet | libxcks::getAvailableAlgorithmNames (const Version version) |
Gets the available names of algorithm for a version of (Z)XCKS file. More... | |
LIBXCKS_SO_EXPORT const ArrayString | libxcks::getAvailableAlgorithmNamesAsArray (const Version version) |
Gets the available names of algorithm for a version of (Z)XCKS file. More... | |
LIBXCKS_SO_EXPORT const ArrayChecksumAlgoId | libxcks::getAvailableAlgorithmIds (const Version version) |
Gets the available ids of algorithm for a version of (Z)XCKS file. More... | |
LIBXCKS_SO_EXPORT const std::string | libxcks::getXCKSVersionName (const Version version) |
Gets the name of an (Z)XCKS file version. More... | |
Versions of (Z)XCKS files.
Definition in file xcksver.hpp.
const ArrayChecksumAlgoId libxcks::getAvailableAlgorithmIds | ( | const Version | version | ) |
Gets the available ids of algorithm for a version of (Z)XCKS file.
[in] | version | The version of (Z)XCKS file. |
version
. If the given version is incorrect, an empty array is returned. Definition at line 69 of file xcksver.cpp.
const StringSet libxcks::getAvailableAlgorithmNames | ( | const Version | version | ) |
Gets the available names of algorithm for a version of (Z)XCKS file.
[in] | version | The version of (Z)XCKS file. |
version
. If the given version is incorrect, an empty set is returned. Definition at line 41 of file xcksver.cpp.
LIBXCKS_SO_EXPORT const ArrayString libxcks::getAvailableAlgorithmNamesAsArray | ( | const Version | version | ) |
Gets the available names of algorithm for a version of (Z)XCKS file.
[in] | version | The version of (Z)XCKS file. |
version
. If the given version is incorrect, an empty array is returned. Definition at line 57 of file xcksver.cpp.
const string libxcks::getXCKSVersionName | ( | const Version | version | ) |
Gets the name of an (Z)XCKS file version.
[in] | version | The version of (Z)XCKS file. |
Definition at line 90 of file xcksver.cpp.