Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/security/keystore/recovery/
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 …]
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()
DRecoveryCertPath.aidl20 parcelable RecoveryCertPath;
DRecoverySession.java110 RecoveryCertPath recoveryCertPath = in start()
111 RecoveryCertPath.createRecoveryCertPath(verifierCertPath); in start()
/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
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()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl27 import android.security.keystore.recovery.RecoveryCertPath;
93 in RecoveryCertPath verifierCertPath, in byte[] vaultParams, in byte[] vaultChallenge, in startRecoverySessionWithCertPath()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManagerTest.java54 import android.security.keystore.recovery.RecoveryCertPath;
769 RecoveryCertPath.createRecoveryCertPath(TestData.CERT_PATH_1), in startRecoverySessionWithCertPath_storesTheSessionInfo()
787 RecoveryCertPath.createRecoveryCertPath(TestData.CERT_PATH_1), in startRecoverySessionWithCertPath_checksPermissionFirst()
892 RecoveryCertPath.createRecoveryCertPath(TestData.CERT_PATH_1), in startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets()
912 RecoveryCertPath.createRecoveryCertPath(TestData.CERT_PATH_1), in startRecoverySessionWithCertPath_throwsIfPublicKeysMismatch()
930 RecoveryCertPath.createRecoveryCertPath(emptyCertPath), in startRecoverySessionWithCertPath_throwsIfEmptyCertPath()
950 RecoveryCertPath.createRecoveryCertPath(shortCertPath), in startRecoverySessionWithCertPath_throwsIfInvalidCertPath()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyStoreManager.java43 import android.security.keystore.recovery.RecoveryCertPath;
586 @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java117 import android.security.keystore.recovery.RecoveryCertPath;
2747 @NonNull String rootCertificateAlias, @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath()
/frameworks/base/boot/
Dpreloaded-classes6831 android.security.keystore.recovery.RecoveryCertPath$1
6832 android.security.keystore.recovery.RecoveryCertPath
Dboot-image-profile.txt29232 Landroid/security/keystore/recovery/RecoveryCertPath$1;
29233 Landroid/security/keystore/recovery/RecoveryCertPath;
/frameworks/base/config/
Dpreloaded-classes6835 android.security.keystore.recovery.RecoveryCertPath$1
6836 android.security.keystore.recovery.RecoveryCertPath
Dboot-image-profile.txt39366 Landroid/security/keystore/recovery/RecoveryCertPath$1;
39367 Landroid/security/keystore/recovery/RecoveryCertPath;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt47639 …eystore/recovery/KeyChainSnapshot;->mCertPath:Landroid/security/keystore/recovery/RecoveryCertPath;
47653 Landroid/security/keystore/recovery/RecoveryCertPath;-><init>(Landroid/os/Parcel;)V
47654 Landroid/security/keystore/recovery/RecoveryCertPath;-><init>([B)V
47655 Landroid/security/keystore/recovery/RecoveryCertPath;->CERT_PATH_ENCODING:Ljava/lang/String;
47656 …tore/recovery/RecoveryCertPath;->createRecoveryCertPath(Ljava/security/cert/CertPath;)Landroid/sec…
47657 Landroid/security/keystore/recovery/RecoveryCertPath;->CREATOR:Landroid/os/Parcelable$Creator;
47658 Landroid/security/keystore/recovery/RecoveryCertPath;->decodeCertPath([B)Ljava/security/cert/CertPa…
47659 Landroid/security/keystore/recovery/RecoveryCertPath;->encodeCertPath(Ljava/security/cert/CertPath;…
47660 Landroid/security/keystore/recovery/RecoveryCertPath;->getCertPath()Ljava/security/cert/CertPath;
47661 Landroid/security/keystore/recovery/RecoveryCertPath;->mEncodedCertPath:[B
[all …]