Home
last modified time | relevance | path

Searched refs:EncryptionKeyType (Results 1 – 25 of 25) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DEncryptionKeyConstants.java31 EncryptionKeyType.ENCRYPTION_KEY_TYPE_INVALID,
32 EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION,
33 EncryptionKeyType.ENCRYPTION_KEY_TYPE_QUERY,
34 EncryptionKeyType.ENCRYPTION_KEY_TYPE_JOIN
37 public @interface EncryptionKeyType { annotation in EncryptionKeyConstants
45 @EncryptionKeyType
51 return EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION; in from()
53 return EncryptionKeyType.ENCRYPTION_KEY_TYPE_JOIN; in from()
57 return EncryptionKeyType.ENCRYPTION_KEY_TYPE_INVALID; in from()
63 public static int toAdSelectionEncryptionKeyType(@EncryptionKeyType int dbEncryptionKeyType) { in toAdSelectionEncryptionKeyType()
[all …]
DProtectedServersEncryptionConfigDao.java43 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in getLatestExpiryNKeys()
60 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, int count); in getLatestExpiryNKeysByType()
79 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in getLatestExpiryNActiveKeys()
100 @EncryptionKeyConstants.EncryptionKeyType int type, String coordinatorUrl, Instant now); in getExpiredKeys()
118 @EncryptionKeyConstants.EncryptionKeyType int type, String coordinatorUrl, Instant now); in deleteExpiredRows()
DEncryptionKeyDao.java42 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, int count); in getLatestExpiryNKeysOfType()
59 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in getLatestExpiryNActiveKeysOfType()
77 @EncryptionKeyConstants.EncryptionKeyType int type, Instant now); in getExpiredKeysForType()
92 @EncryptionKeyConstants.EncryptionKeyType int type, Instant now); in deleteExpiredRowsByType()
DDBEncryptionKey.java40 @EncryptionKeyConstants.EncryptionKeyType
97 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in create()
119 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in setEncryptionKeyType()
DDBEncryptionContext.java51 @EncryptionKeyConstants.EncryptionKeyType
91 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in create()
117 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in setEncryptionKeyType()
DDBProtectedServersEncryptionConfig.java68 @EncryptionKeyConstants.EncryptionKeyType
126 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType, in create()
161 @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in setEncryptionKeyType()
DEncryptionContextDao.java44 long contextId, @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType); in getEncryptionContext()
83 long contextId, @EncryptionKeyConstants.EncryptionKeyType int encryptionKeyType) in getEncryptionContextForIdAndKeyType()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DObliviousHttpRequestContextMarshallerTest.java98 EncryptionKeyConstants.EncryptionKeyType in test_insertContext_success()
116 EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION); in test_insertContext_success()
132 EncryptionKeyConstants.EncryptionKeyType in test_getContext_success()
139 EncryptionKeyConstants.EncryptionKeyType in test_getContext_success()
169 EncryptionKeyConstants.EncryptionKeyType in test_getContext_contextMissing_throwsIAE()
DAuctionEncryptionKeyParserTest.java116 .isEqualTo(EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION); in getDbEncryptionKeys_missingMaxAge_usesDefaultAge()
133 .isEqualTo(EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION); in getDbEncryptionKeys_parsesSingleKey()
DJoinEncryptionKeyTestUtil.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
DJoinEncryptionKeyParserTest.java124 .isEqualTo(EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_JOIN); in getDbEncryptionKeys_missingMaxAge_usesDefaultAge()
DBackgroundKeyFetchWorkerTest.java23 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DDBEncryptionKeyFixture.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
20 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
DAuctionEncryptionKeyFixture.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DJoinEncryptionKeyParser.java53 == EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_JOIN, in parseDbEncryptionKey()
89 EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_JOIN) in getDbEncryptionKeys()
DProtectedServersEncryptionConfigManagerBase.java127 case EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION: in parseDbEncryptionKey()
129 case EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_JOIN: in parseDbEncryptionKey()
131 case EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_QUERY: in parseDbEncryptionKey()
DAuctionEncryptionKeyParser.java65 == EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION, in parseDbEncryptionKey()
100 EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION); in getDbEncryptionKeys()
DObliviousHttpRequestContextMarshaller.java54 EncryptionKeyConstants.EncryptionKeyType.ENCRYPTION_KEY_TYPE_AUCTION); in getAuctionOblivioushttpRequestContext()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DEncryptionKeyDaoTest.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
20 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
21 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
DProtectedServersEncryptionConfigDaoTest.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
20 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
21 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
DDBEncryptionContextTest.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
DDBEncryptionKeyTest.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
DDBProtectedServersEncryptionConfigTest.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
DEncryptionContextDaoTest.java19 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java25 import static com.android.adservices.data.adselection.EncryptionKeyConstants.EncryptionKeyType.ENCR…