public class HmacJwsSignatureProvider extends AbstractJwsSignatureProvider
| Constructor and Description |
|---|
HmacJwsSignatureProvider(byte[] key,
AlgorithmParameterSpec spec,
String algo) |
HmacJwsSignatureProvider(byte[] key,
String algo) |
HmacJwsSignatureProvider(String encodedKey,
String algo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkAlgorithm(String algo) |
protected JwsSignature |
doCreateJwsSignature(JoseHeaders headers) |
createJwsSignature, getAlgorithm, prepareHeaders, signpublic HmacJwsSignatureProvider(byte[] key,
String algo)
public HmacJwsSignatureProvider(byte[] key,
AlgorithmParameterSpec spec,
String algo)
protected JwsSignature doCreateJwsSignature(JoseHeaders headers)
doCreateJwsSignature in class AbstractJwsSignatureProviderprotected void checkAlgorithm(String algo)
checkAlgorithm in class AbstractJwsSignatureProviderApache CXF