Package | Description |
---|---|
org.apache.cxf.rs.security.jose.jwe | |
org.apache.cxf.rs.security.jose.jwk | |
org.apache.cxf.rs.security.jose.jws | |
org.apache.cxf.rs.security.jose.jwt |
Modifier and Type | Method and Description |
---|---|
protected JsonMapObjectReaderWriter |
AbstractJweEncryption.getJwtHeadersWriter() |
Modifier and Type | Class and Description |
---|---|
class |
JwkReaderWriter |
Modifier and Type | Method and Description |
---|---|
protected JsonMapObjectReaderWriter |
JwsCompactConsumer.getReader() |
Constructor and Description |
---|
JwsCompactConsumer(String encodedJws,
String detachedPayload,
JsonMapObjectReaderWriter r) |
JwsCompactProducer(JwsHeaders headers,
JsonMapObjectReaderWriter w,
String plainJwsPayload) |
JwsCompactProducer(JwsHeaders headers,
JsonMapObjectReaderWriter w,
String plainJwsPayload,
boolean detached) |
Modifier and Type | Class and Description |
---|---|
class |
JwtTokenReaderWriter |
Apache CXF