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