Uses of Class
io.jans.as.model.jwt.Jwt
-
Packages that use Jwt Package Description io.jans.as.model.jwe io.jans.as.model.jws io.jans.as.model.jwt io.jans.as.model.util -
-
Uses of Jwt in io.jans.as.model.jwe
Methods in io.jans.as.model.jwe that return Jwt Modifier and Type Method Description Jwt
Jwe. getSignedJWTPayload()
Methods in io.jans.as.model.jwe with parameters of type Jwt Modifier and Type Method Description void
Jwe. setSignedJWTPayload(Jwt signedJWTPayload)
-
Uses of Jwt in io.jans.as.model.jws
Methods in io.jans.as.model.jws that return Jwt Modifier and Type Method Description Jwt
AbstractJwsSigner. sign(Jwt jwt)
Jwt
JwsSigner. sign(Jwt jwt)
Methods in io.jans.as.model.jws with parameters of type Jwt Modifier and Type Method Description Jwt
AbstractJwsSigner. sign(Jwt jwt)
Jwt
JwsSigner. sign(Jwt jwt)
boolean
AbstractJwsSigner. validate(Jwt jwt)
boolean
JwsSigner. validate(Jwt jwt)
boolean
AbstractJwsSigner. validateAccessToken(String accessToken, Jwt idToken)
boolean
AbstractJwsSigner. validateAuthorizationCode(String authorizationCode, Jwt idToken)
boolean
AbstractJwsSigner. validateState(String state, Jwt idToken)
-
Uses of Jwt in io.jans.as.model.jwt
Subclasses of Jwt in io.jans.as.model.jwt Modifier and Type Class Description class
DPoP
Methods in io.jans.as.model.jwt that return Jwt Modifier and Type Method Description static @NotNull Jwt
Jwt. parse(String encodedJwt)
static Jwt
Jwt. parseOrThrow(String encodedJwt)
static Jwt
Jwt. parseSilently(String encodedJwt)
-
Uses of Jwt in io.jans.as.model.util
Methods in io.jans.as.model.util with parameters of type Jwt Modifier and Type Method Description static void
JwtUtil. transferIntoJwtClaims(org.json.JSONObject jsonObject, Jwt jwt)
-