| Interface | Description |
|---|---|
| IMessageDigestGenerator |
Base interface for a message digest generator (using hash algorithms like MD5
or SHA 512)
|
| Class | Description |
|---|---|
| AbstractMessageDigestGenerator |
Base class for creating a cryptographic hash value.
|
| MessageDigestGenerator |
Base class for creating a cryptographic hash value.
|
| MessageDigestGeneratorHelper |
Contains helper classes for handling message digests and there results.
|
| MessageDigestValue |
Represents a single message digest value as the combination of the algorithm
and the digest bytes.
|
| NonBlockingMessageDigestGenerator |
Base class for creating a cryptographic hash value.
|
| Enum | Description |
|---|---|
| EMessageDigestAlgorithm |
A selection of common hash algorithms.
|
Copyright © 2006–2015 phloc systems. All rights reserved.