Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Method and Description |
---|---|
Jwt<?,?> |
JwtParser.parse(CharSequence jwt)
Parses the specified compact serialized JWT string based on the builder's current configuration state and
returns the resulting JWT, JWS, or JWE instance.
|
<T> T |
JwtParser.parse(CharSequence jwt,
JwtHandler<T> handler)
Deprecated.
since 0.12.0 in favor of
|
Jws<Claims> |
JwtParser.parseClaimsJws(CharSequence jws)
Deprecated.
since 0.12.0 in favor of
JwtParser.parseSignedClaims(CharSequence) . |
Jwt<Header,Claims> |
JwtParser.parseClaimsJwt(CharSequence jwt)
Deprecated.
since 0.12.0 in favor of
JwtParser.parseUnsecuredClaims(CharSequence) . |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.