public class JsonWebKey extends Object
| Constructor and Description |
|---|
JsonWebKey() |
| Modifier and Type | Method and Description |
|---|---|
JsonWebKey |
addX5cItem(String x5cItem) |
JsonWebKey |
alg(String alg) |
JsonWebKey |
crv(String crv) |
JsonWebKey |
e(String e) |
boolean |
equals(Object o) |
JsonWebKey |
exp(Long exp) |
String |
getAlg()
Get alg
|
String |
getCrv()
Get crv
|
String |
getE()
Get e
|
Long |
getExp()
Get exp
|
String |
getKid()
Get kid
|
String |
getKty()
Get kty
|
String |
getN()
Get n
|
String |
getUse()
Get use
|
String |
getX()
Get x
|
List<String> |
getX5c()
Get x5c
|
String |
getY()
Get y
|
int |
hashCode() |
JsonWebKey |
kid(String kid) |
JsonWebKey |
kty(String kty) |
JsonWebKey |
n(String n) |
void |
setAlg(String alg) |
void |
setCrv(String crv) |
void |
setE(String e) |
void |
setExp(Long exp) |
void |
setKid(String kid) |
void |
setKty(String kty) |
void |
setN(String n) |
void |
setUse(String use) |
void |
setX(String x) |
void |
setX5c(List<String> x5c) |
void |
setY(String y) |
String |
toString() |
JsonWebKey |
use(String use) |
JsonWebKey |
x(String x) |
JsonWebKey |
x5c(List<String> x5c) |
JsonWebKey |
y(String y) |
public JsonWebKey kid(String kid)
public String getKid()
public void setKid(String kid)
public JsonWebKey kty(String kty)
public String getKty()
public void setKty(String kty)
public JsonWebKey use(String use)
public String getUse()
public void setUse(String use)
public JsonWebKey alg(String alg)
public String getAlg()
public void setAlg(String alg)
public JsonWebKey crv(String crv)
public String getCrv()
public void setCrv(String crv)
public JsonWebKey exp(Long exp)
public Long getExp()
public void setExp(Long exp)
public JsonWebKey x5c(List<String> x5c)
public JsonWebKey addX5cItem(String x5cItem)
public JsonWebKey n(String n)
public String getN()
public void setN(String n)
public JsonWebKey e(String e)
public String getE()
public void setE(String e)
public JsonWebKey x(String x)
public String getX()
public void setX(String x)
public JsonWebKey y(String y)
public String getY()
public void setY(String y)
Copyright © 2021. All rights reserved.