public class JwsHeaders extends JoseHeaders
Constructor and Description |
---|
JwsHeaders() |
JwsHeaders(JoseType type) |
JwsHeaders(JoseType type,
SignatureAlgorithm sigAlgo) |
JwsHeaders(JwsHeaders headers) |
JwsHeaders(Map<String,Object> values) |
JwsHeaders(Properties sigProps) |
JwsHeaders(SignatureAlgorithm sigAlgo) |
JwsHeaders(String kid) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getPayloadEncodingStatus() |
SignatureAlgorithm |
getSignatureAlgorithm() |
void |
setPayloadEncodingStatus(Boolean status) |
void |
setSignatureAlgorithm(SignatureAlgorithm algo) |
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
asMap, containsProperty, equals, getBooleanProperty, getIntegerProperty, getListStringProperty, getLongProperty, getMapProperty, getProperty, getStringProperty, getUpdateCount, hashCode, removeProperty, setProperty
public JwsHeaders()
public JwsHeaders(JoseType type)
public JwsHeaders(JwsHeaders headers)
public JwsHeaders(String kid)
public JwsHeaders(SignatureAlgorithm sigAlgo)
public JwsHeaders(Properties sigProps)
public JwsHeaders(JoseType type, SignatureAlgorithm sigAlgo)
public final void setSignatureAlgorithm(SignatureAlgorithm algo)
public SignatureAlgorithm getSignatureAlgorithm()
public void setPayloadEncodingStatus(Boolean status)
public Boolean getPayloadEncodingStatus()
Apache CXF