Class JwsHeaders
- java.lang.Object
-
- org.apache.cxf.jaxrs.json.basic.JsonMapObject
-
- org.apache.cxf.rs.security.jose.common.JoseHeaders
-
- org.apache.cxf.rs.security.jose.jws.JwsHeaders
-
- All Implemented Interfaces:
Serializable
public class JwsHeaders extends JoseHeaders
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwsHeaders()JwsHeaders(String kid)JwsHeaders(Map<String,Object> values)JwsHeaders(Properties sigProps)JwsHeaders(JoseType type)JwsHeaders(JoseType type, SignatureAlgorithm sigAlgo)JwsHeaders(SignatureAlgorithm sigAlgo)JwsHeaders(JwsHeaders headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetPayloadEncodingStatus()SignatureAlgorithmgetSignatureAlgorithm()voidsetPayloadEncodingStatus(Boolean status)voidsetSignatureAlgorithm(SignatureAlgorithm algo)-
Methods inherited from class org.apache.cxf.rs.security.jose.common.JoseHeaders
containsHeader, getAlgorithm, getContentType, getCritical, getHeader, getIntegerHeader, getJsonWebKey, getJsonWebKey, getJsonWebKeysUrl, getKeyId, getLongHeader, getType, getX509Chain, getX509Thumbprint, getX509ThumbprintSHA256, getX509Url, setAlgorithm, setContentType, setCritical, setHeader, setIntegerHeader, setJsonWebKey, setJsonWebKey, setJsonWebKeysUrl, setKeyId, setLongHeader, setType, setX509Chain, setX509Thumbprint, setX509ThumbprintSHA256, setX509Url
-
Methods inherited from class org.apache.cxf.jaxrs.json.basic.JsonMapObject
asMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getJsonMapProperty, getListMapProperty, getListStringProperty, getLongProperty, getMapProperty, getProperty, getStringProperty, getUpdateCount, hashCode, removeProperty, setProperty, size
-
-
-
-
Constructor Detail
-
JwsHeaders
public JwsHeaders()
-
JwsHeaders
public JwsHeaders(JoseType type)
-
JwsHeaders
public JwsHeaders(JwsHeaders headers)
-
JwsHeaders
public JwsHeaders(String kid)
-
JwsHeaders
public JwsHeaders(SignatureAlgorithm sigAlgo)
-
JwsHeaders
public JwsHeaders(Properties sigProps)
-
JwsHeaders
public JwsHeaders(JoseType type, SignatureAlgorithm sigAlgo)
-
-
Method Detail
-
setSignatureAlgorithm
public final void setSignatureAlgorithm(SignatureAlgorithm algo)
-
getSignatureAlgorithm
public SignatureAlgorithm getSignatureAlgorithm()
-
setPayloadEncodingStatus
public void setPayloadEncodingStatus(Boolean status)
-
getPayloadEncodingStatus
public Boolean getPayloadEncodingStatus()
-
-