Interface SignatureSigningConfiguration
- All Superinterfaces:
AlgorithmPolicyConfiguration
- All Known Implementing Classes:
BasicSignatureSigningConfiguration
The configuration information to use when generating a signed JWT.
- Since:
- 2.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
AlgorithmPolicyConfiguration.Precedence -
Method Summary
Modifier and TypeMethodDescriptionGet the list of preferred signature algorithm URIs, in preference order.Get the list of signing credentials to use when signing, in preference order.Methods inherited from interface org.opensaml.xmlsec.AlgorithmPolicyConfiguration
getExcludedAlgorithms, getIncludedAlgorithms, getIncludeExcludePrecedence, isExcludeMerge, isIncludeMerge
-
Method Details
-
getSigningCredentials
Get the list of signing credentials to use when signing, in preference order.- Returns:
- the list of signing credentials, may be empty
-
getSignatureAlgorithms
Get the list of preferred signature algorithm URIs, in preference order.- Returns:
- the list of algorithm URIs, may be empty
-