public class EcDsaJwsSignatureProvider extends PrivateKeyJwsSignatureProvider
| Modifier and Type | Class and Description |
|---|---|
protected static class |
EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature |
PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature| Constructor and Description |
|---|
EcDsaJwsSignatureProvider(ECPrivateKey key,
AlgorithmParameterSpec spec,
String algo) |
EcDsaJwsSignatureProvider(ECPrivateKey key,
SecureRandom random,
AlgorithmParameterSpec spec,
String algo) |
EcDsaJwsSignatureProvider(ECPrivateKey key,
String algo) |
| Modifier and Type | Method and Description |
|---|---|
protected JwsSignature |
doCreateJwsSignature(Signature s) |
protected boolean |
isValidAlgorithmFamily(String algo) |
checkAlgorithm, doCreateJwsSignaturecreateJwsSignature, getAlgorithm, prepareHeaders, signpublic EcDsaJwsSignatureProvider(ECPrivateKey key, String algo)
public EcDsaJwsSignatureProvider(ECPrivateKey key, AlgorithmParameterSpec spec, String algo)
public EcDsaJwsSignatureProvider(ECPrivateKey key, SecureRandom random, AlgorithmParameterSpec spec, String algo)
protected boolean isValidAlgorithmFamily(String algo)
isValidAlgorithmFamily in class PrivateKeyJwsSignatureProviderprotected JwsSignature doCreateJwsSignature(Signature s)
doCreateJwsSignature in class PrivateKeyJwsSignatureProviderApache CXF