Id |
The id of the algorithm.
Possible values:
aes(1), -- AES cipher alg
twofish(2), -- Twofish cipher alg
blowfish(3), -- Blowfish cipher alg
cast(4), -- Cast cipher alg
des3(5), -- Triple DES cipher alg
des(6), -- DES cipher alg
null(7), -- NULL pseudo cipher
rijndael(31) -- rijndael (former name for AES). Enumerations: - aes (1)
- twofish (2)
- blowfish (3)
- cast (4)
- des3 (5)
- des (6)
- null (7)
- rijndael (31)
|
MinKeySize |
The minimum key length possible for this algorithm
unless configured in ipsecAlgUseMinKeySize |
DefKeySize |
The default key length used for this algorithm
unless configured in ipsecAlgUseDefKeySize |
MaxKeySize |
The maximum key length possible for this algorithm
unless configured in ipsecAlgUseMaxKeySize |
UseMinKeySize |
The minimum key length to accept for this algorithm.
If set to zero or out of range ipsecAlgMinKeySize is assumed.
This object is deprecated, use ikePropEncKeySizeMin,
ipsecPropAesKeySizeMin and ipsecPropBlowfishKeySizeMin now! |
UseDefKeySize |
The key length to propose as initiator.
If set to zero or out of range ipsecAlgDefKeySize is assumed.
This object is deprecated, use ikePropEncKeySize,
ipsecPropAesKeySize, and ipsecPropBlowfishKeySize now! |
UseMaxKeySize |
The maximum key length to accept for this algorithm.
If set to zero or out of range ipsecAlgMaxKeySize is assumed.
This object is deprecated, use ikePropEncKeySizeMax,
ipsecPropAesKeySizeMax and ipsecPropBlowfishKeySizeMax now! |