Home
last modified time | relevance | path

Searched refs:getServerRootCaCert (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/VpnTests/java/android/net/
DIkev2VpnProfileTest.java125 assertEquals(mServerRootCa, profile.getServerRootCaCert()); in testBuildUsernamePasswordProfile()
142 assertEquals(profile.getServerRootCaCert(), mServerRootCa); in testBuildDigitalSignatureProfile()
159 assertNull(profile.getServerRootCaCert()); in testBuildPresharedKeyProfile()
365 assertNull(result.getServerRootCaCert()); in testPskFromVpnProfileDiscardsIrrelevantValues()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpnIkev2Utils.java147 builder.setAuthEap(profile.getServerRootCaCert(), eapConfig); in setIkeAuth()
154 profile.getServerRootCaCert(), in setIkeAuth()
/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java327 public X509Certificate getServerRootCaCert() { in getServerRootCaCert() method in Ikev2VpnProfile
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt28715 method @Nullable public java.security.cert.X509Certificate getServerRootCaCert();