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,195,92", rankdir=LR ]; node [label="\N"]; Checksum [height=1.2778, label=<<table BORDER="0" CELLBORDER="1" CELLSPACING="0"> <tr > <td BGCOLOR="#997a00" HREF="/idmef_parser/IDMEF/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. ">Checksum</td> </tr>" %<tr><td BGCOLOR="#FFCC00" HREF="/idmef_parser/IDMEF/Checksum.html" TITLE="The value of the checksum.">[STRING] value (1) </td></tr>%<tr><td BGCOLOR="#FFCC00" HREF="/idmef_parser/IDMEF/Checksum.html" TITLE="The key to the checksum, if appropriate.">[STRING] key (0..1) </td></tr>%<tr><td BGCOLOR="#FFCC00" HREF="/idmef_parser/IDMEF/Checksum.html" TITLE="default value. (See also Section 10.)">[ENUM] algorithm (Required) </td></tr>%</table>>, pos="97.5,46", shape=plaintext, width=2.7083]; }
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.