Class ChecksumFields

  • All Implemented Interfaces:

    
    public final class ChecksumFields
    
                        

    Routes a single checksum value to the correct per-algorithm field.

    DTOs that carry per-algorithm checksum fields (e.g. Part, ObjectPart) have a flat structure for correct XML serialization. This value type encapsulates the dispatch logic so that adding a new algorithm requires only a one-line change here rather than edits at every construction site.