Searched refs:mJoinEncryptionKeyParser (Results 1 – 4 of 4) sorted by relevance
51 private JoinEncryptionKeyParser mJoinEncryptionKeyParser; field in JoinEncryptionKeyParserTest55 mJoinEncryptionKeyParser = new JoinEncryptionKeyParser(mFlags); in setUp()62 () -> mJoinEncryptionKeyParser.parseDbEncryptionKey(null)); in parseDbEncryptionKey_nullDbEncryptionKey_throwsNPE()69 () -> mJoinEncryptionKeyParser.parseDbEncryptionKey(ENCRYPTION_KEY_AUCTION)); in parseDbEncryptionKey_wrongKeyType_throwsIAE()74 assertThat(mJoinEncryptionKeyParser.parseDbEncryptionKey(ENCRYPTION_KEY_JOIN)) in parseDbEncryptionKey_returnsSuccess()92 mJoinEncryptionKeyParser.getDbEncryptionKeys( in getDbEncryptionKeys_missingHeaders_throwsIAE()103 mJoinEncryptionKeyParser.getDbEncryptionKeys( in getDbEncryptionKeys_emptyResponseBody_throwsIAE()113 mJoinEncryptionKeyParser.getDbEncryptionKeys(mockJoinKeyFetchResponse()); in getDbEncryptionKeys_missingMaxAge_usesDefaultAge()128 mJoinEncryptionKeyParser.getObliviousHttpKeyConfig( in getObliviousHttpKeyConfig_wrongFormat_throwsException()151 ObliviousHttpKeyConfig keyConfig = mJoinEncryptionKeyParser.getObliviousHttpKeyConfig(key); in getObliviousHttpKeyConfig_returnsKeyConfig()
133 private JoinEncryptionKeyParser mJoinEncryptionKeyParser = field in ProtectedServersEncryptionConfigManagerTest162 mJoinEncryptionKeyParser, in setUp()576 mJoinEncryptionKeyParser, in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()729 mJoinEncryptionKeyParser, in test_getKeyFetchUriOfType_withAuctionKeyType_success()764 mJoinEncryptionKeyParser, in test_getKeyFetchUriOfType_withAuctionKeyType_coordinatorNull_success()791 mJoinEncryptionKeyParser, in test_getKeyFetchUriOfType_withJoinKeyType_success()
109 private JoinEncryptionKeyParser mJoinEncryptionKeyParser = field in AdSelectionEncryptionKeyManagerTest132 mJoinEncryptionKeyParser, in setUp()399 mJoinEncryptionKeyParser, in test_getLatestOhttpKeyConfig_refreshFlagOn_withExpiredKey_returnsNewKey()
61 protected final JoinEncryptionKeyParser mJoinEncryptionKeyParser; field in ProtectedServersEncryptionConfigManagerBase102 this.mJoinEncryptionKeyParser = joinEncryptionKeyParser; in ProtectedServersEncryptionConfigManagerBase()115 return mJoinEncryptionKeyParser.getDbEncryptionKeys(keyFetchResponse); in parseKeyResponse()127 return mJoinEncryptionKeyParser.parseDbEncryptionKey(dbEncryptionKey); in parseDbEncryptionKey()156 return mJoinEncryptionKeyParser.getObliviousHttpKeyConfig(encryptionKey); in getOhttpKeyConfigForKey()