| Package | Description |
|---|---|
| org.apache.cxf.rs.security.jose.common | |
| org.apache.cxf.rs.security.jose.jwk |
| Modifier and Type | Method and Description |
|---|---|
static PrivateKeyPasswordProvider |
KeyManagementUtils.loadPasswordProvider(Message m,
Properties props,
KeyOperation keyOper) |
| Modifier and Type | Method and Description |
|---|---|
static List<JsonWebKey> |
JwkUtils.loadJsonWebKeys(Message m,
Properties props,
KeyOperation keyOper,
PrivateKeyPasswordProvider cb) |
static JsonWebKeys |
JwkUtils.loadJwkSet(Message m,
Properties props,
PrivateKeyPasswordProvider cb) |
static JsonWebKeys |
JwkUtils.loadJwkSet(Properties props,
Bus bus,
PrivateKeyPasswordProvider cb) |
Apache CXF