SBoM.CycloneDX.V14.Hash (SBoM v0.9.1)

View Source

Specifies the file hash of the component

Summary

Types

t()

@type t() :: %SBoM.CycloneDX.V14.Hash{
  __unknown_fields__: [Protobuf.unknown_field()],
  alg: SBoM.CycloneDX.V14.HashAlg.t(),
  value: String.t()
}