Package apple.networkextension.enums
Class NEVPNIKEAuthenticationMethod
- java.lang.Object
-
- apple.networkextension.enums.NEVPNIKEAuthenticationMethod
-
public final class NEVPNIKEAuthenticationMethod extends java.lang.Object[@typedef] NEVPNIKEAuthenticationMethod Internet Key Exchange (IKE) authentication methods used to authenticate with the IPSec server.
-
-
Field Summary
Fields Modifier and Type Field Description static longCertificate[@const] NEVPNIKEAuthenticationMethodCertificate Use a certificate and private key as the authentication credentialstatic longNone[@const] NEVPNIKEAuthenticationMethodNone Do not authenticate with the IPSec serverstatic longSharedSecret[@const] NEVPNIKEAuthenticationMethodSharedSecret Use a shared secret as the authentication credential
-
-
-
Field Detail
-
None
public static final long None
[@const] NEVPNIKEAuthenticationMethodNone Do not authenticate with the IPSec server- See Also:
- Constant Field Values
-
Certificate
public static final long Certificate
[@const] NEVPNIKEAuthenticationMethodCertificate Use a certificate and private key as the authentication credential- See Also:
- Constant Field Values
-
SharedSecret
public static final long SharedSecret
[@const] NEVPNIKEAuthenticationMethodSharedSecret Use a shared secret as the authentication credential- See Also:
- Constant Field Values
-
-