@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-11-08T03:47:28.632+05:30") public class JsonWebKey extends Object
| Constructor and Description |
|---|
JsonWebKey() |
| Modifier and Type | Method and Description |
|---|---|
JsonWebKey |
e(String e) |
boolean |
equals(Object o) |
String |
getE()
JWK RSA Exponent
|
String |
getKid()
The key ID in JWK format.
|
String |
getKty()
Algorithm used to encrypt the public key.
|
String |
getN()
JWK RSA Modulus
|
String |
getUse()
Defines whether to use the key for encryption (enc) or verifying a signature (sig).
|
int |
hashCode() |
JsonWebKey |
kid(String kid) |
JsonWebKey |
kty(String kty) |
JsonWebKey |
n(String n) |
void |
setE(String e) |
void |
setKid(String kid) |
void |
setKty(String kty) |
void |
setN(String n) |
void |
setUse(String use) |
String |
toString() |
JsonWebKey |
use(String use) |
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 kid(String kid)
public String getKid()
public void setKid(String kid)
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)
Copyright © 2018. All rights reserved.