OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipseccacert
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/vpn2/
VpnProfile.java
53
String
ipsecCaCert
= ""; // 13
92
profile.
ipsecCaCert
= values[13];
117
builder.append('\0').append(
ipsecCaCert
);
VpnDialog.java
117
R.string.vpn_no_ca_cert, mProfile.
ipsecCaCert
);
368
profile.
ipsecCaCert
= (String) mIpsecCaCert.getSelectedItem();
VpnSettings.java
364
if (!profile.
ipsecCaCert
.isEmpty()) {
365
byte[] value = mKeyStore.get(Credentials.CA_CERTIFICATE + profile.
ipsecCaCert
);
Completed in 556 milliseconds