CDIFManifest

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

NameTypeMultiplicityDescription
algorithmstring[1]

Documentation

Original
Reference

spdx:algorithm

Definition

Identifies 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.

Scope

Domain: http://spdx.org/rdf/terms#Checksum.

CDIF
Definition

spdx:algorithm.

checksumValuestring[1]

Documentation

Original
Reference

spdx:checksumValue

Definition

The checksumValue property provides a lower case hexidecimal encoded digest value produced using a specific algorithm.

Scope

Domain: http://spdx.org/rdf/terms#Checksum. Range: http://www.w3.org/2001/XMLSchema#hexBinary.

CDIF
Definition

spdx:checksumValue.

Associations

RoleTargetMultiplicityKind
checksumArchivePart[0..1]composition