Class ApacheSantuarioSignerProviderImpl
- java.lang.Object
-
- org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
-
- All Implemented Interfaces:
org.opensaml.xmlsec.signature.support.SignerProvider
public class ApacheSantuarioSignerProviderImpl extends Object implements org.opensaml.xmlsec.signature.support.SignerProvider
Implementation ofSignerProviderwhich is based on the Apache Santuario library and is used withSignatureinstances which are instances ofSignatureImpl.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description ApacheSantuarioSignerProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsignObject(org.opensaml.xmlsec.signature.Signature signature)
-
-
-
Method Detail
-
signObject
public void signObject(@Nonnull org.opensaml.xmlsec.signature.Signature signature) throws org.opensaml.xmlsec.signature.support.SignatureException- Specified by:
signObjectin interfaceorg.opensaml.xmlsec.signature.support.SignerProvider- Throws:
org.opensaml.xmlsec.signature.support.SignatureException
-
-