CIPsecEncryptAlgorithm
The encryption algorithm used in negotiations. Since payload encryption is done by the ESP protocol, these enums are prefixed with 'esp'. Description of enum constants of this type: espDes: Payload encryption using 56-bit key DES. esp3des: Payload encryption using 168-bit 3DES. espRc5: Payload encryption using RC5. espIdea: Payload encryption using International Data Encryption Algorithm. espCast: Payload encryption using CAST. espTwofish: Payload encryption using TwoFish. espBlowfish: Payload encryption using BlowFish. esp3idea: Payload encryption using International Data Encryption Algorithm. espRc4: Payload encryption using RC4. espNull: NULL Payload encryption. espAes128: espAes192: espAes256: Payload encryption using AES CBC mode and keysizes of 128, 192 and 256 bit keys. espAesCtr128: espAesCtr192: espAesCtr256: Payload encryption using AES CTR mode and keysizes of 128, 192 and 256 bit keys.
Possible values
18 objects| Number | Name |
|---|---|
| 1 | none |
| 2 | other |
| 3 | espDes |
| 4 | esp3des |
| 5 | espRc5 |
| 6 | espIdea |
| 7 | espCast |
| 8 | espTwofish |
| 9 | espBlowfish |
| 10 | esp3idea |
| 11 | espRc4 |
| 12 | espNull |
| 13 | espAes128 |
| 14 | espAes192 |
| 15 | espAes256 |
| 16 | espAesCtr128 |
| 17 | espAesCtr192 |
| 18 | espAesCtr256 |