| java.lang.Object | |
| ↳ | com.ardic.android.parcelables.VpnProfileConfig |
Implementation of Parcelable Interface for VPN Profile.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| VpnProfileConfig.VpnType | Enumerates VPN Profile Types | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor method of VPN Profile.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns DNS server addresses for VPN profile.
| |||||||||||
Returns alias of CA Certificate for L2TP-IPsec type VPN profile.
| |||||||||||
Returns VPN profile IpSec identifier.
| |||||||||||
Returns VPN profile IpSec secret.
| |||||||||||
Returns IPsec Server Certificate alias.
| |||||||||||
Returns alias of User Certificate for L2TP-IPsec type VPN profile.
| |||||||||||
Returns VPN profile L2TP secret.
| |||||||||||
Returns VPN Profile name.
| |||||||||||
Returns VPN Profile user password.
| |||||||||||
Returns Forward Routes for VPN profile.
| |||||||||||
Returns DNS search domains.
| |||||||||||
Returns VPN server IP address.
| |||||||||||
Returns VPN Profile Type.
| |||||||||||
Returns VPN Profile user name.
| |||||||||||
Checks whether Microsoft Point-to-Point Encryption is enabled.
| |||||||||||
Sets DNS server addresses for VPN profile.
| |||||||||||
Sets alias of CA Certificate for L2TP-IPsec type VPN profile.
| |||||||||||
Sets VPN profile IpSec identifier
| |||||||||||
Sets VPN profile IpSec secret.
| |||||||||||
Sets IPsec Server Certificate alias.
| |||||||||||
Sets alias of User Certificate for L2TP-IPsec type VPN profile.
| |||||||||||
Sets VPN profile L2TP secret.
| |||||||||||
Enables Microsoft Point-to-Point Encryption.
| |||||||||||
Sets VPN Profile name.
| |||||||||||
Sets VPN Profile user password.
| |||||||||||
Sets Forward Routes for VPN profile.
| |||||||||||
Sets DNS search domains.
| |||||||||||
Sets VPN server IP address.
| |||||||||||
Sets VPN Profile Type.
| |||||||||||
Sets VPN Profile user name.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Constructor method of VPN Profile.
| Parameters | |
|---|---|
name |
String:
VPN Profile name for the connection listing. |
type |
VpnProfileConfig.VpnType:
VPN Profile type. |
server |
String:
VPN server IP address. |
username |
String:
VPN Profile user name. |
passwd |
String:
VPN Profile password. |
searchDomains |
List:
DNS search domains. |
dnsServers |
List:
VPN Profile DNS servers. |
routes |
List:
VPN Profile forward routes. |
mppe |
boolean:
Microsoft Point-to-Point Encryption enable flag. |
l2tpSecret |
String:
VPN Profile secret |
ipsecIdentifier |
String:
VPN Profile Ipsec Identifier. |
ipsecSecret |
String:
VPN Profile Ipsec Pre-shared key. |
ipsecUserCert |
String:
VPN Profile User Certificate alias. |
ipsecCaCert |
String:
VPN Profile CA Certificate alias. |
ipsecServerCert |
String:
VPN Profile Server Certificate alias.
|
Returns alias of CA Certificate for L2TP-IPsec type VPN profile.
| Returns | |
|---|---|
String |
alias of CA Certificate for L2TP-IPsec type VPN profile |
Returns VPN profile IpSec identifier.
| Returns | |
|---|---|
String |
VPN profile IpSec identifier |
Returns VPN profile IpSec secret.
| Returns | |
|---|---|
String |
VPN profile IpSec secret |
Returns IPsec Server Certificate alias.
| Returns | |
|---|---|
String |
IPsec Server Certificate alias |
Returns alias of User Certificate for L2TP-IPsec type VPN profile.
| Returns | |
|---|---|
String |
alias of User Certificate for L2TP-IPsec type VPN profile. |
Returns VPN profile L2TP secret.
| Returns | |
|---|---|
String |
L2TP secret |
Returns VPN Profile name. This is the name shown in VPN Settings Dialog. It is used to identify VPN Profile and it must be unique on the device.
| Returns | |
|---|---|
String |
VPN Profile name |
Returns VPN Profile user password.
| Returns | |
|---|---|
String |
VPN Profile user password |
Returns VPN server IP address.
| Returns | |
|---|---|
String |
VPN server IP address |
Returns VPN Profile Type.
| Returns | |
|---|---|
VpnProfileConfig.VpnType |
VPN Profile Type |
Returns VPN Profile user name.
| Returns | |
|---|---|
String |
VPN Profile user name |
Checks whether Microsoft Point-to-Point Encryption is enabled.
| Returns | |
|---|---|
boolean |
whether Microsoft Point-to-Point Encryption is enabled or not |
Sets DNS server addresses for VPN profile.
| Parameters | |
|---|---|
dnsServers |
List:
DNS server addresses for VPN profile
|
Sets alias of CA Certificate for L2TP-IPsec type VPN profile.
| Parameters | |
|---|---|
ipsecCaCert |
String:
alias of CA Certificate for L2TP-IPsec type VPN profile.
|
Sets VPN profile IpSec identifier
| Parameters | |
|---|---|
ipsecIdentifier |
String:
VPN profile IpSec identifier
|
Sets VPN profile IpSec secret.
| Parameters | |
|---|---|
ipsecSecret |
String:
VPN profile IpSec secret.
|
Sets IPsec Server Certificate alias.
| Parameters | |
|---|---|
ipsecServerCert |
String:
IPsec Server Certificate alias
|
Sets alias of User Certificate for L2TP-IPsec type VPN profile.
| Parameters | |
|---|---|
ipsecUserCert |
String:
alias of User Certificate for L2TP-IPsec type VPN profile.
|
Sets VPN profile L2TP secret.
| Parameters | |
|---|---|
l2tpSecret |
String:
L2TP secret
|
Enables Microsoft Point-to-Point Encryption.
| Parameters | |
|---|---|
mppe |
boolean:
Microsoft Point-to-Point Encryption enable flag
|
Sets VPN Profile name. This is the name shown in VPN Settings Dialog. It is used to identify VPN Profile and it must be unique on the device.
| Parameters | |
|---|---|
name |
String:
VPN Profile name
|
Sets VPN Profile user password.
| Parameters | |
|---|---|
password |
String:
VPN Profile user password
|
Sets Forward Routes for VPN profile.
| Parameters | |
|---|---|
routes |
List:
Forward Routes for VPN profile
|
Sets DNS search domains.
| Parameters | |
|---|---|
searchDomains |
List:
DNS search domains
|
Sets VPN server IP address.
| Parameters | |
|---|---|
server |
String:
VPN server IP address
|
Sets VPN Profile Type.
| Parameters | |
|---|---|
type |
VpnProfileConfig.VpnType:
VPN Profile Type
|
Sets VPN Profile user name.
| Parameters | |
|---|---|
username |
String:
VPN Profile user name
|
| Parameters | |
|---|---|
dest |
Parcel
|
flags |
int
|