> + */ > +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
oops.. long a tag. will fix before merge. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/90/files#r20186176
