libxcks
0.1.0.1
|
▼Nlibxcks | |
CChecksum | Computes a checksum from a byte stream |
CChecksumCalculatorProgress | Handles the progression of the process of computing of a checksum |
CDefaultChecksumCalculatorProgress | Handles the progression of the process of computing of a checksum |
CChecksumCalculator | Calculates a checksum |
CChecksumFileCalculator | Computes a checksum from a file |
▼CChecksumFactory | Generates new instances of the subclasses of the Checksum class that the application knows |
CChecksumEntry | Represents an entry of the checksum or hash algorithms that the application knows |
▼CChecksumFormatter | This class provides some convenient tools to format checksum and hash values |
CConfigurationProvider | Configuration provider for ChecksumFormatter |
CDefaultCKFConfigurationProvider | Default configuration provider for ChecksumFormatter |
CChecksumValue | Stores the value of a checksum |
CXCKSReaderHandler | Handler for reading XCKS files |
CXCKSReaderDefaultHandler | Default handler for reading XCKS files |
CXCKSWriterChecksumProvider | Provides checksums values from an array of wanted algorithms of checksums for the XCKS writer |
CXCKSWriterHandler | Handler for writing XCKS files |
CXCKSWriterDefaultHandler | Default handler for writing XCKS files |
CXCKSWriterOptions | Provides options for the XCKS writer |
CZXCKSWriterOptions | Provides options for the XCKS writer |
CLibXCKSInitialiser | Convenience class for initialise and clean-up libxcks |
CXCKSReader | XCKS file reader |
CZXCKSReader | ZXCKS file reader |
CXCKSWriter | XCKS file writer |
CZXCKSWriter | ZXCKS file writer |
CBLAKE3 | Computes the BLAKE3 hash from a byte stream |
CChecksumEx | Computes a hash from a byte stream |
CCRC32 | Computes the CRC-32 from a byte stream |
CCRC64 | Computes the CRC-64 (ECMA 182 standard) from a byte stream |
CAbstractKeccakImpl | Computes the Keccak hash from a byte stream |
CSHA3_224 | Computes the SHA3-224 hash from a byte stream |
CSHA3_256 | Computes the SHA3-256 hash from a byte stream |
CSHA3_384 | Computes the SHA3-384 hash from a byte stream |
CSHA3_512 | Computes the SHA3-512 hash from a byte stream |
CLibgcryptHash | Computes a hash from a byte stream |
CMD2 | Computes the MD2 hash from a byte stream |
CMD4 | Computes the MD4 hash from a byte stream |
CMD5 | Computes the MD5 hash from a byte stream |
CRIPEMD160 | Computes the RIPE-MD160 hash from a byte stream |
CSHA1 | Computes the SHA1 (or SHA160) hash from a byte stream |
CAbstractSHA256Impl | Computes the SHA256 hash from a byte stream |
CSHA224 | Computes the SHA224 hash from a byte stream |
CSHA256 | Computes the SHA256 hash from a byte stream |
CAbstractSHA512Impl | Computes the SHA512 hash from a byte stream |
CSHA384 | Computes the SHA384 hash from a byte stream |
CSHA512 | Computes the SHA512 hash from a byte stream |
CSM3 | Computes the SM3 hash from a byte stream |
CTiger | Computes the Tiger hash from a byte stream |
CWhirlpool | Computes the Whirlpool hash from a byte stream |
CThreadSafeChecksumCalculator | A thread safe checksums calculator |
CXCKSFileReader | XCKS file parser |
CXCKS1FileHandler | XCKS file version 1 handler |
▼CXCKSDirStruct | A directories structure for XCKS files |
Cconst_file_iterator | A forward iterator on files of a directory structure |
CDirectory | A directory of the directory structure for XCKS files |
CElement | An element of the directory structure for XCKS files |
CFile | An file of the directory structure for XCKS files |
CXCKSFileWriter | A XCKS file writer |
CXMLParserException | An exception class for the XML parser |
CXMLParserAttributes | Manages elements' attributes |
CXMLParser | A very simple XML parser |
CXMLParserDefaultHandler | Default XML parser handler |