- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Tue, 18 Oct 2016 14:50:51 +0200
- To: HTTP Working Group <ietf-http-wg@w3.org>
On 2016-10-13 19:19, Julian Reschke wrote: > Hi there, > > has anybody tried yet to implement the aesgcm content coding in Java? > > I started with a simple test to verify the first example. From a quick > glance, JDK8 seems to have everything needed, but I'm stuck with the > padding parameter used to get the Cipher instance (source: > <https://gist.github.com/reschke/46659c912b426dffeac41d9a21421c95>). > > Best regards, Julian OK, with a lot of help from Thomas Maslen I have brought the sample code to the point where it can process the two example messages from the decoding spec. See <https://gist.github.com/reschke/46659c912b426dffeac41d9a21421c95>. (This definitively needs more test data, though) Best regards, Julian
Received on Tuesday, 18 October 2016 12:51:32 UTC