public final class JWS extends JWT
| Constructor and Description |
|---|
JWS()
Default constructor with VISA preferred settings
|
JWS(Algorithm alg) |
| Modifier and Type | Method and Description |
|---|---|
String |
compact(String kid,
Key privateKey) |
static JWS |
parse(String token,
Key key) |
public JWS()
public JWS(Algorithm alg)
alg - Cryptographic Algorithms for Digital Signatures and MACs ("alg" claim)Copyright © 2022. All rights reserved.