| Interface | Description |
|---|---|
| MAC |
Message Authentication Code for use in SSH.
|
| Class | Description |
|---|---|
| BaseMAC |
Base class for
MAC implementations based on the JCE provider. |
| HMACMD5 | Deprecated
Use
Macs.HMACMD5() |
| HMACMD5.Factory |
Named factory for the HMACMD5
MAC |
| HMACMD596 | Deprecated
Use
Macs.HMACMD596() |
| HMACMD596.Factory |
Named factory for the HMAC-MD5-96
MAC |
| HMACRIPEMD160 | Deprecated |
| HMACRIPEMD160.Factory |
Named factory for the HMAC-RIPEMD160
MAC |
| HMACSHA1 | Deprecated
Use
Macs.HMACSHA1() |
| HMACSHA1.Factory |
Named factory for the HMAC-SHA1
MAC |
| HMACSHA196 | Deprecated |
| HMACSHA196.Factory |
Named factory for the HMAC-SHA1-96
MAC |
| HMACSHA2256 | Deprecated |
| HMACSHA2256.Factory |
Named factory for the HMAC-SHA1
MAC |
| HMACSHA2512 | Deprecated |
| HMACSHA2512.Factory |
Named factory for the HMAC-SHA1
MAC |