Package org.opensaml.xmlsec
Class AlgorithmPolicyParameters
java.lang.Object
org.opensaml.xmlsec.AlgorithmPolicyParameters
- Direct Known Subclasses:
WhitelistBlacklistParameters
The algorithm policy parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Collection<String>
Excluded algorithm URIs.private Collection<String>
Included algorithm URIs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the excluded algorithm URIs.Get the included algorithm URIs.void
Set the excluded algorithm URIs.void
Set the included algorithm URIs.
-
Field Details
-
includedAlgorithmURIs
Included algorithm URIs. -
excludedAlgorithmURIs
Excluded algorithm URIs.
-
-
Constructor Details
-
AlgorithmPolicyParameters
public AlgorithmPolicyParameters()Constructor.
-
-
Method Details
-
getIncludedAlgorithms
Get the included algorithm URIs.- Returns:
- the included algorithms
-
setIncludedAlgorithms
Set the included algorithm URIs.- Parameters:
uris
- the included algorithms
-
getExcludedAlgorithms
Get the excluded algorithm URIs.- Returns:
- the excluded algorithms
-
setExcludedAlgorithms
Set the excluded algorithm URIs.- Parameters:
uris
- the excluded algorithms
-