| Package | Description |
|---|---|
| io.jsonwebtoken.security |
| Modifier and Type | Method and Description |
|---|---|
JwkThumbprint |
Jwk.thumbprint()
Computes and returns the canonical JWK Thumbprint of this
JWK using the
SHA-256 hash algorithm. |
JwkThumbprint |
Jwk.thumbprint(HashAlgorithm alg)
Computes and returns the canonical JWK Thumbprint of this
JWK using the specified hash algorithm.
|
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.