The Checksum class represents checksum information associated with the file. This checksum information can be provided by file integrity checkers, among others.
digraph Checksum { graph [bb="0,0,198,92", rankdir=LR ]; node [label="\N"]; Checksum [height=1.2778, label=<<table BORDER="0" CELLBORDER="1" CELLSPACING="0"> <tr> <td BGCOLOR="#cca300" HREF="/idmef_parser/IDMEFv2/Checksum.html" TITLE="The Checksum class represents checksum information associated with the file. This checksum information can be provided by file integrity checkers, among others. "><FONT FACE="Nimbus Sans L">Checksum</FONT></td> </tr>" %<tr><td BGCOLOR="#FFCC00" HREF="/idmef_parser/IDMEFv2/Checksum.html" TITLE="The value of the checksum."><FONT FACE="Nimbus Sans L">[STRING] value (1)</FONT></td></tr>%<tr><td BGCOLOR="#FFCC00" HREF="/idmef_parser/IDMEFv2/Checksum.html" TITLE="The key to the checksum, if appropriate."><FONT FACE="Nimbus Sans L">[STRING] key (0..1)</FONT></td></tr>%<tr><td BGCOLOR="#FFCC00" HREF="/idmef_parser/IDMEFv2/Checksum.html" TITLE="default value. (See also Section 10.)"><FONT FACE="Nimbus Sans L">[ENUM] algorithm (Required)</FONT></td></tr>%</table>>, pos="99,46", shape=plaintext, width=2.75]; }
The value of the checksum.
The key to the checksum, if appropriate.
default value. (See also Section 10.)
Rank Keyword Description 0 MD4 The MD4 algorithm. 1 MD5 The MD5 algorithm. 2 SHA1 The SHA1 algorithm. 3 SHA2-256 The SHA2 algorithm with 256 bits length. 4 SHA2-384 The SHA2 algorithm with 384 bits length. 5 SHA2-512 The SHA2 algorithm with 512 bits length. 6 CRC-32 The CRC algorithm with 32 bits length. 7 Haval The Haval algorithm. 8 Tiger The Tiger algorithm. 9 Gost The Gost algorithm.