/aosp14/frameworks/base/core/java/android/security/keystore/recovery/ |
H A D | RecoveryCertPath.java | 35 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 D | KeyChainSnapshot.java | 75 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 D | RecoveryCertPath.aidl | 20 parcelable RecoveryCertPath;
|
H A D | RecoverySession.java | 110 RecoveryCertPath recoveryCertPath = in start() 111 RecoveryCertPath.createRecoveryCertPath(verifierCertPath); in start()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/ |
H A D | RecoveryCertPathTest.java | 38 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()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ILockSettings.aidl | 27 import android.security.keystore.recovery.RecoveryCertPath; 93 in RecoveryCertPath verifierCertPath, in byte[] vaultParams, in byte[] vaultChallenge, in startRecoverySessionWithCertPath()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverableKeyStoreManagerTest.java | 54 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverableKeyStoreManager.java | 42 import android.security.keystore.recovery.RecoveryCertPath; 582 @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 111 import android.security.keystore.recovery.RecoveryCertPath; 2531 @NonNull String rootCertificateAlias, @NonNull RecoveryCertPath verifierCertPath, in startRecoverySessionWithCertPath()
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 6702 android.security.keystore.recovery.RecoveryCertPath$1 6703 android.security.keystore.recovery.RecoveryCertPath
|
H A D | boot-image-profile.txt | 29492 Landroid/security/keystore/recovery/RecoveryCertPath$1; 29493 Landroid/security/keystore/recovery/RecoveryCertPath;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 6706 android.security.keystore.recovery.RecoveryCertPath$1 6707 android.security.keystore.recovery.RecoveryCertPath
|
H A D | boot-image-profile.txt | 39599 Landroid/security/keystore/recovery/RecoveryCertPath$1; 39600 Landroid/security/keystore/recovery/RecoveryCertPath;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 48282 …eystore/recovery/KeyChainSnapshot;->mCertPath:Landroid/security/keystore/recovery/RecoveryCertPath; 48296 Landroid/security/keystore/recovery/RecoveryCertPath;-><init>(Landroid/os/Parcel;)V 48297 Landroid/security/keystore/recovery/RecoveryCertPath;-><init>([B)V 48298 Landroid/security/keystore/recovery/RecoveryCertPath;->CERT_PATH_ENCODING:Ljava/lang/String; 48299 …tore/recovery/RecoveryCertPath;->createRecoveryCertPath(Ljava/security/cert/CertPath;)Landroid/sec… 48300 Landroid/security/keystore/recovery/RecoveryCertPath;->CREATOR:Landroid/os/Parcelable$Creator; 48301 Landroid/security/keystore/recovery/RecoveryCertPath;->decodeCertPath([B)Ljava/security/cert/CertPa… 48302 Landroid/security/keystore/recovery/RecoveryCertPath;->encodeCertPath(Ljava/security/cert/CertPath;… 48303 Landroid/security/keystore/recovery/RecoveryCertPath;->getCertPath()Ljava/security/cert/CertPath; 48304 Landroid/security/keystore/recovery/RecoveryCertPath;->mEncodedCertPath:[B [all …]
|