public static class ChecksumUtil.ConstantChecksumAlgorithm extends Object implements ChecksumAlgorithm
ChecksumAlgorithm that will map to ConstantChecksum, which provides a constant
checksum. This isn't super useful, but is needed in cases such as signing, where the content-hash (a
cryptographically-secure "checksum") can be a set of pre-defined values.| Constructor and Description |
|---|
ConstantChecksumAlgorithm(String value) |
public ConstantChecksumAlgorithm(String value)
public String algorithmId()
algorithmId in interface ChecksumAlgorithmCopyright © 2023. All rights reserved.