Uses of Interface
org.opensaml.xmlsec.signature.support.SignerProvider
Packages that use SignerProvider
Package
Description
Functional support for XML Signature.
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 SignerProviderModifier and TypeFieldDescriptionprivate static SignerProviderSigner.signerInstanceThe cached signer provider instance to use.Methods in org.opensaml.xmlsec.signature.support that return SignerProviderModifier and TypeMethodDescriptionprivate 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 SignerProviderModifier and TypeClassDescriptionclassImplementation ofSignerProviderwhich is based on the Apache Santuario library and is used withSignatureinstances which are instances ofSignatureImpl.