Searched defs:certPath (Results 1 – 12 of 12) sorted by relevance
47 public static @NonNull RecoveryCertPath createRecoveryCertPath(@NonNull CertPath certPath) in createRecoveryCertPath()98 private static byte[] encodeCertPath(@NonNull CertPath certPath) in encodeCertPath()
222 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() local312 public static void validateCertPath(X509Certificate trustedRoot, CertPath certPath, in validateCertPath()323 CertPath certPath) throws CertValidationException { in validateCertPath()
193 TypedXmlSerializer xmlSerializer, String propertyName, CertPath certPath) in writePropertyTag()
89 auto certPath = GetExecutableDirectory() + "/data/server.crt"; in readServerKeyAndCert() local
273 CertPath certPath; in initRecoveryService() local599 CertPath certPath; in startRecoverySessionWithCertPath() local609 certPath, validationDate); in startRecoverySessionWithCertPath() local
237 CertPath certPath = mRecoverableKeyStoreDb.getRecoveryServiceCertPath(mUserId, in syncKeysForAgent() local
344 String certPath = shell.getNextArg(); in installCert() local
368 private static void insertCert(String certPath) throws Exception { in insertCert()
587 CertPath certPath) throws CertificateEncodingException { in setRecoveryServiceCertPath()