Uses of Class
org.keycloak.jose.jws.JWSInputException
Packages that use JWSInputException
Package
Description
-
Uses of JWSInputException in org.keycloak.jose.jws
Methods in org.keycloak.jose.jws that throw JWSInputExceptionConstructors in org.keycloak.jose.jws that throw JWSInputException -
Uses of JWSInputException in org.keycloak.protocol.oid4vc.issuance.keybinding
Methods in org.keycloak.protocol.oid4vc.issuance.keybinding that throw JWSInputExceptionModifier and TypeMethodDescriptionstatic KeyAttestationJwtBody
AttestationValidatorUtil.validateAttestationJwt
(String attestationJwt, KeycloakSession keycloakSession, VCIssuanceContext vcIssuanceContext, AttestationKeyResolver keyResolver) -
Uses of JWSInputException in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that throw JWSInputExceptionModifier and TypeMethodDescriptionTokenManager.toRefreshToken
(KeycloakSession session, String encodedRefreshToken) -
Uses of JWSInputException in org.keycloak.util
Methods in org.keycloak.util that throw JWSInputExceptionModifier and TypeMethodDescriptionstatic RefreshToken
TokenUtil.getRefreshToken
(byte[] decodedToken) Return refresh token or offline tokenstatic RefreshToken
TokenUtil.getRefreshToken
(String refreshToken) static boolean
TokenUtil.isOfflineToken
(String refreshToken) Return true if given refreshToken represents offline token