Searched refs:getSharedSecret (Results 1 – 6 of 6) sorted by relevance
71 assertThat(dbEncryptionContext.getSharedSecret()).isEqualTo(SHARED_SECRET_BYTES); in testBuildEncryptionContext_success()
173 .setSharedSecret(insertedContext.getSharedSecret()) in getExpectedDbEncryptionContext()
95 dbEncryptionContext.getSharedSecret()), in getEncryptionContextForIdAndKeyType()
62 public abstract byte[] getSharedSecret(); in getSharedSecret() method in DBEncryptionContext
67 EncapsulatedSharedSecret.create(dbEncryptionContext.getSharedSecret()), in getAuctionOblivioushttpRequestContext()
123 assertThat(dbEncryptionContext.getSharedSecret()).isEqualTo(SHARED_SECRET_BYTES); in test_insertContext_success()