public class Jwks
extends Object
implements Serializable
| Constructor and Description |
|---|
Jwks() |
| Modifier and Type | Method and Description |
|---|---|
Jwks |
addKeysItem(Key keysItem) |
boolean |
equals(Object o) |
List<Key> |
getKeys()
Get keys
|
int |
hashCode() |
Jwks |
keys(List<Key> keys) |
void |
setKeys(List<Key> keys) |
String |
toString() |
public List<Key> getKeys()
public void setKeys(List<Key> keys)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object