org.apache.cxf.rs.security.jose.jwk
Class JsonWebKeys
java.lang.Object
org.apache.cxf.jaxrs.provider.json.JsonMapObject
org.apache.cxf.rs.security.jose.jwk.JsonWebKeys
public class JsonWebKeys
- extends org.apache.cxf.jaxrs.provider.json.JsonMapObject
| Methods inherited from class org.apache.cxf.jaxrs.provider.json.JsonMapObject |
asMap, equals, getBooleanProperty, getIntegerProperty, getLongProperty, getProperty, getStringProperty, getUpdateCount, hashCode, setProperty |
KEYS_PROPERTY
public static final String KEYS_PROPERTY
- See Also:
- Constant Field Values
JsonWebKeys
public JsonWebKeys()
getKeys
public List<JsonWebKey> getKeys()
setKeys
public void setKeys(List<JsonWebKey> keys)
getKeyIdMap
public Map<String,JsonWebKey> getKeyIdMap()
getKey
public JsonWebKey getKey(String kid)
getKeyTypeMap
public Map<String,List<JsonWebKey>> getKeyTypeMap()
getKeyUseMap
public Map<String,List<JsonWebKey>> getKeyUseMap()
getKeyOperationMap
public Map<String,List<JsonWebKey>> getKeyOperationMap()
getKeys
public List<JsonWebKey> getKeys(String keyType)
getRsaKeys
public List<JsonWebKey> getRsaKeys()
getEllipticKeys
public List<JsonWebKey> getEllipticKeys()
getSecretKeys
public List<JsonWebKey> getSecretKeys()
Apache CXF