public static final class NimbusJwtDecoder.SecretKeyJwtDecoderBuilder
extends java.lang.Object
NimbusJwtDecoder
instances based on a SecretKey
.Modifier and Type | Method and Description |
---|---|
NimbusJwtDecoder |
build()
Build the configured
NimbusJwtDecoder . |
NimbusJwtDecoder.SecretKeyJwtDecoderBuilder |
macAlgorithm(MacAlgorithm macAlgorithm)
Use the given
algorithm
when generating the MAC.
|
public NimbusJwtDecoder.SecretKeyJwtDecoderBuilder macAlgorithm(MacAlgorithm macAlgorithm)
macAlgorithm
- the MAC algorithm to useNimbusJwtDecoder.SecretKeyJwtDecoderBuilder
for further configurationspublic NimbusJwtDecoder build()
NimbusJwtDecoder
.NimbusJwtDecoder