public class BasicRsaJwtHeader extends Object implements Serializable
| Constructor and Description |
|---|
BasicRsaJwtHeader() |
BasicRsaJwtHeader(RsaAlgorithms alg,
String publicKeyId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getPublicKeyId() |
String |
getType() |
void |
setAlgorithm(String algorithm) |
void |
setPublicKeyId(String publicKeyId) |
void |
setType(String type) |
public BasicRsaJwtHeader()
public BasicRsaJwtHeader(RsaAlgorithms alg, String publicKeyId)
Copyright © 2020. All rights reserved.