Uses of Interface
org.jose4j.jwt.consumer.JweCustomizer
Packages that use JweCustomizer
-
Uses of JweCustomizer in org.jose4j.jwt.consumer
Methods in org.jose4j.jwt.consumer with parameters of type JweCustomizerModifier and TypeMethodDescriptionJwtConsumerBuilder.setJweCustomizer(JweCustomizer jweCustomizer) Set a callback JweCustomizer that provides a hook to call arbitrary methods on the/any JsonWebEncryption prior to the JwsConsumer using it for decryption.