Class 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 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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