io.jsonwebtoken.io.Encoders#BASE64
or io.jsonwebtoken.io.Decoders#BASE64 instead.io.jsonwebtoken.io.Encoders#BASE64 or
io.jsonwebtoken.io.Decoders#BASE64 instead. This class will be removed before 1.0.0io.jsonwebtoken.io.Encoders#BASE64
or io.jsonwebtoken.io.Decoders#BASE64io.jsonwebtoken.io.Encoders#BASE64URL or
io.jsonwebtoken.io.Decoders#BASE64URL instead. This class will be removed before 1.0.0Encoder.BASE64URL
or Decoder.BASE64URL instead.doCompressCompressionCodecs instead.doDecompressClock implementation.CompressionCodecResolver that supports the following:CompressionCodecs.DEFLATE instead.Clock implementation that is constructed with a seed timestamp and always reports that same
timestamp.new Date() as the seed timestamp.SignatureAlgorithm using JJWT's default SecureRandom instance.MacProvider.generateKey(SignatureAlgorithm) instead.SignatureAlgorithm.ES512 algorithm.SignatureAlgorithm (must be one of ES256, ES384 or ES512) using JJWT's default SecureRandom instance.SignatureAlgorithm (must be one of ES256, ES384 or ES512) using the specified SecureRandom random number generator.SignatureAlgorithm (must be one of ES256, ES384 or ES512) using the specified SecureRandom random number generator via the specified JCA provider and algorithm name.SecureRandom instance.SecureRandom instance.jcaAlgorithmName.CompressionCodecs.GZIP instead.new Date().Copyright © 2018. All rights reserved.