Class JWSService
- java.lang.Object
-
- de.trustable.ca3s.core.service.util.JWSService
-
@Service public class JWSService extends Object
-
-
Constructor Summary
Constructors Constructor Description JWSService(ProtectedContentUtil protectedContentUtil)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckJWT(String jwtAsString, int intendedId)StringgetJWSPayload(String jwsAsString)
-
-
-
Constructor Detail
-
JWSService
public JWSService(ProtectedContentUtil protectedContentUtil)
-
-
Method Detail
-
getJWSPayload
public String getJWSPayload(String jwsAsString) throws com.nimbusds.jose.JOSEException, ParseException, GeneralSecurityException
- Parameters:
jwsAsString-- Returns:
- Throws:
com.nimbusds.jose.JOSEExceptionParseExceptionGeneralSecurityException
-
checkJWT
public void checkJWT(String jwtAsString, int intendedId) throws com.nimbusds.jose.JOSEException, ParseException, GeneralSecurityException
- Throws:
com.nimbusds.jose.JOSEExceptionParseExceptionGeneralSecurityException
-
-