Home
last modified time | relevance | path

Searched defs:parseCertificate (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
H A DKeyChainActivityTest.java236 private static X509Certificate parseCertificate(byte[] certificateBytes) { in parseCertificate() method in KeyChainActivityTest
/aosp12/packages/apps/KeyChain/robotests/src/com/android/keychain/
H A DKeyChainServiceRoboTest.java219 private X509Certificate parseCertificate(String cert) throws CertificateException { in parseCertificate() method in KeyChainServiceRoboTest