Interface | Description |
---|---|
ChecksumProvider |
An interface producing checksums or message digests (depending on the
implementing class) of a given type of input.
|
ChecksumProviderFactory |
A factory producing throw-away objects of the
ChecksumProvider type. |
Class | Description |
---|---|
AbstractChecksumProvider |
Abstract skeleton class implementing
ChecksumProvider and providing
implementations of the interface methods using a universal checksum class
object. |
ChecksumProviderFactoryImpl |
An implementation of the
ChecksumProviderFactory interface. |
MD5ChecksumProviderImpl |
An implementation of the
ChecksumProvider interface using MD5
as the message digest algorithm. |
SHA1ChecksumProviderImpl |
An implementation of the
ChecksumProvider interface using SHA1
as the secure hash algorithm. |
Enum | Description |
---|---|
ChecksumType |
Enumeration defining the possible algorithms used for calculating checksums.
|
Version: 4.4.12-ice34-b116
Copyright © 2014 The University of Dundee & Open Microscopy Environment. All Rights Reserved.