Checksum
CDIFManifest::Classes::Checksum
Definition
Documentation
Original
Reference
spdx:Checksum
Definition
A Checksum is value that allows the contents of a file to be authenticated. Even small changes to the content of the file will change its checksum. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented.
CDIF
Definition
spdx:Checksum - inline checksum payload on an ArchivePart.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| algorithm | string | [1] | DocumentationOriginalReferencespdx:algorithm DefinitionIdentifies the algorithm used to produce the subject Checksum. Currently, SHA-1 is the only supported algorithm. It is anticipated that other algorithms will be supported at a later time. ScopeDomain: http://spdx.org/rdf/terms#Checksum. CDIFDefinitionspdx:algorithm. |
| checksumValue | string | [1] | DocumentationOriginalReferencespdx:checksumValue DefinitionThe checksumValue property provides a lower case hexidecimal encoded digest value produced using a specific algorithm. ScopeDomain: http://spdx.org/rdf/terms#Checksum. Range: http://www.w3.org/2001/XMLSchema#hexBinary. CDIFDefinitionspdx:checksumValue. |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| checksum | ← ArchivePart | [0..1] | composition |