Home
last modified time | relevance | path

Searched defs:certPath (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoveryCertPath.java47 public static @NonNull RecoveryCertPath createRecoveryCertPath(@NonNull CertPath certPath) in createRecoveryCertPath()
98 private static byte[] encodeCertPath(@NonNull CertPath certPath) in encodeCertPath()
H A DKeyChainSnapshot.java222 public @NonNull Builder setTrustedHardwareCertPath(@NonNull CertPath certPath) in setTrustedHardwareCertPath()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtilsTest.java247 CertPath certPath = CertUtils.buildCertPath( in buildCertPath_succeedsWithoutIntermediates() local
261 CertPath certPath = in buildCertPath_succeedsWithIntermediates() local
280 CertPath certPath = in buildCertPath_succeedsWithIntermediates_ignoreUnrelatedIntermedateCert() local
327 CertPath certPath = in validateCertPath_succeeds() local
H A DCertXmlTest.java133 CertPath certPath = in parseAndValidate_returnsExpectedCertPath() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtils.java286 CertPath certPath = buildCertPath(pkixParams); in validateCert() local
311 public static void validateCertPath(X509Certificate trustedRoot, CertPath certPath) in validateCertPath()
322 CertPath certPath) throws CertValidationException { in validateCertPath()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
H A DKeyChainSnapshotSerializer.java193 TypedXmlSerializer xmlSerializer, String propertyName, CertPath certPath) in writePropertyTag()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java271 CertPath certPath; in initRecoveryService() local
595 CertPath certPath; in startRecoverySessionWithCertPath() local
604 mTestCertHelper.getRootCertificate(rootCertificateAlias), certPath); in startRecoverySessionWithCertPath() local
H A DKeySyncTask.java230 CertPath certPath = mRecoverableKeyStoreDb.getRecoveryServiceCertPath(mUserId, in syncKeysForAgent() local
/aosp14/frameworks/base/tests/UpdatableSystemFontTest/src/com/android/updatablesystemfont/
H A DUpdatableSystemFontTest.java378 private static String insertCert(String certPath) throws Exception { in insertCert()
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DFontManagerShellCommand.java344 String certPath = shell.getNextArg(); in installCert() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDb.java587 CertPath certPath) throws CertificateEncodingException { in setRecoveryServiceCertPath()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...