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