Searched defs:certPath (Results 1 – 9 of 9) sorted by relevance
48 public static @NonNull RecoveryCertPath createRecoveryCertPath(@NonNull CertPath certPath) in createRecoveryCertPath()99 private static byte[] encodeCertPath(@NonNull CertPath certPath) in encodeCertPath()
221 public @NonNull Builder setTrustedHardwareCertPath(@NonNull CertPath certPath) in setTrustedHardwareCertPath()
247 CertPath certPath = CertUtils.buildCertPath( in buildCertPath_succeedsWithoutIntermediates() local261 CertPath certPath = in buildCertPath_succeedsWithIntermediates() local280 CertPath certPath = in buildCertPath_succeedsWithIntermediates_ignoreUnrelatedIntermedateCert() local327 CertPath certPath = in validateCertPath_succeeds() local
133 CertPath certPath = in parseAndValidate_returnsExpectedCertPath() local
286 CertPath certPath = buildCertPath(pkixParams); in validateCert() local311 public static void validateCertPath(X509Certificate trustedRoot, CertPath certPath) in validateCertPath()322 CertPath certPath) throws CertValidationException { in validateCertPath()
240 CertPath certPath; in initRecoveryService() local564 CertPath certPath; in startRecoverySessionWithCertPath() local573 mTestCertHelper.getRootCertificate(rootCertificateAlias), certPath); in startRecoverySessionWithCertPath() local
219 CertPath certPath = mRecoverableKeyStoreDb.getRecoveryServiceCertPath(mUserId, in syncKeysForAgent() local
195 XmlSerializer xmlSerializer, String propertyName, CertPath certPath) in writePropertyTag()
539 CertPath certPath) throws CertificateEncodingException { in setRecoveryServiceCertPath()