Uses of Class
org.apache.cxf.rs.security.jose.jwt.JwtToken
Packages that use JwtToken
Package
Description
-
Uses of JwtToken in org.apache.cxf.rs.security.jose.jwe
Methods in org.apache.cxf.rs.security.jose.jwe that return JwtTokenModifier and TypeMethodDescriptionJweJwtCompactConsumer.decryptWith(PrivateKey key) JweJwtCompactConsumer.decryptWith(SecretKey key) JweJwtCompactConsumer.decryptWith(JweDecryptionProvider jwe) JweJwtCompactConsumer.decryptWith(JsonWebKey key) Constructors in org.apache.cxf.rs.security.jose.jwe with parameters of type JwtToken -
Uses of JwtToken in org.apache.cxf.rs.security.jose.jws
Methods in org.apache.cxf.rs.security.jose.jws that return JwtTokenConstructors in org.apache.cxf.rs.security.jose.jws with parameters of type JwtTokenModifierConstructorDescriptionJwsJwtCompactProducer(JwtToken token) protectedJwsJwtCompactProducer(JwtToken token, org.apache.cxf.jaxrs.json.basic.JsonMapObjectReaderWriter w) -
Uses of JwtToken in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt that return JwtTokenModifier and TypeMethodDescriptionJoseJwtConsumer.getJwtToken(String wrappedJwtToken) JoseJwtConsumer.getJwtToken(String wrappedJwtToken, JweDecryptionProvider theDecryptor, JwsSignatureVerifier theSigVerifier) JoseJwtProducerConsumer.getJwtToken(String wrappedJwtToken) Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type JwtTokenModifier and TypeMethodDescriptionprotected JwsSignatureVerifierJoseJwtConsumer.getInitializedSignatureVerifier(JwtToken jwt) JoseJwtProducer.processJwt(JwtToken jwt) JoseJwtProducer.processJwt(JwtToken jwt, JweEncryptionProvider theEncProvider, JwsSignatureProvider theSigProvider) JoseJwtProducerConsumer.processJwt(JwtToken jwt) protected voidJoseJwtConsumer.validateToken(JwtToken jwt)