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
/frameworks/base/core/java/com/android/internal/net/
VpnProfile.java
63
public String
ipsecCaCert
= ""; // 13
88
ipsecCaCert
= in.readString();
109
out.writeString(
ipsecCaCert
);
143
profile.
ipsecCaCert
= values[13];
168
builder.append('\0').append(
ipsecCaCert
);
/packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java
120
R.string.vpn_no_ca_cert, mProfile.
ipsecCaCert
);
371
profile.
ipsecCaCert
= (String) mIpsecCaCert.getSelectedItem();
/frameworks/base/services/java/com/android/server/connectivity/
Vpn.java
745
if (!profile.
ipsecCaCert
.isEmpty()) {
746
byte[] value = keyStore.get(Credentials.CA_CERTIFICATE + profile.
ipsecCaCert
);
[
all
...]
Completed in 1954 milliseconds