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.java551 @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath() argument
560 Preconditions.checkNotNull(verifierCertPath, "verifierCertPath is null"); in startRecoverySessionWithCertPath()
566 certPath = verifierCertPath.getCertPath(); in startRecoverySessionWithCertPath()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2266 @NonNull String rootCertificateAlias, @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath() argument
2271 sessionId, rootCertificateAlias, verifierCertPath, vaultParams, vaultChallenge, in startRecoverySessionWithCertPath()