public class JwsHeaders extends JoseHeaders
| Constructor and Description |
|---|
JwsHeaders() |
JwsHeaders(JoseHeaders headers) |
JwsHeaders(JoseType type) |
JwsHeaders(JoseType type,
SignatureAlgorithm sigAlgo) |
JwsHeaders(Map<String,Object> values) |
JwsHeaders(SignatureAlgorithm sigAlgo) |
| 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, setX509Urlpublic JwsHeaders()
public JwsHeaders(JoseType type)
public JwsHeaders(JoseHeaders headers)
public JwsHeaders(SignatureAlgorithm sigAlgo)
public JwsHeaders(JoseType type, SignatureAlgorithm sigAlgo)
public void setSignatureAlgorithm(SignatureAlgorithm algo)
public SignatureAlgorithm getSignatureAlgorithm()
public void setPayloadEncodingStatus(Boolean status)
public Boolean getPayloadEncodingStatus()
Apache CXF