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 JwtJwe. getSignedJWTPayload()Methods in io.jans.as.model.jwe with parameters of type Jwt Modifier and Type Method Description voidJwe. 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 JwtAbstractJwsSigner. sign(Jwt jwt)JwtJwsSigner. sign(Jwt jwt)Methods in io.jans.as.model.jws with parameters of type Jwt Modifier and Type Method Description JwtAbstractJwsSigner. sign(Jwt jwt)JwtJwsSigner. sign(Jwt jwt)booleanAbstractJwsSigner. validate(Jwt jwt)booleanJwsSigner. validate(Jwt jwt)booleanAbstractJwsSigner. validateAccessToken(String accessToken, Jwt idToken)booleanAbstractJwsSigner. validateAuthorizationCode(String authorizationCode, Jwt idToken)booleanAbstractJwsSigner. 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 classDPoPMethods in io.jans.as.model.jwt that return Jwt Modifier and Type Method Description static @NotNull JwtJwt. parse(String encodedJwt)static JwtJwt. parseOrThrow(String encodedJwt)static JwtJwt. 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 voidJwtUtil. transferIntoJwtClaims(org.json.JSONObject jsonObject, Jwt jwt)
-