Searched refs:serializeKeyConfigToBytes (Results 1 – 7 of 7) sorted by relevance
189 byte[] serializedBytes = keyConfig.serializeKeyConfigToBytes(); in serializeKeyConfigToBytes_fromBuilder_getCorrectSerialization()206 byte[] serializedBytes = keyConfig.serializeKeyConfigToBytes(); in serializeKeyConfigToBytes_fromSerializedKeyConfig_getSameKey()221 byte[] serializedBytes = keyConfig.serializeKeyConfigToBytes(); in serializeKeyConfigToBytes_multipleAlgorithms_returnsSerializationWithOneSet()
78 Objects.requireNonNull(requestContext.keyConfig().serializeKeyConfigToBytes()); in insertAuctionEncryptionContext()88 .setKeyConfig(requestContext.keyConfig().serializeKeyConfigToBytes()) in insertAuctionEncryptionContext()
32 Objects.requireNonNull(requestContext.keyConfig().serializeKeyConfigToBytes()); in validateEncryptionContext()
62 .setKeyConfig(keyConfig.serializeKeyConfigToBytes()) in testBuildEncryptionContext_success()
72 .setKeyConfig(requestContext.keyConfig().serializeKeyConfigToBytes()) in persistEncryptionContext()
241 public byte[] serializeKeyConfigToBytes() { in serializeKeyConfigToBytes() method in ObliviousHttpKeyConfig
2043 .setBody(key.serializeKeyConfigToBytes())