@ApiStatus.Internal
public class JwtUtil
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
JwtUtil.Jwt |
| Constructor and Description |
|---|
JwtUtil() |
| Modifier and Type | Method and Description |
|---|---|
static JwtUtil.Jwt |
parseSignedJwt(java.lang.String jwt,
java.security.PublicKey publicKey) |
static byte[] |
signES256(java.security.PrivateKey privateKey,
byte[] data) |
public static JwtUtil.Jwt parseSignedJwt(java.lang.String jwt, java.security.PublicKey publicKey)
public static byte[] signES256(java.security.PrivateKey privateKey,
byte[] data)