Home
last modified time | relevance | path

Searched refs:setEncryptionKeyType (Results 1 – 21 of 21) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/adselection/
DDBProtectedServersEncryptionConfigTest.java46 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildValidEncryptionKey_success()
64 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildValidEncryptionKey_rowIdAbsent_success()
83 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_keyIdentifierNotSet_throws()
96 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_publicKeyNotSet_throws()
123 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_expiryTtlSecondsNotSet_throws()
136 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_coordinatorUrl_throws()
147 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_expiryInstantSetCorrectly()
DDBEncryptionKeyTest.java47 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildValidEncryptionKey_success()
64 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_unsetKeyIdentifier_throws()
76 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_unsetPublicKey_throws()
101 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_unsetExpiryTtlSeconds_throws()
111 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionKey_expiryInstantSetCorrectly()
DProtectedServersEncryptionConfigDaoTest.java55 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
64 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
73 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_QUERY)
81 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
90 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
99 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_QUERY)
109 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
386 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in test_insertKeys_duplicateRowId_olderEntryReplaced()
394 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in test_insertKeys_duplicateRowId_olderEntryReplaced()
422 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in test_insertKeys_uniqueRecordOverridden_olderEntryReplaced()
[all …]
DEncryptionKeyDaoTest.java49 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
57 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
65 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_QUERY)
72 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
80 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
88 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_QUERY)
DEncryptionContextDaoTest.java154 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in getDefaultDBEncryptionContextBuilder()
170 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in getExpectedDbEncryptionContext()
DDBEncryptionContextTest.java60 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testBuildEncryptionContext_success()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/encryption/
DJoinEncryptionKeyTestUtil.java48 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
56 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
65 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
73 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
DProtectedServersEncryptionConfigManagerTest.java424 .setEncryptionKeyType( in test_fetchAndPersistActiveKeysOfType_persistsJey()
563 .setEncryptionKeyType( in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
605 .setEncryptionKeyType( in test_getLatestOhttpKeyConfig_refreshFlagOff_withExpiredKey_returnsExpiredKey()
DObliviousHttpRequestContextMarshallerTest.java138 .setEncryptionKeyType( in test_getContext_success()
DBackgroundKeyFetchWorkerTest.java706 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
/packages/modules/AdServices/adservices/tests/unittest/fixtures/java/android/adservices/adselection/
DDBEncryptionKeyFixture.java37 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
46 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_JOIN)
DAuctionEncryptionKeyFixture.java50 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
57 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
96 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION)
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DDBEncryptionKey.java105 .setEncryptionKeyType(encryptionKeyType) in create()
118 public abstract Builder setEncryptionKeyType( in setEncryptionKeyType() method in DBEncryptionKey.Builder
DDBEncryptionContext.java99 .setEncryptionKeyType(encryptionKeyType) in create()
116 public abstract Builder setEncryptionKeyType( in setEncryptionKeyType() method in DBEncryptionContext.Builder
DDBProtectedServersEncryptionConfig.java136 .setEncryptionKeyType(encryptionKeyType) in create()
160 public abstract Builder setEncryptionKeyType( in setEncryptionKeyType() method in DBProtectedServersEncryptionConfig.Builder
DEncryptionContextDao.java67 .setEncryptionKeyType( in persistEncryptionContext()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/encryption/
DProtectedServersEncryptionConfigManager.java328 return builder.setEncryptionKeyType(key.getEncryptionKeyType())
339 return builder.setEncryptionKeyType(key.getEncryptionKeyType())
DObliviousHttpRequestContextMarshaller.java85 .setEncryptionKeyType(EncryptionKeyConstants.from(AUCTION)) in insertAuctionEncryptionContext()
DJoinEncryptionKeyParser.java88 .setEncryptionKeyType( in getDbEncryptionKeys()
DAuctionEncryptionKeyParser.java99 keyBuilder.setEncryptionKeyType( in getDbEncryptionKeys()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerE2ETest.java1832 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testPersistAdSelectionResult_withDecrypt_validRequest_successEmptyUri()
2718 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testGetAdSelectionData_withOhttpGatewayDecryption()
2831 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testGetAdSelectionData_withOhttpGatewayDecryption_withServerAuctionMediaTypeChanged()
3066 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testGetAdSelectionData_multiCloudOn_refreshFlagOn_fetchesNewKey()
3204 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testGetAdSelectionData_multiCloudOn_refreshFlagOff_noNetworkCall()
3337 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testGetAdSelectionData_multiCloudOff_refreshFlagOn_fetchesNewKey()
3463 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testGetAdSelectionData_multiCloudOff_refreshFlagOff_noNetworkCall()
3953 .setEncryptionKeyType(ENCRYPTION_KEY_TYPE_AUCTION) in testGetAdSelectionData_withEncryptHelper()