> +package org.jclouds.oauth.v2;
> +
> +import static com.google.common.base.Preconditions.checkArgument;
> +import static com.google.common.base.Preconditions.checkNotNull;
> +
> +import java.security.KeyFactory;
> +import java.security.NoSuchAlgorithmException;
> +import java.util.List;
> +
> +import com.google.common.collect.ImmutableList;
> +
> +/**
> + * JSON Web Signature Algorithms
> + * <p/>
> + * We only support <a 
> href="http://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-36#section-3.1";>required
> + * or recommended algorithms, with the exception of {@code none}, which is 
> only supported in tests</a>.

[minor] `{@code NONE}`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/90/files#r20220190

Reply via email to