Package | Description |
---|---|
org.apache.cxf.rs.security.jose.common | |
org.apache.cxf.rs.security.jose.jwk |
Modifier and Type | Method and Description |
---|---|
static String |
KeyManagementUtils.getKeyId(Message m,
Properties props,
String preferredPropertyName,
KeyOperation keyOper) |
static PrivateKeyPasswordProvider |
KeyManagementUtils.loadPasswordProvider(Message m,
Properties props,
KeyOperation keyOper) |
static PrivateKey |
KeyManagementUtils.loadPrivateKey(Message m,
Properties props,
KeyOperation keyOper) |
static PrivateKey |
KeyManagementUtils.loadPrivateKey(Message m,
Properties props,
X509Certificate inCert,
KeyOperation keyOper) |
static PrivateKey |
KeyManagementUtils.loadPrivateKey(Message m,
String keyStoreLocProp,
KeyOperation keyOper) |
static PrivateKey |
KeyManagementUtils.loadPrivateKey(Message m,
String keyStoreLocPropPreferred,
String keyStoreLocPropDefault,
KeyOperation keyOper) |
Modifier and Type | Method and Description |
---|---|
static KeyOperation |
KeyOperation.getKeyOperation(String oper) |
static KeyOperation |
KeyOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyOperation[] |
KeyOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<KeyOperation> |
JsonWebKey.getKeyOperation() |
Map<KeyOperation,List<JsonWebKey>> |
JsonWebKeys.getKeyOperationMap() |
Modifier and Type | Method and Description |
---|---|
static JsonWebKey |
JwkUtils.loadJsonWebKey(Message m,
Properties props,
KeyOperation keyOper) |
static JsonWebKey |
JwkUtils.loadJsonWebKey(Message m,
Properties props,
KeyOperation keyOper,
String inHeaderKid) |
static List<JsonWebKey> |
JwkUtils.loadJsonWebKeys(Message m,
Properties props,
KeyOperation keyOper) |
static List<JsonWebKey> |
JwkUtils.loadJsonWebKeys(Message m,
Properties props,
KeyOperation keyOper,
PrivateKeyPasswordProvider cb) |
Modifier and Type | Method and Description |
---|---|
void |
JsonWebKey.setKeyOperation(List<KeyOperation> keyOperation) |
Apache CXF