Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/
DTestCertificates.java117 public static Certificate userCertFromString(String cert) throws Exception { in userCertFromString() method in TestCertificates
123 return userCertFromString(TEST_CERT); in getUserCert()