Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Field and Description |
---|---|
static MacAlgorithm |
Jwts.SIG.HS256
HMAC using SHA-256 message authentication algorithm as defined by
RFC 7518, Section 3.2. |
static MacAlgorithm |
Jwts.SIG.HS384
HMAC using SHA-384 message authentication algorithm as defined by
RFC 7518, Section 3.2. |
static MacAlgorithm |
Jwts.SIG.HS512
HMAC using SHA-512 message authentication algorithm as defined by
RFC 7518, Section 3.2. |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.