Name | Data Type | Qualifiers |
Name | Data Type | Value | Scope | Flavors |
CipherKeyLength | uint16 |
Description | string | CipherKeyLength specifies, in bits, the key length for the encryption algorithm. For algorithms with fixed key lengths, this value is ignored. | None | TRANSLATABLE= true |
CipherKeyRounds | uint16 |
Description | string | CipherKeyRounds specifies the key rounds for the encryption algorithm. Currently, key rounds are not defined for any IPsec encryption algorithms. | None | TRANSLATABLE= true |
CipherTransformId | uint16 |
Description | string | CipherTransformId is an enumeration that specifies the ESP encryption algorithm for the proposal. | None | TRANSLATABLE= true |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 | None | None |
Values | string | DES_IV64, DES, 3DES, RC5, IDEA, CAST, Blowfish, 3-IDEA, DES_IV32, RC4, NULL | None | TRANSLATABLE= true |
IntegrityTransformId | uint16 |
Description | string | IntegrityTransformId is an enumeration that specifies the ESP integrity algorithm for the proposal. | None | TRANSLATABLE= true |
ValueMap | string | 0, 1, 2, 3, 4 | None | None |
Values | string | None, MD5, SHA-1, DES, KPDK | None | TRANSLATABLE= true |
ReplayPreventionWindowSize | uint32 |
Description | string | ReplayPreventionWindowsSizw specifies, in bits, the length of the sliding window used by the replay prevention mechanism. The value of this property is meaningless if UseReplayPrevention is false. It is assumed that the window size will be power of 2. | None | TRANSLATABLE= true |
UseReplayPrevention | boolean |
Description | string | UseReplayPrevention causes the local peer to compute the next sequence number when sending a packet or to check the sequence number when receiving a packet. | None | TRANSLATABLE= true |