Package | Description |
---|---|
io.jsonwebtoken | |
io.jsonwebtoken.security |
Modifier and Type | Field and Description |
---|---|
static KeyAlgorithm<Password,Password> |
Jwts.KEY.PBES2_HS256_A128KW
Key encryption algorithm using
PBES2 with HMAC SHA-256 and "A128KW" wrapping
as defined by
RFC 7518 (JWA), Section 4.8. |
static KeyAlgorithm<Password,Password> |
Jwts.KEY.PBES2_HS256_A128KW
Key encryption algorithm using
PBES2 with HMAC SHA-256 and "A128KW" wrapping
as defined by
RFC 7518 (JWA), Section 4.8. |
static KeyAlgorithm<Password,Password> |
Jwts.KEY.PBES2_HS384_A192KW
Key encryption algorithm using
PBES2 with HMAC SHA-384 and "A192KW" wrapping
as defined by
RFC 7518 (JWA), Section 4.8. |
static KeyAlgorithm<Password,Password> |
Jwts.KEY.PBES2_HS384_A192KW
Key encryption algorithm using
PBES2 with HMAC SHA-384 and "A192KW" wrapping
as defined by
RFC 7518 (JWA), Section 4.8. |
static KeyAlgorithm<Password,Password> |
Jwts.KEY.PBES2_HS512_A256KW
Key encryption algorithm using
PBES2 with HMAC SHA-512 and "A256KW" wrapping
as defined by
RFC 7518 (JWA), Section 4.8. |
static KeyAlgorithm<Password,Password> |
Jwts.KEY.PBES2_HS512_A256KW
Key encryption algorithm using
PBES2 with HMAC SHA-512 and "A256KW" wrapping
as defined by
RFC 7518 (JWA), Section 4.8. |
Modifier and Type | Method and Description |
---|---|
static Password |
Keys.password(char[] password)
Returns a new
Password instance suitable for use with password-based key derivation algorithms. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.