Home
last modified time | relevance | path

Searched refs:getUserCert (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DWifiTest.java20 import static com.android.cts.devicepolicy.TestCertificates.getUserCert;
146 new Certificate[]{getUserCert()}, TEST_ALIAS, in prepareTestKeyPair()
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DTestCertificates.java122 public static Certificate getUserCert() throws Exception { in getUserCert() method in TestCertificates