There's no documentation for this item.
| Classes |
| Abstract |
The base class of all OpenSSL-based HMAC algorithm wrappers.
|
| MD5 |
The MD5 HMAC algorithm.
|
| MD5_96 |
The MD5-96 HMAC algorithm. This returns only the first 12 bytes of the
digest.
|
| None |
The "none" algorithm. This has a key and mac length of 0.
|
| SHA1 |
The SHA1 HMAC algorithm. This has a mac and key length of 20, and uses the
SHA1 digest algorithm.
|
| SHA1_96 |
The SHA1-96 HMAC algorithm. This returns only the first 12 bytes of the
digest.
|
| Public Methods |
| register_services |
Register all services that implement the various support HMAC algorithms.
|
<code/>and<pre/>for code samples.