Package com.google.api.client.auth.jsontoken

JSON Web Token (JWT) and JSON Web Signature (JWS).

See:
          Description

Class Summary
JsonWebSignature JSON Web Signature (JWS).
JsonWebSignature.Header Header as specified in Reserved Header Parameter Names.
JsonWebSignature.Parser JWS parser.
JsonWebToken JSON Web Token (JWT).
JsonWebToken.Header Header as specified in JWT Header.
JsonWebToken.Payload Payload as specified in Reserved Claim Names.
RsaSHA256Signer Signs a JSON Web Signature (JWS) using RSA and SHA-256.
 

Package com.google.api.client.auth.jsontoken Description

JSON Web Token (JWT) and JSON Web Signature (JWS).

Warning: this package is experimental, and its content may be changed in incompatible ways or possibly entirely removed in a future version of the library.

Since:
1.7
Author:
Yaniv Inbar


Copyright © 2011-2012 Google. All Rights Reserved.