public class JsonWebKeys extends JsonMapObject
Modifier and Type | Field and Description |
---|---|
static String |
KEYS_PROPERTY |
Constructor and Description |
---|
JsonWebKeys() |
JsonWebKeys(JsonWebKey key) |
JsonWebKeys(List<JsonWebKey> keys) |
Modifier and Type | Method and Description |
---|---|
List<JsonWebKey> |
getEllipticKeys() |
JsonWebKey |
getKey(String kid) |
Map<String,JsonWebKey> |
getKeyIdMap() |
Map<KeyOperation,List<JsonWebKey>> |
getKeyOperationMap() |
List<JsonWebKey> |
getKeys() |
List<JsonWebKey> |
getKeys(String keyType) |
Map<KeyType,List<JsonWebKey>> |
getKeyTypeMap() |
List<JsonWebKey> |
getRsaKeys() |
List<JsonWebKey> |
getSecretKeys() |
void |
setKey(JsonWebKey key) |
void |
setKeys(List<JsonWebKey> keys) |
asMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getJsonMapProperty, getListMapProperty, getListStringProperty, getLongProperty, getMapProperty, getProperty, getStringProperty, getUpdateCount, hashCode, removeProperty, setProperty, size
public static final String KEYS_PROPERTY
public JsonWebKeys()
public JsonWebKeys(JsonWebKey key)
public JsonWebKeys(List<JsonWebKey> keys)
public List<JsonWebKey> getKeys()
public final void setKey(JsonWebKey key)
public final void setKeys(List<JsonWebKey> keys)
public Map<String,JsonWebKey> getKeyIdMap()
public JsonWebKey getKey(String kid)
public Map<KeyType,List<JsonWebKey>> getKeyTypeMap()
public Map<KeyOperation,List<JsonWebKey>> getKeyOperationMap()
public List<JsonWebKey> getKeys(String keyType)
public List<JsonWebKey> getRsaKeys()
public List<JsonWebKey> getEllipticKeys()
public List<JsonWebKey> getSecretKeys()
Apache CXF