| Interface | Description |
|---|---|
| ByteDigester |
Common interface for all digesters which receive a byte array message and
return a byte array digest.
|
| StringDigester |
Common interface for all digesters which receive a String message and
return a String digest.
|
| Class | Description |
|---|---|
| PooledByteDigester |
Pooled implementation of
ByteDigester that in fact contains
an array of StandardByteDigester objects which are used
to attend digest and match requests in round-robin. |
| PooledStringDigester |
Pooled implementation of
StringDigester that in fact contains
an array of StandardStringDigester objects which are used
to attend digest and match requests in round-robin. |
| StandardByteDigester |
Standard implementation of the
ByteDigester interface. |
| StandardStringDigester |
Standard implementation of the
StringDigester interface. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.