Uses of Class
com.bastiaanjansen.jwt.Exceptions.JWTCreationException
| Package | Description |
|---|---|
| com.bastiaanjansen.jwt |
-
Uses of JWTCreationException in com.bastiaanjansen.jwt
Methods in com.bastiaanjansen.jwt that throw JWTCreationException Modifier and Type Method Description JWTJWT.Builder. build()Create a new JWT instancestatic JWTJWT. fromRawJWT(Algorithm algorithm, String jwt)Create a new JWT instance based on a raw JWTStringJWT.Builder. sign()Creates a new JWTStringJWT.Builder. sign(Map<String,?> payload)Creates a new JWT with additional payloadStringJWT. sign()Create a new JWTConstructors in com.bastiaanjansen.jwt that throw JWTCreationException Constructor Description JWT(Algorithm algorithm, Header header, Payload payload)