Searched refs:TEST_PUBLIC_KEY (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | RecoverableKeyStoreManagerTest.java | 753 TEST_PUBLIC_KEY, in startRecoverySession_checksPermissionFirst() 801 TEST_PUBLIC_KEY, in startRecoverySession_storesTheSessionInfo() 817 TEST_PUBLIC_KEY, in closeSession_closesASession() 831 TEST_PUBLIC_KEY, in closeSession_doesNotCloseUnrelatedSessions() 856 TEST_PUBLIC_KEY, in startRecoverySession_throwsIfBadNumberOfSecrets() 875 TEST_PUBLIC_KEY, in startRecoverySession_throwsIfPublicKeysMismatch() 981 TEST_PUBLIC_KEY, in recoverKeyChainSnapshot_throwsIfRecoveryClaimCannotBeDecrypted() 1002 TEST_PUBLIC_KEY, in recoverKeyChainSnapshot_throwsIfFailedToDecryptAllApplicationKeys() 1032 TEST_PUBLIC_KEY, in recoverKeyChainSnapshot_doesNotThrowIfNoApplicationKeysToBeDecrypted() 1052 TEST_PUBLIC_KEY, in recoverKeyChainSnapshot_returnsDecryptedKeys() [all …]
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDbHelperTest.java | 57 private static final byte[] TEST_PUBLIC_KEY = "test-public-key".getBytes(UTF_8); field in RecoverableKeyStoreDbHelperTest 217 values.put(RecoveryServiceMetadataEntry.COLUMN_NAME_PUBLIC_KEY, TEST_PUBLIC_KEY); in checkAllColumns_v4()
|