Uses of Interface
org.opensaml.xmlsec.signature.support.SignerProvider
-
Packages that use SignerProvider Package Description org.opensaml.xmlsec.signature.support Functional support for XML Signature.org.opensaml.xmlsec.signature.support.impl.provider Provides Santuario-specific implementation of signing and validation. -
-
Uses of SignerProvider in org.opensaml.xmlsec.signature.support
Fields in org.opensaml.xmlsec.signature.support declared as SignerProvider Modifier and Type Field Description private static SignerProviderSigner. signerInstanceThe cached signer provider instance to use.Methods in org.opensaml.xmlsec.signature.support that return SignerProvider Modifier and Type Method Description private static SignerProviderSigner. getSignerProvider()Obtain theSignerProviderinstance to be used. -
Uses of SignerProvider in org.opensaml.xmlsec.signature.support.impl.provider
Classes in org.opensaml.xmlsec.signature.support.impl.provider that implement SignerProvider Modifier and Type Class Description classApacheSantuarioSignerProviderImplImplementation ofSignerProviderwhich is based on the Apache Santuario library and is used withSignatureinstances which are instances ofSignatureImpl.
-