public class WhitelistBlacklistParameters extends Object
| Constructor and Description |
|---|
WhitelistBlacklistParameters()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getBlacklistedAlgorithms()
Get the list of blacklisted algorithm URI's.
|
Collection<String> |
getWhitelistedAlgorithms()
Get the list of whitelisted algorithm URI's.
|
void |
setBlacklistedAlgorithms(Collection<String> uris)
Set the list of blacklisted algorithm URI's.
|
void |
setWhitelistedAlgorithms(Collection<String> uris)
Set the list of whitelisted algorithm URI's.
|
@Nonnull @NonnullElements @NotLive @Unmodifiable public Collection<String> getWhitelistedAlgorithms()
public void setWhitelistedAlgorithms(@Nullable Collection<String> uris)
uris - the list of algorithms@Nonnull @NonnullElements @NotLive @Unmodifiable public Collection<String> getBlacklistedAlgorithms()
public void setBlacklistedAlgorithms(@Nonnull @NonnullElements Collection<String> uris)
uris - the list of algorithmsCopyright © 2021. All rights reserved.