libxcks
0.1.0.1
|
▼Clibxcks::Checksum | Computes a checksum from a byte stream |
▼Clibxcks::ChecksumEx | Computes a hash from a byte stream |
▼Clibxcks::AbstractKeccakImpl | Computes the Keccak hash from a byte stream |
Clibxcks::SHA3_224 | Computes the SHA3-224 hash from a byte stream |
Clibxcks::SHA3_256 | Computes the SHA3-256 hash from a byte stream |
Clibxcks::SHA3_384 | Computes the SHA3-384 hash from a byte stream |
Clibxcks::SHA3_512 | Computes the SHA3-512 hash from a byte stream |
Clibxcks::BLAKE3 | Computes the BLAKE3 hash from a byte stream |
Clibxcks::CRC32 | Computes the CRC-32 from a byte stream |
Clibxcks::CRC64 | Computes the CRC-64 (ECMA 182 standard) from a byte stream |
▼Clibxcks::LibgcryptHash | Computes a hash from a byte stream |
▼Clibxcks::AbstractSHA256Impl | Computes the SHA256 hash from a byte stream |
Clibxcks::SHA224 | Computes the SHA224 hash from a byte stream |
Clibxcks::SHA256 | Computes the SHA256 hash from a byte stream |
▼Clibxcks::AbstractSHA512Impl | Computes the SHA512 hash from a byte stream |
Clibxcks::SHA384 | Computes the SHA384 hash from a byte stream |
Clibxcks::SHA512 | Computes the SHA512 hash from a byte stream |
Clibxcks::MD4 | Computes the MD4 hash from a byte stream |
Clibxcks::MD5 | Computes the MD5 hash from a byte stream |
Clibxcks::RIPEMD160 | Computes the RIPE-MD160 hash from a byte stream |
Clibxcks::SHA1 | Computes the SHA1 (or SHA160) hash from a byte stream |
Clibxcks::Tiger | Computes the Tiger hash from a byte stream |
Clibxcks::MD2 | Computes the MD2 hash from a byte stream |
Clibxcks::SM3 | Computes the SM3 hash from a byte stream |
Clibxcks::Whirlpool | Computes the Whirlpool hash from a byte stream |
▼Clibxcks::ChecksumCalculator | Calculates a checksum |
Clibxcks::ChecksumFileCalculator | Computes a checksum from a file |
▼Clibxcks::ChecksumCalculatorProgress | Handles the progression of the process of computing of a checksum |
Clibxcks::DefaultChecksumCalculatorProgress | Handles the progression of the process of computing of a checksum |
Clibxcks::ChecksumFactory::ChecksumEntry | Represents an entry of the checksum or hash algorithms that the application knows |
Clibxcks::ChecksumFactory | Generates new instances of the subclasses of the Checksum class that the application knows |
Clibxcks::ChecksumFormatter | This class provides some convenient tools to format checksum and hash values |
Clibxcks::ChecksumValue | Stores the value of a checksum |
▼Clibxcks::ChecksumFormatter::ConfigurationProvider | Configuration provider for ChecksumFormatter |
Clibxcks::DefaultCKFConfigurationProvider | Default configuration provider for ChecksumFormatter |
Clibxcks::XCKSDirStruct::const_file_iterator | A forward iterator on files of a directory structure |
▼Clibxcks::XCKSDirStruct::Element | An element of the directory structure for XCKS files |
Clibxcks::XCKSDirStruct::Directory | A directory of the directory structure for XCKS files |
Clibxcks::XCKSDirStruct::File | An file of the directory structure for XCKS files |
Clibxcks::LibXCKSInitialiser | Convenience class for initialise and clean-up libxcks |
Clibxcks::ThreadSafeChecksumCalculator | A thread safe checksums calculator |
Clibxcks::XCKSDirStruct | A directories structure for XCKS files |
Clibxcks::XCKSFileWriter | A XCKS file writer |
▼Clibxcks::XCKSReader | XCKS file reader |
Clibxcks::ZXCKSReader | ZXCKS file reader |
▼Clibxcks::XCKSReaderHandler | Handler for reading XCKS files |
Clibxcks::XCKSReaderDefaultHandler | Default handler for reading XCKS files |
▼Clibxcks::XCKSWriter | XCKS file writer |
Clibxcks::ZXCKSWriter | ZXCKS file writer |
Clibxcks::XCKSWriterChecksumProvider | Provides checksums values from an array of wanted algorithms of checksums for the XCKS writer |
▼Clibxcks::XCKSWriterHandler | Handler for writing XCKS files |
Clibxcks::XCKSWriterDefaultHandler | Default handler for writing XCKS files |
▼Clibxcks::XCKSWriterOptions | Provides options for the XCKS writer |
Clibxcks::ZXCKSWriterOptions | Provides options for the XCKS writer |
▼Clibxcks::XMLParser | A very simple XML parser |
Clibxcks::XCKSFileReader | XCKS file parser |
Clibxcks::XMLParserAttributes | Manages elements' attributes |
▼Clibxcks::XMLParserDefaultHandler | Default XML parser handler |
Clibxcks::XCKS1FileHandler | XCKS file version 1 handler |
Clibxcks::XMLParserException | An exception class for the XML parser |