A C G I J S V

A

Algorithm - Enum in com.auth0.jwt
 

C

com.auth0.jwt - package com.auth0.jwt
 

G

getAlgorithm() - Method in class com.auth0.jwt.JWTSigner.Options
 
getExpirySeconds() - Method in class com.auth0.jwt.JWTSigner.Options
 
getNotValidBeforeLeeway() - Method in class com.auth0.jwt.JWTSigner.Options
 
getValue() - Method in enum com.auth0.jwt.Algorithm
 

I

isIssuedAt() - Method in class com.auth0.jwt.JWTSigner.Options
 
isJwtId() - Method in class com.auth0.jwt.JWTSigner.Options
 

J

JWTSigner - Class in com.auth0.jwt
JwtSigner implementation based on the Ruby implementation from http://jwt.io No support for RSA encryption at present
JWTSigner(String) - Constructor for class com.auth0.jwt.JWTSigner
 
JWTSigner.Options - Class in com.auth0.jwt
An option object for JWT signing operation.
JWTSigner.Options() - Constructor for class com.auth0.jwt.JWTSigner.Options
 
JWTVerifier - Class in com.auth0.jwt
JWT Java Implementation

Adapted from https://bitbucket.org/lluisfaja/javajwt/wiki/Home See JWTVerifier.java

JWTVerifier(String, String, String) - Constructor for class com.auth0.jwt.JWTVerifier
 
JWTVerifier(String, String) - Constructor for class com.auth0.jwt.JWTVerifier
 
JWTVerifier(String) - Constructor for class com.auth0.jwt.JWTVerifier
 

S

setAlgorithm(Algorithm) - Method in class com.auth0.jwt.JWTSigner.Options
Algorithm to sign JWT with.
setExpirySeconds(Integer) - Method in class com.auth0.jwt.JWTSigner.Options
Set JWT claim "exp" to current timestamp plus this value.
setIssuedAt(boolean) - Method in class com.auth0.jwt.JWTSigner.Options
Set JWT claim "iat" to current timestamp.
setJwtId(boolean) - Method in class com.auth0.jwt.JWTSigner.Options
Set JWT claim "jti" to a pseudo random unique value (type 4 UUID).
setNotValidBeforeLeeway(Integer) - Method in class com.auth0.jwt.JWTSigner.Options
Set JWT claim "nbf" to current timestamp minus this value.
sign(Map<String, Object>, JWTSigner.Options) - Method in class com.auth0.jwt.JWTSigner
Generate a JSON Web Token.
sign(Map<String, Object>) - Method in class com.auth0.jwt.JWTSigner
Generate a JSON Web Token using the default algorithm HMAC SHA-256 ("HS256") and no claims automatically set.

V

valueOf(String) - Static method in enum com.auth0.jwt.Algorithm
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.auth0.jwt.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String) - Method in class com.auth0.jwt.JWTVerifier
Performs JWT validation

A C G I J S V

Copyright © 2014. All Rights Reserved.