| Package | Description |
|---|---|
| org.apache.cxf.rs.security.jose.common | |
| org.apache.cxf.rs.security.jose.jwe | |
| org.apache.cxf.rs.security.jose.jws |
| Modifier and Type | Method and Description |
|---|---|
JoseType |
JoseHeaders.getType() |
static JoseType |
JoseType.getType(String type) |
static JoseType |
JoseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoseType[] |
JoseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JoseHeaders.setType(JoseType type) |
| Constructor and Description |
|---|
JoseHeaders(JoseType type) |
| Constructor and Description |
|---|
JweHeaders(JoseType type) |
| Constructor and Description |
|---|
JwsHeaders(JoseType type) |
JwsHeaders(JoseType type,
SignatureAlgorithm sigAlgo) |
Apache CXF