|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.rs.security.jose.AbstractJoseObject
org.apache.cxf.rs.security.jose.jwk.JsonWebKeys
public class JsonWebKeys
| Field Summary | |
|---|---|
static String |
KEYS_PROPERTY
|
| Fields inherited from class org.apache.cxf.rs.security.jose.AbstractJoseObject |
|---|
values |
| Constructor Summary | |
|---|---|
JsonWebKeys()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.apache.cxf.rs.security.jose.AbstractJoseObject |
|---|
asMap, equals, getLongDate, getValue, hashCode, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String KEYS_PROPERTY
| Constructor Detail |
|---|
public JsonWebKeys()
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||