Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoverySession.java104 @NonNull CertPath verifierCertPath, in start() argument
111 RecoveryCertPath.createRecoveryCertPath(verifierCertPath); in start()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl88 in RecoveryCertPath verifierCertPath, in byte[] vaultParams, in byte[] vaultChallenge, in startRecoverySessionWithCertPath() argument
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java551 @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath() argument
560 Objects.requireNonNull(verifierCertPath, "verifierCertPath is null"); in startRecoverySessionWithCertPath()
566 certPath = verifierCertPath.getCertPath(); in startRecoverySessionWithCertPath()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2636 @NonNull String rootCertificateAlias, @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath() argument
2641 sessionId, rootCertificateAlias, verifierCertPath, vaultParams, vaultChallenge, in startRecoverySessionWithCertPath()