Class ApacheSantuarioSignerProviderImpl
- java.lang.Object
-
- org.opensaml.xmlsec.signature.support.impl.provider.ApacheSantuarioSignerProviderImpl
-
- All Implemented Interfaces:
SignerProvider
public class ApacheSantuarioSignerProviderImpl extends Object implements 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 Detail
-
signObject
public void signObject(@Nonnull Signature signature) throws SignatureException- Specified by:
signObjectin interfaceSignerProvider- Throws:
SignatureException
-
-