public final class JWE extends JWT
| Constructor and Description |
|---|
JWE()
Default constructor with VISA preferred settings
|
JWE(Algorithm alg,
Algorithm enc) |
| Modifier and Type | Method and Description |
|---|---|
String |
compact(String kid,
PublicKey publicKey) |
static JWE |
parse(String token,
PrivateKey privateKey) |
Copyright © 2022. All rights reserved.