Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
DTestData.java83 private static CertPath decodeCertPath(String base64CertPath) throws Exception { in decodeCertPath() argument
84 byte[] certPathBytes = Base64.getDecoder().decode(base64CertPath); in decodeCertPath()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DTestData.java461 private static CertPath decodeCertPath(String base64CertPath) throws Exception { in decodeCertPath() argument
462 byte[] certPathBytes = Base64.getDecoder().decode(base64CertPath); in decodeCertPath()