Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
DCertUtilsTest.java247 CertPath certPath = CertUtils.buildCertPath( in buildCertPath_succeedsWithoutIntermediates()
262 CertUtils.buildCertPath( in buildCertPath_succeedsWithIntermediates()
281 CertUtils.buildCertPath( in buildCertPath_succeedsWithIntermediates_ignoreUnrelatedIntermedateCert()
300 CertUtils.buildCertPath( in buildCertPath_throwsIfWrongRootCommonName()
315 CertUtils.buildCertPath( in buildCertPath_throwsIfMissingIntermediateCert()
328 CertUtils.buildCertPath( in validateCertPath_succeeds()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
DCertUtils.java286 CertPath certPath = buildCertPath(pkixParams); in validateCert()
341 static CertPath buildCertPath(PKIXParameters pkixParams) throws CertValidationException { in buildCertPath() method in CertUtils