public class ApacheSantuarioSignerProviderImpl extends java.lang.Object implements SignerProvider
SignerProvider which is based on the Apache Santuario library
and is used with Signature instances which are instances of SignatureImpl.| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log
Logger.
|
| Constructor and Description |
|---|
ApacheSantuarioSignerProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
signObject(Signature signature)
Signs a single XMLObject.
|
public void signObject(@Nonnull
Signature signature)
throws SignatureException
signObject in interface SignerProvidersignature - the signature to computer the signature onSignatureException - thrown if there is an error computing the signature