Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Field and Description |
---|---|
static SecretKeyAlgorithm |
Jwts.KEY.A128GCMKW
Key wrap algorithm with AES GCM using a 128-bit key, as defined by
RFC 7518 (JWA), Section 4.7.
|
static SecretKeyAlgorithm |
Jwts.KEY.A128KW
AES Key Wrap algorithm with default initial value using a 128-bit key, as defined by
RFC 7518 (JWA), Section 4.4.
|
static SecretKeyAlgorithm |
Jwts.KEY.A192GCMKW
Key wrap algorithm with AES GCM using a 192-bit key, as defined by
RFC 7518 (JWA), Section 4.7.
|
static SecretKeyAlgorithm |
Jwts.KEY.A192KW
AES Key Wrap algorithm with default initial value using a 192-bit key, as defined by
RFC 7518 (JWA), Section 4.4.
|
static SecretKeyAlgorithm |
Jwts.KEY.A256GCMKW
Key wrap algorithm with AES GCM using a 256-bit key, as defined by
RFC 7518 (JWA), Section 4.7.
|
static SecretKeyAlgorithm |
Jwts.KEY.A256KW
AES Key Wrap algorithm with default initial value using a 256-bit key, as defined by
RFC 7518 (JWA), Section 4.4.
|
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.