public static final class NimbusJwtDecoder.PublicKeyJwtDecoderBuilder
extends java.lang.Object
NimbusJwtDecoder
instances based on a public key.Modifier and Type | Method and Description |
---|---|
NimbusJwtDecoder |
build()
Build the configured
NimbusJwtDecoder . |
NimbusJwtDecoder.PublicKeyJwtDecoderBuilder |
signatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
Use the given signing
algorithm.
|
public NimbusJwtDecoder.PublicKeyJwtDecoderBuilder signatureAlgorithm(SignatureAlgorithm signatureAlgorithm)
signatureAlgorithm
- the algorithm to useNimbusJwtDecoder.PublicKeyJwtDecoderBuilder
for further configurationspublic NimbusJwtDecoder build()
NimbusJwtDecoder
.NimbusJwtDecoder