mitreid-connect
|
静的公開メンバ関数 | |
static Base64URL | getCodeHash (JWSAlgorithm signingAlg, String code) |
static Base64URL | getAccessTokenHash (JWSAlgorithm signingAlg, OAuth2AccessTokenEntity token) |
static Base64URL | getHash (JWSAlgorithm signingAlg, byte[] bytes) |
静的非公開変数類 | |
static final Logger | logger = LoggerFactory.getLogger(IdTokenHashUtils.class) |
Utility class for generating hashes for access tokens and authorization codes to be included in an ID Token.
|
inlinestatic |
Compute the SHA hash of a token
signingAlg | |
token |
|
inlinestatic |
Compute the SHA hash of an authorization code
signingAlg | |
code |
|
inlinestatic |
|
staticprivate |
Logger for this class