CIPsecAuthAlgorithm
The authentication algorithm used by a security association of an IPsec Phase-2 Tunnel. Description of enum constants of this type: hmacMd5: Hash validation using HMAC MD5. hmacSha: Hash validation using HMAC SHA-1. desMac: Hash validation using DES as MAC. hmacSha256: Hash validation using 256-bit SHA-1. hmacSha384: Hash validation using 384-bit SHA-1. hmacSha512: Hash validation using 512-bit SHA-1. ripemd: Hash validation using RIPEMD cryptographic hash function.
Possible values
9 objects| Number | Name |
|---|---|
| 1 | none |
| 2 | other |
| 3 | hmacMd5 |
| 4 | hmacSha |
| 5 | desMac |
| 6 | hmacSha256 |
| 7 | hmacSha384 |
| 8 | hmacSha512 |
| 9 | ripemd |