public final class ChecksumType extends EnumerationType
Checksum
Modifier and Type | Field and Description |
---|---|
static ChecksumType |
CRC32
32-bit Cyclical Redundancy Checksum.
|
static ChecksumType |
MD5
128-bit Message Digest 5.
|
static ChecksumType |
SHA1
160-bit Secure Hash Algorithm.
|
public static final ChecksumType CRC32
public static final ChecksumType MD5
public static final ChecksumType SHA1
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.