| 程序包 | 说明 |
|---|---|
| com.ms.tools.security.jjwt.factory |
| 限定符和类型 | 方法和说明 |
|---|---|
JJWTFactory.Parser.ParserJwt |
JJWTFactory.Parser.setKey()
设置密钥
非对称密钥使用 publicKey 公钥解析
对称密钥 SecretKey
|
JJWTFactory.Parser.ParserJwt |
JJWTFactory.Parser.setKey(Key key)
设置密钥
非对称密钥使用 publicKey 公钥解析
对称密钥 SecretKey
|
<T extends io.jsonwebtoken.SigningKeyResolverAdapter> |
JJWTFactory.Parser.setKey(T signingKeyResolver)
设置密钥解析器
非对称密钥使用 publicKey 公钥解析
对称密钥 SecretKey
|
Copyright © 2024. All rights reserved.