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