CIPsecIkeAuthMethod
The authentication method used in IPsec Phase-1 IKE negotiations. Description of enum constants of this type: preSharedKey: Peer authentication using pre-shared keys. rsaSignature: Peer authentication using digital signatures. rsaEncryption: Peer authentication using encrypted nonces. revRsaEncryption: Peer authentication using revised RSA encryption. dssSignature: Peer authentication using DSS signatures. elGamalEncryption: Peer authentication using El Gamal. revElGamalEncryption: Peer authentication using revised El Gamal. ecdsaSignature: Peer authentication using Elliptic Curve Digital Signatures. gssApiV1: Peer authentication using Generic Security Services API v1. gssApiV2: Peer authentication using Generic Security Services API v2.
Possible values
11 objects| Number | Name |
|---|---|
| 1 | other |
| 2 | preSharedKey |
| 3 | rsaSignature |
| 4 | rsaEncryption |
| 5 | revRsaEncryption |
| 6 | dssSignature |
| 7 | elGamalEncryption |
| 8 | revElGamalEncryption |
| 9 | ecsdaSignature |
| 10 | gssApiV1 |
| 11 | gssApiV2 |