Class ApacheSantuarioSignerProviderImpl
java.lang.Object
org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
- All Implemented Interfaces:
SignerProvider
Implementation of
SignerProvider which is based on the Apache Santuario library
and is used with Signature instances which are instances of SignatureImpl.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
@Nonnull private org.slf4j.Logger logLogger.
-
-
Constructor Details
-
ApacheSantuarioSignerProviderImpl
public ApacheSantuarioSignerProviderImpl()
-
-
Method Details
-
signObject
Signs a single XMLObject.- Specified by:
signObjectin interfaceSignerProvider- Parameters:
signature- the signature to computer the signature on- Throws:
SignatureException- thrown if there is an error computing the signature
-