Home
last modified time | relevance | path

Searched refs:RecoveryCertPath (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoveryCertPath.java35 public final class RecoveryCertPath implements Parcelable { class
47 public static @NonNull RecoveryCertPath createRecoveryCertPath(@NonNull CertPath certPath) in createRecoveryCertPath()
51 return new RecoveryCertPath(encodeCertPath(certPath)); in createRecoveryCertPath()
68 private RecoveryCertPath(@NonNull byte[] encodedCertPath) { in RecoveryCertPath() method in RecoveryCertPath
72 private RecoveryCertPath(Parcel in) { in RecoveryCertPath() method in RecoveryCertPath
76 public static final @NonNull Parcelable.Creator<RecoveryCertPath> CREATOR =
77 new Parcelable.Creator<RecoveryCertPath>() {
78 public RecoveryCertPath createFromParcel(Parcel in) {
79 return new RecoveryCertPath(in);
82 public RecoveryCertPath[] newArray(int length) {
[all …]
H A DKeyChainSnapshot.java75 private RecoveryCertPath mCertPath; // The cert path including necessary intermediate certs
224 mInstance.mCertPath = RecoveryCertPath.createRecoveryCertPath(certPath); in setTrustedHardwareCertPath()
306 mCertPath = in.readTypedObject(RecoveryCertPath.CREATOR); in KeyChainSnapshot()
H A DRecoveryCertPath.aidl20 parcelable RecoveryCertPath;
H A DRecoverySession.java110 RecoveryCertPath recoveryCertPath = in start()
111 RecoveryCertPath.createRecoveryCertPath(verifierCertPath); in start()
/aosp12/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
H A DRecoveryCertPathTest.java38 RecoveryCertPath recoveryCertPath = RecoveryCertPath.createRecoveryCertPath( in createRecoveryCertPath_getCertPath_succeeds()
48 RecoveryCertPath recoveryCertPath = RecoveryCertPath.CREATOR.createFromParcel(parcel); in getCertPath_throwsIfCannnotDecode()
61 RecoveryCertPath recoveryCertPath = in writeToParcel_writesCertPath()
63 RecoveryCertPath.createRecoveryCertPath(TestData.getThmCertPath())); in writeToParcel_writesCertPath()
67 private RecoveryCertPath writeToThenReadFromParcel(RecoveryCertPath recoveryCertPath) { in writeToThenReadFromParcel()
71 RecoveryCertPath fromParcel = RecoveryCertPath.CREATOR.createFromParcel(parcel); in writeToThenReadFromParcel()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl25 import android.security.keystore.recovery.RecoveryCertPath;
88 in RecoveryCertPath verifierCertPath, in byte[] vaultParams, in byte[] vaultChallenge, in startRecoverySessionWithCertPath()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManagerTest.java52 import android.security.keystore.recovery.RecoveryCertPath;
728 RecoveryCertPath.createRecoveryCertPath(TestData.CERT_PATH_1), in startRecoverySessionWithCertPath_storesTheSessionInfo()
745 RecoveryCertPath.createRecoveryCertPath(TestData.CERT_PATH_1), in startRecoverySessionWithCertPath_checksPermissionFirst()
849 RecoveryCertPath.createRecoveryCertPath(TestData.CERT_PATH_1), in startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets()
868 RecoveryCertPath.createRecoveryCertPath(TestData.CERT_PATH_1), in startRecoverySessionWithCertPath_throwsIfPublicKeysMismatch()
886 RecoveryCertPath.createRecoveryCertPath(emptyCertPath), in startRecoverySessionWithCertPath_throwsIfEmptyCertPath()
906 RecoveryCertPath.createRecoveryCertPath(shortCertPath), in startRecoverySessionWithCertPath_throwsIfInvalidCertPath()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyStoreManager.java39 import android.security.keystore.recovery.RecoveryCertPath;
551 @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java102 import android.security.keystore.recovery.RecoveryCertPath;
2636 @NonNull String rootCertificateAlias, @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes6126 android.security.keystore.recovery.RecoveryCertPath$1
6127 android.security.keystore.recovery.RecoveryCertPath
H A Dboot-image-profile.txt29518 Landroid/security/keystore/recovery/RecoveryCertPath$1;
29519 Landroid/security/keystore/recovery/RecoveryCertPath;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes6124 android.security.keystore.recovery.RecoveryCertPath$1
6125 android.security.keystore.recovery.RecoveryCertPath
H A Dboot-image-profile.txt39155 Landroid/security/keystore/recovery/RecoveryCertPath$1;
39156 Landroid/security/keystore/recovery/RecoveryCertPath;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51605 …eystore/recovery/KeyChainSnapshot;->mCertPath:Landroid/security/keystore/recovery/RecoveryCertPath;
51619 Landroid/security/keystore/recovery/RecoveryCertPath;-><init>(Landroid/os/Parcel;)V
51620 Landroid/security/keystore/recovery/RecoveryCertPath;-><init>([B)V
51621 Landroid/security/keystore/recovery/RecoveryCertPath;->CERT_PATH_ENCODING:Ljava/lang/String;
51622 …tore/recovery/RecoveryCertPath;->createRecoveryCertPath(Ljava/security/cert/CertPath;)Landroid/sec…
51623 Landroid/security/keystore/recovery/RecoveryCertPath;->CREATOR:Landroid/os/Parcelable$Creator;
51624 Landroid/security/keystore/recovery/RecoveryCertPath;->decodeCertPath([B)Ljava/security/cert/CertPa…
51625 Landroid/security/keystore/recovery/RecoveryCertPath;->encodeCertPath(Ljava/security/cert/CertPath;…
51626 Landroid/security/keystore/recovery/RecoveryCertPath;->getCertPath()Ljava/security/cert/CertPath;
51627 Landroid/security/keystore/recovery/RecoveryCertPath;->mEncodedCertPath:[B
[all …]