public final class NEVPNIKEAuthenticationMethod
extends java.lang.Object
Internet Key Exchange (IKE) authentication methods used to authenticate with the IPSec server.
| Modifier and Type | Field and Description |
|---|---|
static long |
Certificate
[@const] NEVPNIKEAuthenticationMethodCertificate Use a certificate and private key as the authentication credential
|
static long |
None
[@const] NEVPNIKEAuthenticationMethodNone Do not authenticate with the IPSec server
|
static long |
SharedSecret
[@const] NEVPNIKEAuthenticationMethodSharedSecret Use a shared secret as the authentication credential
|
public static final long None
public static final long Certificate
public static final long SharedSecret