Home
last modified time | relevance | path

Searched refs:verifierCertPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/security/keystore/recovery/
DRecoverySession.java104 @NonNull CertPath verifierCertPath, in start() argument
111 RecoveryCertPath.createRecoveryCertPath(verifierCertPath); in start()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl86 in RecoveryCertPath verifierCertPath, in byte[] vaultParams, in byte[] vaultChallenge, in startRecoverySessionWithCertPath() argument
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java552 @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath() argument
561 Objects.requireNonNull(verifierCertPath, "verifierCertPath is null"); in startRecoverySessionWithCertPath()
567 certPath = verifierCertPath.getCertPath(); in startRecoverySessionWithCertPath()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2427 @NonNull String rootCertificateAlias, @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath() argument
2432 sessionId, rootCertificateAlias, verifierCertPath, vaultParams, vaultChallenge, in startRecoverySessionWithCertPath()