to top
AFEX APIs
public static final enum

VpnProfileConfig.VpnType

extends Enum<VpnProfileConfig.VpnType>
java.lang.Object
   ↳ java.lang.Enum<com.ardic.android.parcelables.VpnProfileConfig.VpnType>
     ↳ com.ardic.android.parcelables.VpnProfileConfig.VpnType

Class Overview

Enumerates VPN Profile Types

Summary

Enum Values
VpnProfileConfig.VpnType  VPNTYPE_IPSEC_HYBRID_RSA  VPN Profile Type Internet Protocol Security Hybrid RSA  
VpnProfileConfig.VpnType  VPNTYPE_IPSEC_XAUTH_PSK  VPN Profile Type Internet Protocol Security Xauth Pre-shared Key  
VpnProfileConfig.VpnType  VPNTYPE_IPSEC_XAUTH_RSA  VPN Profile Type Internet Protocol Security Xauth RSA  
VpnProfileConfig.VpnType  VPNTYPE_L2TP_IPSEC_PSK  VPN Profile Type Internet Protocol Security Pre-shared Key  
VpnProfileConfig.VpnType  VPNTYPE_L2TP_IPSEC_RSA  VPN Profile Type Internet Protocol Security RSA  
VpnProfileConfig.VpnType  VPNTYPE_PPTP  VPN Profile Type Point-to-Point Tunneling Protocol  
Public Methods
static VpnProfileConfig.VpnType toEnum(String s)
static VpnProfileConfig.VpnType toEnum(int i)
String toString()
static VpnProfileConfig.VpnType valueOf(String name)
final static VpnType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final VpnProfileConfig.VpnType VPNTYPE_IPSEC_HYBRID_RSA

Added in API level 1

VPN Profile Type Internet Protocol Security Hybrid RSA

public static final VpnProfileConfig.VpnType VPNTYPE_IPSEC_XAUTH_PSK

Added in API level 1

VPN Profile Type Internet Protocol Security Xauth Pre-shared Key

public static final VpnProfileConfig.VpnType VPNTYPE_IPSEC_XAUTH_RSA

Added in API level 1

VPN Profile Type Internet Protocol Security Xauth RSA

public static final VpnProfileConfig.VpnType VPNTYPE_L2TP_IPSEC_PSK

Added in API level 1

VPN Profile Type Internet Protocol Security Pre-shared Key

public static final VpnProfileConfig.VpnType VPNTYPE_L2TP_IPSEC_RSA

Added in API level 1

VPN Profile Type Internet Protocol Security RSA

public static final VpnProfileConfig.VpnType VPNTYPE_PPTP

Added in API level 1

VPN Profile Type Point-to-Point Tunneling Protocol

Public Methods

public static VpnProfileConfig.VpnType toEnum (String s)

Added in API level 1

Parameters
s String
Returns
VpnProfileConfig.VpnType

public static VpnProfileConfig.VpnType toEnum (int i)

Added in API level 1

Parameters
i int
Returns
VpnProfileConfig.VpnType

public String toString ()

Returns
String

public static VpnProfileConfig.VpnType valueOf (String name)

Added in API level 1

Parameters
name String
Returns
VpnProfileConfig.VpnType

public static final VpnType[] values ()

Added in API level 1

Returns
VpnType[]