Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java163 private List<Certificate> loadCertificateChain(String assetName) throws Exception { in loadCertificateChain() method in KeyManagementTest
177 final Certificate[] certChain = loadCertificateChain("user-cert-chain.crt") in testCanInstallCertChain()
600 List<Certificate> chain = loadCertificateChain("user-cert-chain.crt"); in testCanSetKeyPairCertChain()