Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DTestCertificates.java126 public static Certificate caCertFromString(String cert) throws Exception { in caCertFromString() method in TestCertificates
133 return caCertFromString(TEST_CA); in getCaCert()