程序包 | 说明 |
---|---|
com.fr.cert.token | |
com.fr.cert.token.impl | |
com.fr.cert.token.impl.compression |
限定符和类型 | 方法和说明 |
---|---|
JwtParser |
JwtParser.setCompressionCodecResolver(CompressionCodecResolver compressionCodecResolver)
Sets the
CompressionCodecResolver used to acquire the CompressionCodec that should be used to
decompress the JWT body. |
限定符和类型 | 方法和说明 |
---|---|
JwtParser |
DefaultJwtParser.setCompressionCodecResolver(CompressionCodecResolver compressionCodecResolver) |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultCompressionCodecResolver
Default implementation of
CompressionCodecResolver that supports the following:
If the specified JWT Header does not have a calg header, this implementation does
nothing and returns null to the caller, indicating no compression was used. |