Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Method and Description |
---|---|
T |
SupportedJwtVisitor.onUnsecuredContent(Jwt<Header,byte[]> jwt)
Handles an encountered unsecured content JWT - one that is not cryptographically signed nor
encrypted, and has a byte[] array payload.
|
<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) . |
Jws<byte[]> |
JwtParser.parseContentJws(CharSequence jws)
Deprecated.
since 0.12.0 in favor of
JwtParser.parseSignedContent(CharSequence) . |
Jwt<Header,byte[]> |
JwtParser.parseContentJwt(CharSequence jwt)
Deprecated.
since 0.12.0 in favor of
JwtParser.parseUnsecuredContent(CharSequence) . |
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.