Package org.opensaml.xmlsec
Interface SignatureValidationConfiguration
- All Superinterfaces:
AlgorithmPolicyConfiguration
,WhitelistBlacklistConfiguration
- All Known Implementing Classes:
BasicSignatureValidationConfiguration
The configuration information to use when validating an XML signature.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.WhitelistBlacklistConfiguration
WhitelistBlacklistConfiguration.Precedence
-
Method Summary
Modifier and TypeMethodDescriptionGet the signature trust engine to use.Methods inherited from interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
getExcludedAlgorithms, getIncludedAlgorithms, getIncludeExcludePrecedence, isExcludeMerge, isIncludeMerge
Methods inherited from interface org.opensaml.xmlsec.WhitelistBlacklistConfiguration
getBlacklistedAlgorithms, getWhitelistBlacklistPrecedence, getWhitelistedAlgorithms, isBlacklistMerge, isWhitelistMerge
-
Method Details
-
getSignatureTrustEngine
Get the signature trust engine to use.- Returns:
- the signature trust engine
-