public interface JwsSignatureProvider
| Modifier and Type | Method and Description |
|---|---|
JwsSignature |
createJwsSignature(JoseHeaders headers)
Create a signature handler capable of updating the signature input (optional operation)
|
String |
getAlgorithm() |
byte[] |
sign(JoseHeaders headers,
byte[] content) |
String getAlgorithm()
byte[] sign(JoseHeaders headers, byte[] content)
JwsSignature createJwsSignature(JoseHeaders headers)
Apache CXF