public class GetRpJwksResponse extends Object
| Constructor and Description |
|---|
GetRpJwksResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetRpJwksResponse |
addKeysItem(JsonWebKey keysItem) |
boolean |
equals(Object o) |
List<JsonWebKey> |
getKeys()
Get keys
|
int |
hashCode() |
GetRpJwksResponse |
keys(List<JsonWebKey> keys) |
void |
setKeys(List<JsonWebKey> keys) |
String |
toString() |
public GetRpJwksResponse keys(List<JsonWebKey> keys)
public GetRpJwksResponse addKeysItem(JsonWebKey keysItem)
public List<JsonWebKey> getKeys()
public void setKeys(List<JsonWebKey> keys)
Copyright © 2021. All rights reserved.