Change "Audience" claim to List instead of Array

Issue #15 resolved
Justin Richer created an issue

The Audience claim should use Java Collections instead of arrays. A java.util.List object is likely the best candidate for this interface.

Comments (5)

  1. Vladimir Dzhuvinov

    Makes sense. I suppose items will be one or few, and there would be no need to modify the list once created, so an ArrayList should be a good fit.

  2. Vladimir Dzhuvinov

    Thanks Justin. I wasn't able to to look at the GCM crypto stuff today, but hopefully soon :)

  3. Log in to comment