Uses of Package
org.jose4j.jwt.consumer
Packages that use org.jose4j.jwt.consumer
-
Classes in org.jose4j.jwt.consumer used by org.jose4j.jwtClassDescriptionAn exception thrown when a JWT is considered invalid or otherwise cannot be processed/consumed.
-
Classes in org.jose4j.jwt.consumer used by org.jose4j.jwt.consumerClassDescriptionJWT validation error with stable error code and friendly error messageAn exception thrown when a JWT is considered invalid or otherwise cannot be processed/consumed.A callback interface that provides a hook to call arbitrary methods on the JsonWebEncryption prior to the JwtConsumer using it to decrypt the content.A callback interface that provides a hook to call arbitrary methods on the JsonWebSignature prior to the JwtConsumer using it to verify the signature.Use the JwtConsumerBuilder to create the appropriate JwtConsumer for your JWT processing needs.