Searched refs:getKeyConfig (Results 1 – 9 of 9) sorted by relevance
69 getKeyConfig(4))); in getTestVectors()96 getKeyConfig(6))); in getTestVectors()123 getKeyConfig(7))); in getTestVectors()150 getKeyConfig(2))); in getTestVectors()185 private static ObliviousHttpKeyConfig getKeyConfig(int keyIdentifier) in getKeyConfig() method in ObliviousHttpTestFixtures
94 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_encryptBytes_success()122 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_encryptBytes_success_withServerAuctionMediaTypeNoChange()176 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_decryptBytes_success()203 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_decryptBytes_success_withServerAuctionMediaTypeNoChange()225 private ObliviousHttpKeyConfig getKeyConfig(int keyIdentifier) throws InvalidKeySpecException { in getKeyConfig() method in KAnonObliviousHttpEncryptorImplTest
108 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_encryptBytes_success()136 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_encryptBytes_success_withServerAuctionMediaTypeChange()184 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_decryptBytes_success()212 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_decryptBytes_success_withServerAuctionMediaTypeChange()235 private ObliviousHttpKeyConfig getKeyConfig(int keyIdentifier) throws InvalidKeySpecException { in getKeyConfig() method in ObliviousHttpEncryptorImplTest
121 assertThat(dbEncryptionContext.getKeyConfig()) in test_insertContext_success()
96 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_encryptBytes_success()136 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_encryptBytes_success_withServerAuctionMediaTypeChange()188 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_decryptBytes_success()228 .thenReturn(FluentFuture.from(immediateFuture(getKeyConfig(4)))); in test_decryptBytes_success_withServerAuctionMediaTypeChange()263 private ObliviousHttpKeyConfig getKeyConfig(int keyIdentifier) throws InvalidKeySpecException { in getKeyConfig() method in ObliviousHttpEncryptorWithSeedImplTest
69 assertThat(dbEncryptionContext.getKeyConfig()) in testBuildEncryptionContext_success()
93 dbEncryptionContext.getKeyConfig()), in getEncryptionContextForIdAndKeyType()
57 public abstract byte[] getKeyConfig(); in getKeyConfig() method in DBEncryptionContext
66 ObliviousHttpKeyConfig.fromSerializedKeyConfig(dbEncryptionContext.getKeyConfig()), in getAuctionOblivioushttpRequestContext()